Build failed in Jenkins: cyrus-imapd-master #539

Jenkins do-not-reply at cyrusimap.org
Thu Apr 26 17:01:15 EDT 2012


See <http://ci.cyrusimap.org/job/cyrus-imapd-master/539/changes>

Changes:

[git-dpa] rename configure.in to configure.ac

[git-dpa] Update requirements for Autoconf from version 2.54 to 2.68

[git-dpa] Add AS_HELP_STRING to AC_ARG_WITH and AC_ARG_ENABLE

[git-dpa] .gitignore: remove sieve/, add perl/sieve/managesieve/

[git-dpa] */Makefile.in: .c.o.: removed newline before $< for consistency

[git-dpa] imap/Makefile.in: add .c.snmp: recipe

[git-dpa] lib/mkchartable.pl move output from stderr to stdout

[git-dpa] Prepend the path in #include to .et -> .h files

[git-dpa] */Makefile.in replace IMAP_COM_ERR_LIBS with COM_ERR_LIBS

[git-dpa] Move def. Makefile.in:(PACKAGE/VERSION) to configure.ac:AC_INIT

[git-dpa] configure.ac: replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS

[git-dpa] lib/Makefile.in: Reorder LIBCYR(M)_(OBJS, HDRS) alphabetically

[git-dpa] lib/Makefile.in: expand ACL and AUTH

[git-dpa] lib/prot.h: Add #include "config.h", remove from LIBCYR_HRDS

[git-dpa] remove inserting of files in both libcyrus and libcyrus_min

[git-dpa] lib/Makefile.am: move strarray from libcyrus.a to libcyrus_min.a

[git-dpa] lib/libcyr_cfg.h: remove #include <config.h>

[git-dpa] lib/cyrusdb_sql.c : typo: rename struct db to struct dbengine

[git-dpa] lib/cyrusdb_twoskip.c: undef VERSION from config.h

[git-dpa] master/cyrusMasterMIB.c: resolve double #include <config.h>

[git-dpa] lib/libconfig.c: imapopts.h double included (via libconfig.h)

[git-dpa] lib/Makefile.in: consolidate two install: loops

[git-dpa] com_err/et/Makefile.in: remove LOCALINCLUDE as it is not needed

[git-dpa] */Makefile.in: add top_builddir

[git-dpa] */Makefile.in: insert $(top_builddir) in all DEPLIBS

[git-dpa] */Makefile.in: add top_(builddir,srcdir) to CPPFLAGS

[git-dpa] (timsieved,sieve)/Makefile.in: OBJS order alphabetically

[git-dpa] (master,perl/sieve/lib)/Makefile.in: add $(top_builddir) to LIBS

[git-dpa] perl/Makefile*: enable building perl modules out of srcdir

[git-dpa] perl/imap/IMAP.xs: remove #include <config.h>

[git-dpa] imap/Makefile.in: remove linking with tls.o, when libimap.a linked

[git-dpa] imap/Makefile.in: remove linking with mupdate-client.o, when libimap.a

[git-dpa] imap/Makefile.in: remove backend.o and imapparse.o, when -limap

[git-dpa] imap/Makefile.in: idled: do not link explicitly with idlemsg.o

[git-dpa] imap/Makefile.in: order everything alphabetically

[git-dpa] imap/Makefile.in: abolish SIEVE_CPPFLAGS

[git-dpa] rename $service_path to $servicedir

[git-dpa] remove cyrus_prefix from every Makefile.in, as it is unused

[git-dpa] configure.ac: remove check for libfl

[git-dpa] configure.ac: remove AC_DEFINE(WITH_PTS,[],[Build in PTS support?])

[git-dpa] configure.ac: remove SNMP_SUBDIRS

[git-dpa] configure.ac: remove ${SQL_LIBS} from IMAP_LIBS

[git-dpa] Initial Automake support

[git-dpa] Makefile.am: merge man/Makefile.in

[git-dpa] Makefile.am: merge com_err/et/Makefile.in

[git-dpa] Makefile.am: replace mkdir with

[git-dpa] Makefile.am: merge lib/Makefile.in

[git-dpa] Makefile.am: merge sieve/Makefile.in

[git-dpa] Makefile.am: merge master/Makefile.in

[git-dpa] Makefile.am: merge perl/sieve/lib/Makefile.in

[git-dpa] Makefile.am: merge netnews/Makefile.in

[git-dpa] Makefile.am: merge depot/Makefile.in

[git-dpa] Makefile.am: merge notifyd/Makefile.in

[git-dpa] Makefile.am: merge timsieved/Makefile.in

[git-dpa] Makefile.am: merge syslog/Makefile.in

[git-dpa] Makefile.am: merge ptclient/Makefile.in

[git-dpa] Makefile.am: merge installsieve/Makefile.in

[git-dpa] Remove makedepend

[git-dpa] Include tools/* and snmp/* in "make dist"

[git-dpa] Include the files from / in "make dist"

[git-dpa] Include SIEVE/scripts/sieveshell.pl in "make dist"

[git-dpa] Include the files from contrib/ in "make dist"

[git-dpa] Makefile.am: merge imtest/Makefile.in

[git-dpa] Makefile.am: merge doc/(Makefile.dist, text/Makefile)

[git-dpa] Makefile.am: merge perl/(sieve,.)/Makefile.in

[git-dpa] Makefile.am: order alphabetically build of service programs

[git-dpa] Makefile.am: merge imap/Makefile.in

[vanmeeuwen] Set COMPILE_ET to the full path, and use it (#3670)

[vanmeeuwen] Do not use contractions (it screws up syntax highlighting for the rest of the file)

[vanmeeuwen] Use the new USE_LDAP and USE_AFSKRB conditionals to selectively build and include the respective ptclient capabilities

[vanmeeuwen] Correct imap/cli_fatal.o -> imap/cli_fatal.c (#3676)

[vanmeeuwen] Correct ptclient_ptdump_SOURCES

[vanmeeuwen] Include sieve/sieve.c in imap_lmtpd_SOURCES

[vanmeeuwen] AM_CONDITIONALs need to be outside of if-statements, and need to not depend on empty variables for the comparison (#3675)

[vanmeeuwen] Correct the use of top_srcdir to top_builddir (#3670)

[vanmeeuwen] sieve/libsieve.a must occur in imap_lmtpd_LDADD before lib/libcyrus.a (#3677)

[vanmeeuwen] More .o replacements with .c (#3676)

[git-dpa] perl/Makefile.PL: introduce Makefile.PL.in (Bug#3678)

[git-dpa] cunit/Makefile.in: typo use @LIB_SASL@ instead of

[git-dpa] Makefile.am: ptclient_ptextract: mv mutex_fake.o to mutex_fake.c

[git-dpa] Makefile.am:AM_CPPFLAGS: put ${top_builddir} before ${top_srcdir}

[git-dpa] Makefile.am: rebuild imap/(lmtp,push)stats.c when snmp/snmpgen changes

[git-dpa] perl/Makefile.PL.in: fixup remove $(MKDIR_P)

[git-dpa] Makefile.am: mkchartable.pl: delete output completely on errors

[git-dpa] configure.ac --with-com_err=yes use relative paths Bug#3670

[git-dpa] configure.ac: rename SERVICE_PATH to SERVICE_DIR

[git-dpa] Makefile.am: EXTRA_DIST replace sieve/test/* with sieve/tests/*

[git-dpa] Makefile.am: man/cyradm.1.html now depends on perl/imap/cyradm.sh

[git-dpa] remove SIEVE/scripts/sieveshell.pl

[git-dpa] Makefile.am:install-exec-hook:typo lmtpproxyd

[git-dpa] remove installsieve/*

[git-dpa] Rename Automake conditional WITH_OPENSSL to OPENSS.

[git-dpa] Delete syslog/*, leave syslog checks in configure.ac

[git-dpa] cunit/Makefile.am: remove dependency on SYSLOG_LIBS

[git-dpa] Makefile.am: dist-hook: remove redundant $(MKDIR_P) doc

[gnb] Don't use automake 1.11 features.

[gnb] git-ignore various automake build products.

[gnb] master needs COM_ERR_LIBS to link.

[gnb] Don't use -I with @BDB_INC@

[gnb] Use top_builddir in Makefile.PLs

[gnb] Enable coverage at configure time not make time

[git-dpa] cunit/sieve.c: add include "imap/message.h"

[git-dpa] cunit/Makefile.in: remove cunit.pure and cunit.quant

[git-dpa] master/master does not need @COM_ERR_LIBS@

[gnb] Fix clean: target in perl/

[gnb] Expand Makefile.PL at configure time

[gnb] git-ignore some more build products

[gnb] Fix configure --with-com_err

[gnb] Replace most @FOO@ with $(FOO) in Makefile.am

[gnb] Fix build with SNMP.

[gnb] Fix build without gperf using maintainer mode

[gnb] Add empty check: target to perl/

[git-dpa] Makefile.am:Use AM_CONDITIONAL MAINTAINER_MODE instead @MAINT@

[git-dpa] configure.ac: remove SIEVE_OBJS

[git-dpa] Makefile.am:EXTRA_DIST include the cunit/* files

[git-dpa] Makefile.am,cunit/Makefile.in: use SHELL as determined by autoconf

[git-dpa] cunit/Makefile.in: CPPFLAGS: remove -I at top_srcdir@/imap

[git-dpa] cunit/Makefile.in: remove notes on purify

[git-dpa] Makefile.am: set DIST_SUBDIRS = .

[git-dpa] configure.ac: remove more syslog/-directory related stuff

[gnb] Convert cunit/ directory to automake

[git-dpa] configure.ac: remove SIEVE_LIBS and SIEVE_TESTSOURCES

[git-dpa] configure.ac: revert 962d4b37ff8: make COM_ERR_LIBS relative

[git-dpa] Makefile.am: move cunit/ between com_err/ and doc/

[git-dpa] configure.ac: consolidate different AC_SUBSTs(AFS_* and LDAP_*)

[git-dpa] Replace "aclocal && autoconf && autoheader" with autoreconf

[git-dpa] Makefile.am: add MAINTAINERCLEANFILES

------------------------------------------
[...truncated 633 lines...]
netnews/Makefile
netnews/Makefile.orig
notifyd/Makefile
notifyd/Makefile.orig
notifyd/notify_external.gcno
notifyd/notify_external.o
notifyd/notify_log.gcno
notifyd/notify_log.o
notifyd/notify_mailto.gcno
notifyd/notify_mailto.o
notifyd/notify_null.gcno
notifyd/notify_null.o
notifyd/notify_zephyr.gcno
notifyd/notify_zephyr.o
notifyd/notifyd
notifyd/notifyd.gcno
notifyd/notifyd.o
perl/Makefile
perl/Makefile.orig
perl/annotator/Makefile
perl/annotator/Makefile.old
perl/annotator/Makefile.orig
perl/annotator/blib/arch/.exists
perl/annotator/blib/arch/auto/Cyrus/Annotator/Daemon/.exists
perl/annotator/blib/bin/.exists
perl/annotator/blib/lib/Cyrus/Annotator/.exists
perl/annotator/blib/lib/Cyrus/Annotator/Daemon.pm
perl/annotator/blib/lib/Cyrus/Annotator/Message.pm
perl/annotator/blib/lib/auto/Cyrus/Annotator/Daemon/.exists
perl/annotator/blib/man1/.exists
perl/annotator/blib/man3/.exists
perl/annotator/blib/man3/Cyrus::Annotator::Daemon.3pm
perl/annotator/blib/man3/Cyrus::Annotator::Message.3pm
perl/annotator/blib/script/.exists
perl/annotator/pm_to_blib
perl/imap/IMAP.bs
perl/imap/IMAP.c
perl/imap/IMAP.o
perl/imap/Makefile
perl/imap/Makefile.old
perl/imap/Makefile.orig
perl/imap/blib/arch/.exists
perl/imap/blib/arch/auto/Cyrus/IMAP/.exists
perl/imap/blib/arch/auto/Cyrus/IMAP/IMAP.bs
perl/imap/blib/arch/auto/Cyrus/IMAP/IMAP.so
perl/imap/blib/bin/.exists
perl/imap/blib/lib/Cyrus/.exists
perl/imap/blib/lib/Cyrus/IMAP.pm
perl/imap/blib/lib/Cyrus/IMAP/Admin.pm
perl/imap/blib/lib/Cyrus/IMAP/IMSP.pm
perl/imap/blib/lib/Cyrus/IMAP/Shell.pm
perl/imap/blib/lib/auto/Cyrus/IMAP/.exists
perl/imap/blib/man1/.exists
perl/imap/blib/man1/cyradm.1
perl/imap/blib/man3/.exists
perl/imap/blib/man3/Cyrus::IMAP.3pm
perl/imap/blib/man3/Cyrus::IMAP::Admin.3pm
perl/imap/blib/man3/Cyrus::IMAP::IMSP.3pm
perl/imap/blib/man3/Cyrus::IMAP::Shell.3pm
perl/imap/blib/script/.exists
perl/imap/blib/script/cyradm
perl/imap/cyradm
perl/imap/pm_to_blib
perl/sieve/Makefile
perl/sieve/Makefile.orig
perl/sieve/lib/Makefile
perl/sieve/lib/Makefile.orig
perl/sieve/lib/isieve.o
perl/sieve/lib/lex.o
perl/sieve/lib/libisieve.a
perl/sieve/lib/mystring.o
perl/sieve/lib/request.o
perl/sieve/managesieve/Makefile
perl/sieve/managesieve/Makefile.old
perl/sieve/managesieve/Makefile.orig
perl/sieve/managesieve/blib/arch/.exists
perl/sieve/managesieve/blib/arch/auto/Cyrus/SIEVE/managesieve/.exists
perl/sieve/managesieve/blib/arch/auto/Cyrus/SIEVE/managesieve/managesieve.bs
perl/sieve/managesieve/blib/arch/auto/Cyrus/SIEVE/managesieve/managesieve.so
perl/sieve/managesieve/blib/bin/.exists
perl/sieve/managesieve/blib/lib/Cyrus/SIEVE/.exists
perl/sieve/managesieve/blib/lib/Cyrus/SIEVE/managesieve.pm
perl/sieve/managesieve/blib/lib/auto/Cyrus/SIEVE/managesieve/.exists
perl/sieve/managesieve/blib/man1/.exists
perl/sieve/managesieve/blib/man3/.exists
perl/sieve/managesieve/blib/man3/Cyrus::SIEVE::managesieve.3pm
perl/sieve/managesieve/blib/script/.exists
perl/sieve/managesieve/managesieve.bs
perl/sieve/managesieve/managesieve.c
perl/sieve/managesieve/managesieve.gcda
perl/sieve/managesieve/managesieve.gcno
perl/sieve/managesieve/managesieve.o
perl/sieve/managesieve/pm_to_blib
perl/sieve/scripts/installsieve
perl/sieve/scripts/sieveshell
ptclient/Makefile
ptclient/Makefile.orig
ptclient/afskrb.gcno
ptclient/afskrb.o
ptclient/ldap.gcno
ptclient/ldap.o
ptclient/ptdump
ptclient/ptdump.gcno
ptclient/ptdump.o
ptclient/ptexpire
ptclient/ptexpire.gcno
ptclient/ptexpire.o
ptclient/ptloader
ptclient/ptloader.gcno
ptclient/ptloader.o
sieve/Makefile
sieve/Makefile.orig
sieve/addr-lex.c
sieve/addr-lex.gcda
sieve/addr-lex.gcno
sieve/addr-lex.o
sieve/addr.c
sieve/addr.gcda
sieve/addr.gcno
sieve/addr.h
sieve/addr.o
sieve/bc_dump.gcno
sieve/bc_dump.o
sieve/bc_emit.gcda
sieve/bc_emit.gcno
sieve/bc_emit.o
sieve/bc_eval.gcda
sieve/bc_eval.gcno
sieve/bc_eval.o
sieve/bc_generate.gcda
sieve/bc_generate.gcno
sieve/bc_generate.o
sieve/comparator.gcda
sieve/comparator.gcno
sieve/comparator.o
sieve/interp.gcda
sieve/interp.gcno
sieve/interp.o
sieve/libsieve.a
sieve/message.gcda
sieve/message.gcno
sieve/message.o
sieve/script.gcda
sieve/script.gcno
sieve/script.o
sieve/sieve-lex.c
sieve/sieve-lex.gcda
sieve/sieve-lex.gcno
sieve/sieve-lex.o
sieve/sieve.c
sieve/sieve.gcda
sieve/sieve.gcno
sieve/sieve.h
sieve/sieve.o
sieve/sieve_err.c
sieve/sieve_err.gcda
sieve/sieve_err.gcno
sieve/sieve_err.h
sieve/sieve_err.o
sieve/sievec
sieve/sievec.gcda
sieve/sievec.gcno
sieve/sievec.o
sieve/sieved
sieve/sieved.gcno
sieve/sieved.o
sieve/tree.gcda
sieve/tree.gcno
sieve/tree.o
timsieved/Makefile
timsieved/Makefile.orig
timsieved/actions.gcda
timsieved/actions.gcno
timsieved/actions.o
timsieved/lex.gcda
timsieved/lex.gcno
timsieved/lex.o
timsieved/mystring.gcda
timsieved/mystring.gcno
timsieved/mystring.o
timsieved/parser.gcda
timsieved/parser.gcno
timsieved/parser.o
timsieved/scripttest.gcda
timsieved/scripttest.gcno
timsieved/scripttest.o
timsieved/timsieved
timsieved/timsieved.gcda
timsieved/timsieved.gcno
timsieved/timsieved.o
tt
xversion.h
+ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	cunit/.cunit-annotate.c
#	cunit/.cunit-backend.c
#	cunit/.cunit-binhex.c
#	cunit/.cunit-buf.c
#	cunit/.cunit-charset.c
#	cunit/.cunit-crc32.c
#	cunit/.cunit-db.c
#	cunit/.cunit-dlist.c
#	cunit/.cunit-duplicate.c
#	cunit/.cunit-getxstring.c
#	cunit/.cunit-glob.c
#	cunit/.cunit-guid.c
#	cunit/.cunit-hash.c
#	cunit/.cunit-imapurl.c
#	cunit/.cunit-mboxname.c
#	cunit/.cunit-md5.c
#	cunit/.cunit-message.c
#	cunit/.cunit-msgid.c
#	cunit/.cunit-parse.c
#	cunit/.cunit-parseaddr.c
#	cunit/.cunit-prot.c
#	cunit/.cunit-ptrarray.c
#	cunit/.cunit-quota.c
#	cunit/.cunit-sieve.c
#	cunit/.cunit-spool.c
#	cunit/.cunit-squat.c
#	cunit/.cunit-strarray.c
#	cunit/.cunit-strconcat.c
#	cunit/.cunit-times.c
#	cunit/.cunit-tok.c
#	cunit/cunit.mk
#	ee
#	perl/sieve/scripts/installsieve
#	perl/sieve/scripts/sieveshell
#	tt
nothing added to commit but untracked files present (use "git add" to track)
+ '[' -f Makefile ']'
+ make distclean
make: *** No rule to make target `Makefile.in', needed by `Makefile'.  Stop.
+ autoreconf
configure.ac:50: error: Autoconf version 2.67 or higher is required
configure.ac:50: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
+ fatal 'Can'\''t run autoreconf'
+ echo 'imapd/autobuild.sh: Can'\''t run autoreconf'
imapd/autobuild.sh: Can't run autoreconf
+ exit 1
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not SUCCESS or better ...
Recording test results



More information about the Cyrus-devel mailing list