Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42603 - net-libs/wvstreams-3.7.4 does not compile
Summary: net-libs/wvstreams-3.7.4 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-23 08:06 UTC by Jason Wever (RETIRED)
Modified: 2004-02-24 08:30 UTC (History)
2 users (show)

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 Jason Wever (RETIRED) gentoo-dev 2004-02-23 08:06:16 UTC
On both x86 and sparc, wvstreams-3.7.4 will not compile.  The error they both die with is;

gcc  uniconf/daemon/uniconfdaemon.o libuniconf.so libwvutils.so /usr/lib/libdb-3.so uniconf/daemon/daemonmain.o uniconf/daemon/uniconfdaemonconn.o uniconf/daemon/uniconfpamconn.o libwvstreams.so  -lgcc   -lsupc++ -o uniconf/daemon/uniconfdaemon
libwvutils.so: undefined reference to `__db185_open_4001'
collect2: ld returned 1 exit status
make: *** [uniconf/daemon/uniconfdaemon] Error 1

This does not appear to be useflag dependent.

Additionally, the zlib and ssl useflags are no longer optional dependencies.  If you do not include them, the package will fail its configure script.
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-02-24 08:30:59 UTC
Fixed in CVS. Turned out my db installation was broken, include file was linked to db3 and lib was linked to db4.