bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Re: FYI: daily builds of mailutils


From: Simon Josefsson
Subject: [bug-mailutils] Re: FYI: daily builds of mailutils
Date: Mon, 18 Aug 2008 20:41:50 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

Sergey Poznyakoff <address@hidden> writes:

> Simon Josefsson <address@hidden> ha escrit:
>
>> Hi!  To make it easy for me to build mailutils on my production server,
>> I need autoconf'ed snapshots.  So I added them to my script, and from
>> now on there should be one snapshot every day at
>> 
>> http://daily.josefsson.org/mailutils/
>> 
>> assuming 'make check dist' works.
>
> Great.  Thank you!
>
>> Sergey, if you add a call to AB_INIT to the autobuild.m4 file [1] in
>> mailutils ./configure, build logs will start to show up at:
>
> I will do.

Thanks.  The logs are now displayed properly, although since there are
now successful runs of 'make check' it says 'Failure'.  Maybe this is
unintentional?  I see complaints of missing 'runtest':

make[3]: Entering directory `/fast/daily/mailutils/sieve/testsuite'
Making a new remote.exp file...
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export srcdir; \
        EXPECT=expect; export EXPECT; \
        runtest=runtest; \
        if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
          exit_status=0; l='sieve'; for tool in $l; do \
            if $runtest  --tool $tool --srcdir $srcdir ; \
            then :; else exit_status=1; fi; \
          done; \
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
        fi; \
        exit $exit_status
WARNING: could not find `runtest'
make[3]: Leaving directory `/fast/daily/mailutils/sieve/testsuite'

Is 'runtest' some script that should be included?

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]