Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48902 - missing dep in net-fs/coda-client-5.3.19
Summary: missing dep in net-fs/coda-client-5.3.19
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-24 16:34 UTC by Nils Ohlmeier
Modified: 2004-04-25 17:48 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 Nils Ohlmeier 2004-04-24 16:34:18 UTC
The net-fs/coda-client-5.3.19 misses the required dependency against sys-libs/db-1.85.

Reproducible: Always
Steps to Reproduce:
1. unmerge db-1.85
2. merge coda-client-5.3.19
3.

Actual Results:  
gcc -fno-exceptions  pdbtool.o 
libal.a ../util/libutil.a /var/tmp/portage/coda-client-5.3.19/work/coda-5.3.19/lib-src/base/libbase.a 
-ldb1   -lreadline -lncurses -o pdbtool 
libal.a(pdbdb.o)(.text+0x104): In function `PDB_db_open': 
: undefined reference to `__db185_open_4001' 
libal.a(pdbdb.o)(.text+0x12e): In function `PDB_db_open': 
: undefined reference to `__db185_open_4001' 
libal.a(pdbdb.o)(.text+0x199): In function `PDB_db_open': 
: undefined reference to `__db185_open_4001' 
libal.a(pdbdb.o)(.text+0x9f8): In function `PDB_db_exists': 
: undefined reference to `__db185_open_4001' 
libal.a(pdbdb.o)(.text+0xc17): In function `PDB_setupdb': 
: undefined reference to `__db185_open_4001' 
libal.a(pdbdb.o)(.text+0xc41): more undefined references to 
`__db185_open_4001' follow 
collect2: ld returned 1 exit status 
distcc[11815] ERROR: compile on localhost failed 
make[2]: *** [pdbtool] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/coda-client-5.3.19/work/coda-5.3.19/coda-src/al' 
make[1]: *** [al] Error 2 
make[1]: Leaving directory 
`/var/tmp/portage/coda-client-5.3.19/work/coda-5.3.19/coda-src' 
make: *** [coda-src] Error 2 
 
!!! ERROR: net-fs/coda-client-5.3.19 failed. 
!!! Function src_compile, Line 55, Exitcode 2 
!!! emake failed 

Expected Results:  
A succesfull build :-) 

Merging sys-libs/db-1.85-r1 before trying to merge coda-client fixed the 
problem for me. So it seems just to be a missing dep. 
 
Probably the coda-server-5.3.19 misses the same dep. (I did no tried to 
compile it on the host where db-1.85 wasnt installed, and on the server was 
db-1.85 still present.)
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-04-24 16:42:47 UTC
Ok I'll update the deps. There is coda version 6.0.3 in net-fs/coda which covers both client and server versions. I'm having a bit of trouble automating the install (warning its not simple). Some tips are on in bug #26132. Any feedback/contributions as to how to improve this appreciated.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-04-25 17:48:12 UTC
net-fs/coda-client and net-fs/coda-server updated. Thanks.