| Summary: | courier-imap-3.0.8 build fails due to --enable-workarounds-for-imap-client-bugs when using FEATURES=maketest | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | John Altstadt <altstadt> |
| Component: | New packages | Assignee: | Robin Johnson <robbat2> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gmrafal |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
John Altstadt
2004-11-02 12:03:54 UTC
I have now verified that this is a FEATURES="maketest" problem. I was able to emerge the package after maketest was removed from FEATURES, so I have downgraded the severity to normal. same thing here. gcc -I.. -I./.. -Wall -O2 -march=athlon-xp -pipe -o imapd fetch.o fetchinfo.o imapd.o imapscanclient.o mailboxlist.o msgbodystructure.o msgenvelope.o mysignal.o outbox.o thread.o search.o searchinfo.o storeinfo.o libimapd.a ../rfc2045/librfc2045.a ../maildir/libmaildir.a ../authlib/libauthmod.a ../authlib/libauth.a ../rfc822/librfc822.a ../liblock/liblock.a ../numlib/libnumlib.a ../unicode/libunicode.a `cat ../maildir/maildir.libdeps` ../gdbmobj/libgdbmobj.a -lgdbm gcc -I.. -I./.. -Wall -O2 -march=athlon-xp -pipe -o pop3login pop3login.o pop3dcapa.o ../authlib/libauthmod.a ../authlib/libauth.a ../random128/librandom128.a ../md5/libmd5.a ../rfc2045/librfc2045.a ../rfc822/librfc822.a ../unicode/libunicode.a ../tcpd/libspipe.a gcc -I.. -I./.. -Wall -O2 -march=athlon-xp -pipe -o pop3d pop3dserver.o pop3dcapa.o ../authlib/libauthmod.a ../authlib/libauth.a ../maildir/libmaildir.a ../rfc822/librfc822.a ../numlib/libnumlib.a Error: --with-trashquota or the --enable-workarounds-for-imap-client-bugs option was specified to the configure script. As INSTALL told you, make check fails if these options are used, and I wasn't kidding when I wrote it. Reconfigure and rebuild without these options, then rerun make and make check. If make check passes, reconfigure again with your original options, and proceed with installing this server. Have fun! make[1]: *** [check-am] Error 1 make[1]: Leaving directory `/var/tmp/portage/courier-imap-3.0.8/work/courier-imap-3.0.8/imap' make: *** [check-recursive] Error 1 !!! ERROR: net-mail/courier-imap-3.0.8 failed. !!! Function src_test, Line 520, Exitcode 0 !!! Make check failed. See above for details. !!! If you need support, post the topmost build error, NOT this status message. [ root@homesrvlinux01 ~ ] # emerge info Portage 2.0.51-r2 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9 i686) ================================================================= System uname: 2.6.9 i686 AMD Athlon(tm) XP 3000+ Gentoo Base System version 1.4.16 distcc 2.18 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.14.90.0.8-r1 Headers: sys-kernel/linux26-headers-2.6.8.1 Libtools: sys-devel/libtool-1.5.2-r5 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=athlon-xp -pipe" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=athlon-xp -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache distcc distlocks maketest sandbox" GENTOO_MIRRORS="ftp://cs.ubishops.ca/pub/gentoo" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage" USE="apache2 berkdb bitmap-fonts cdr crypt cups f77 foomaticdb gd gdbm gif imlib jpeg libg++ libwww ncurses nls nptl oggvorbis openssh pam perl php png ppds python readline slang ssl tcpd x86 xml2 zlib" *** Bug 71008 has been marked as a duplicate of this bug. *** fixed in cvs. |