Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78643 - cyrus-sasl-2.1.20 fails to compile
Summary: cyrus-sasl-2.1.20 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 03:10 UTC by Petteri Räty (RETIRED)
Modified: 2005-01-24 14:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Full install log. (3572-cyrus-sasl-2.1.20.log,174.64 KB, text/plain)
2005-01-19 03:16 UTC, Petteri Räty (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2005-01-19 03:10:59 UTC
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include     -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT allockey.o -MD -MP -MF ".deps/allockey.Tpo" \
  -c -o allockey.o `test -f 'allockey.c' || echo './'`allockey.c; \
then mv -f ".deps/allockey.Tpo" ".deps/allockey.Po"; \
else rm -f ".deps/allockey.Tpo"; exit 1; \
fi
mv: cannot stat `.deps/db_gdbm.Tpo': No such file or directory
make[2]: *** [db_gdbm.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20'
make: *** [all] Error 2

!!! ERROR: dev-libs/cyrus-sasl-2.1.20 failed.
!!! Function src_compile, Line 160, Exitcode 2


Reproducible: Always
Steps to Reproduce:




These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N    ] dev-libs/cyrus-sasl-2.1.20  -authdaemond +berkdb -debug +gdbm
+java -kerberos -ldap -mysql +pam -postgres +ssl -static 0 kB


Portage 2.0.51-r13 (default-linux/x86/2004.3, gcc-3.4.3,
glibc-2.3.4.20040808-r1, 2.6.10-nitro4 i686)
=================================================================
System uname: 2.6.10-nitro4 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Dec 28 2004, 15:04:06)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/init.d /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms userpriv"
GENTOO_MIRRORS=" http://trumpetti.atm.tut.fi/gentoo 
http://lame.lut.fi/linux/gentoo "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://aria/portage"
USE="x86 X aac acpi alsa apm audiofile avi bash-completion berkdb bitmap-fonts
bzlib cdb cdparanoia cdr crypt cups directfb divx4linux dvdvd dvdr dvdread
encode f77 fam fbcon flac font-server foomaticdb freetype gdbm gif gpm gtk gtk2
imagemagick java jpeg kde libg++ libwww lzo mad makecheck mikmod mmx mmx2 motif
mozilla mpeg ncurses network nptl nptlonly nvidia oggvorbis opengl pam pdflib
perl png python qt quicktime readline real rtc ruby samba slang slp spell sse
sse2 ssl svga tcpd tiff truetype truetype-fonts type1-fonts unicode usb
userlocales v4l v4l2 xml2 xmms xv xvid xvmc zlib video_cards_nvidia"
Unset:  LDFLAGS
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2005-01-19 03:16:25 UTC
Created attachment 48931 [details]
Full install log. 

Strange. I turned logging on and the third or fourth install succeeded.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2005-01-19 03:21:20 UTC
So I got the same error for two times and then the error in the log and the fourth install succeeded. Very strange indeed. I will try to see if I can reproduce the first error in order to submit a full log of it. 
Comment 3 Tuan Van (RETIRED) gentoo-dev 2005-01-19 05:55:56 UTC
you are using ccache, drop to MAKEOPTS="-j1" or drop ccache for now. I'll adjust the ebuild.
Comment 4 Nes Yarug 2005-01-23 09:20:22 UTC
FWIW, I had the same problem. 4th time it succeeded...
Comment 5 Tuan Van (RETIRED) gentoo-dev 2005-01-24 14:40:01 UTC
should be fixed with cyrus-sasl-2.1.20-r1.