Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 62244

Summary: cyrus-sasl-2.1.19-r1 doesn't build
Product: Gentoo Linux Reporter: Matteo Spreafico <matteo>
Component: Current packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matteo Spreafico 2004-08-30 07:53:19 UTC
gcc -shared  sasldb.lo sasldb_init.lo plugin_common.lo -Wl,--whole-archive ../sasldb/.libs/libsasldb.al -Wl,--no-whole-archive  -lresolv -lgdbm -lresolv -lc  -Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.19
ln: `plugin_common.o': File exists
make[2]: *** [libcrammd5.la] Error 1
make[2]: *** Waiting for unfinished jobs....
(cd .libs && rm -f libsasldb.so.2 && ln -s libsasldb.so.2.0.19 libsasldb.so.2)
(cd .libs && rm -f libsasldb.so && ln -s libsasldb.so.2.0.19 libsasldb.so)
creating libsasldb.la
(cd .libs && rm -f libsasldb.la && ln -s ../libsasldb.la libsasldb.la)
make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.19-r1/work/cyrus-sasl-2.1.19/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.19-r1/work/cyrus-sasl-2.1.19'
make: *** [all] Error 2

!!! ERROR: dev-libs/cyrus-sasl-2.1.19-r1 failed.
!!! Function src_compile, Line 151, Exitcode 2
!!! compile problem


Reproducible: Always
Steps to Reproduce:
1. emerge dev-libs/cyrus-sasl




Portage 2.0.50-r10 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.8)
=================================================================
System uname: 2.6.8 i686 Pentium III (Katmai)
Gentoo Base System version 1.5.3
distcc 2.17 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -ffast-math -funroll-loops
-fomit-frame-pointer -mmmx -msse -mfpmath=sse,387"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control
/var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -ffast-math -funroll-loops
-fomit-frame-pointer -mmmx -msse -mfpmath=sse,387"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://sunsite.cnlab-switch.ch/mirror/gentoo
http://gentoo.oregonstate.edu/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aalib acpi alsa apache2 arts avi berkdb cdr crypt cups curl dba dga dvd
encode esd fbcon foomaticdb gd gdbm gif gpm gtk gtk2 imlib java jpeg kde ldap
libwww mad mbox mikmod motif mozilla mpeg mysql ncurses nls oggvorbis opengl pam
pdflib perl png python qt quicktime readline sasl scanner sdl slang spell ssl
svga tcltk tcpd tetex tiff truetype usb vhost wmf x86 xml xml2 xmms xv zlib"
Comment 1 Matteo Spreafico 2004-08-30 09:06:52 UTC
*** Bug 62264 has been marked as a duplicate of this bug. ***
Comment 2 Tuan Van (RETIRED) gentoo-dev 2004-08-30 09:11:59 UTC
We need more output above these.
Comment 3 Matteo Spreafico 2004-08-30 09:32:09 UTC
I made `ccache -C` and now it works.