Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10284 - coda-clients won't compile
Summary: coda-clients won't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-05 12:30 UTC by nicolasm
Modified: 2003-02-04 19:42 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 nicolasm 2002-11-05 12:30:47 UTC
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 -ldb
-lpthread1   -lreadline -lncurses -o pdbtool
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lpthread1
collect2: ld returned 1 exit status
make: *** [pdbtool] Error 1
Comment 1 nicolasm 2002-11-05 12:33:35 UTC
Sorry forgot to add:
Compile can be fixed by changing line 45 in
/var/tmp/portage/coda-client-5.3.19/work/coda-5.3.19/Makeconf.setup form:

LIBDB=	     -ldb -lpthread1
to
LIBDB=	     -ldb1

Did'nt have time to investigate why. Note that -ldb actually points (on my
system) to Berkeley DB 3.2.5, not BDB 1.85 as expected by Coda. No idea why it
wants pthread1. Strange.

Comment 2 Brandon Low (RETIRED) gentoo-dev 2002-11-05 15:14:34 UTC
bah, this is my fault, I have a db4 hack in there that needs to be removed and
wait for seemant's big db4 upgrade.  I'll commit a fixed version shortly.
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-11-05 15:19:10 UTC
this should be werking now, please test it.
Comment 4 Brandon Low (RETIRED) gentoo-dev 2003-01-09 15:15:34 UTC
if not, reopen