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: Tue, 19 Aug 2008 13:10:16 +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:
>
>> I see complaints of missing 'runtest':
> [...]
>> Is 'runtest' some script that should be included?
>
> Runtest is part of DejaGNU.  All Mailutils tests are written for DejaGNU
> framework.  I guess it'd be useful to have it on your test box.

Ah, got it.  The build log last night was successful:

http://autobuild.josefsson.org/mailutils/log-200808190008984506000.txt

I should add dejagnu-parsing to autobuild.  However, I'm not sure how to
parse the output.  I'm assuming the following indicates successful runs:

# of expected passes            2

And '^# of unexpected' suggests a failed run.

Building on my local system (debian testing up to date) the check fails:

make[3]: Entering directory `/home/jas/src/mailutils/imap4d/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/bash -c "$runtest --version" > /dev/null 2>&1; then \
          exit_status=0; l='imap4d'; 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
spawn /home/jas/src/mailutils/imap4d/testsuite/../imap4d --show-config-options
VERSION=1.9.92
USE_LIBPAM
HAVE_LIBLTDL
WITH_GUILE
WITH_PTHREAD
WITH_READLINE
WITH_LDAP
ENABLE_VIRTUAL_DOMAINS
ENABLE_IMAP
ENABLE_POP
ENABLE_MH
ENABLE_MAILDIR
ENABLE_SMTP
ENABLE_SENDMAIL
ENABLE_NNTP
spawn /home/jas/src/mailutils/testsuite/makespool -subst 
s,@MU_SPOOL_DIR@,/home/jas/src/mailutils/imap4d/testsuite/data/spool, 
/home/jas/src/mailutils/testsuite/etc 
/home/jas/src/mailutils/imap4d/testsuite/data/etc
Test Run By jas on Tue Aug 19 13:03:26 2008
Native configuration is i686-pc-linux-gnu

                === imap4d tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/jas/src/mailutils/imap4d/testsuite/config/default.exp as 
tool-and-target-specific interface file.
Running /home/jas/src/mailutils/imap4d/testsuite/imap4d/IDEF0955.exp ...
Running /home/jas/src/mailutils/imap4d/testsuite/imap4d/IDEF0956.exp ...
Running /home/jas/src/mailutils/imap4d/testsuite/imap4d/anystate.exp ...
Running /home/jas/src/mailutils/imap4d/testsuite/imap4d/append.exp ...
ERROR: Cannot create /home/jas/src/mailutils/imap4d/testsuite/data/spool/INBOX: 
make[3]: *** [check-DEJAGNU] Error 1
make[3]: Leaving directory `/home/jas/src/mailutils/imap4d/testsuite'

Any ideas?

I don't know why it doesn't happen on my build machine, it runs debian
etch but has some packages from testing.

/Simon




reply via email to

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