Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200577 - net-mail/courier-imap-4.0.6-r2 fails to rebuild after update
Summary: net-mail/courier-imap-4.0.6-r2 fails to rebuild after update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 01:10 UTC by Eric Brown
Modified: 2007-11-28 03:32 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Brown 2007-11-28 01:10:37 UTC
bobj.Tpo -c bdbobj.c  -fPIC -DPIC -o .libs/bdbobj.o
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fomit-frame-pointer -march=k8 -MT bdbobj3.lo -MD -MP -MF .deps/bdbobj3.Tpo -c bdbobj3.c -o bdbobj3.o >/dev/null 2>&1
mv -f .deps/bdbobj3.Tpo .deps/bdbobj3.Plo
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fomit-frame-pointer -march=k8 -MT bdbobj2.lo -MD -MP -MF .deps/bdbobj2.Tpo -c bdbobj2.c -o bdbobj2.o >/dev/null 2>&1
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fomit-frame-pointer -march=k8 -MT bdbobj.lo -MD -MP -MF .deps/bdbobj.Tpo -c bdbobj.c -o bdbobj.o >/dev/null 2>&1
mv -f .deps/bdbobj2.Tpo .deps/bdbobj2.Plo
mv -f .deps/bdbobj.Tpo .deps/bdbobj.Plo
/bin/sh ./libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -Wall -O2 -pipe -fomit-frame-pointer -march=k8   -o libbdbobj.la  bdbobj.lo bdbobj2.lo bdbobj3.lo  
x86_64-pc-linux-gnu-ar cru .libs/libbdbobj.a .libs/bdbobj.o .libs/bdbobj2.o .libs/bdbobj3.o
x86_64-pc-linux-gnu-ranlib .libs/libbdbobj.a
creating libbdbobj.la
(cd .libs && rm -f libbdbobj.la && ln -s ../libbdbobj.la libbdbobj.la)
/bin/sh ./libtool --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -O2 -pipe -fomit-frame-pointer -march=k8 -static  -o testbdb testbdb.o libbdbobj.la -ldb-4.2 
x86_64-pc-linux-gnu-g++ -O2 -pipe -fomit-frame-pointer -march=k8 -o testbdb testbdb.o  ./.libs/libbdbobj.a /usr/lib64/libdb-4.2.so  
./.libs/libbdbobj.a(bdbobj.o): In function `bdbobj_open':
bdbobj.c:(.text+0x158): undefined reference to `db_create'
collect2: ld returned 1 exit status
make[3]: *** [testbdb] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-mail/courier-imap-4.0.6-r2/work/courier-imap-4.0.6/bdbobj'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/net-mail/courier-imap-4.0.6-r2/work/courier-imap-4.0.6/bdbobj'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-mail/courier-imap-4.0.6-r2/work/courier-imap-4.0.6'
make: *** [all] Error 2


Reproducible: Always
Comment 1 Eric Brown 2007-11-28 01:12:18 UTC
USE=berkdb nls
Comment 2 Eric Brown 2007-11-28 03:32:46 UTC
This was happening with authdaemon too.  I fixed it by removing the older slotted version of sys-libs/db (4.2X).