Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114941 - subversion refuses to build without gdbm
Summary: subversion refuses to build without gdbm
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 123691 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-08 18:28 UTC by Aaron
Modified: 2006-02-22 02:42 UTC (History)
1 user (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 Aaron 2005-12-08 18:28:40 UTC
cd subversion/libsvn_subr && /bin/sh
/var/tmp/portage/subversion-1.3.0_rc4/work/subversion-1.3.0-rc4/libtool --tag=CC
--silent --mode=link x86_64-pc-linux-gnu-gcc
-L/var/tmp/portage/subversion-1.3.0_rc4/image//usr/lib64 -O2 -march=athlon64
-mtune=athlon64 -pipe -fno-ident -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE   -pthread   -Wl,-O1    -L/usr/lib64
-L/usr/lib  -rpath /usr/lib64 -o libsvn_subr-1.la  auth.lo cmdline.lo config.lo
config_auth.lo config_file.lo config_win.lo constructors.lo ctype.lo date.lo
error.lo hash.lo io.lo lock.lo md5.lo nls.lo opt.lo path.lo pool.lo quoprint.lo
sorts.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo utf.lo
utf_validate.lo validate.lo version.lo xml.lo /usr/lib64/libaprutil-0.la -lgdbm
-ldb-4.2 -lexpat /usr/lib64/libapr-0.la -lrt -lm -lcrypt -lnsl  -lpthread -ldl -lz
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lgdbm
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1

should gdbm be added as a dependency to the subversion ebuild?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-08 23:03:05 UTC
re-emerge dev-libs/apr-util and/or 'run emerge --newuse -uD world' if you
changed USE flags.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-22 02:42:14 UTC
*** Bug 123691 has been marked as a duplicate of this bug. ***