Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32344 - Subversion-0.32.1 compile fails to find db_create / db_strerror
Summary: Subversion-0.32.1 compile fails to find db_create / db_strerror
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 14:11 UTC by Grant Goodyear (RETIRED)
Modified: 2004-08-19 12:47 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 Grant Goodyear (RETIRED) gentoo-dev 2003-10-30 14:11:45 UTC
cd subversion/tests/libsvn_repos && /bin/sh
/var/tmp/portage/subversion-0.32.1/work/subversion-0.32.1/libtool --silent
--mode=link gcc -L/var/tmp/portage/subversion-0.32.1/image//usr/lib -O3
-march=i686 -funroll-loops -pipe   -pthread  -DNEON_ZLIB -DNEON_SSL  -L/usr/lib
 -rpath /usr/lib -o md5args md5args.o
../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/lib/libaprutil-0.la -lgdbm
-ldb -lexpat /usr/lib/libapr-0.la -lrt -lm -lcrypt -lnsl  -ldl
/usr/lib/libaprutil-0.so: undefined reference to `db_create'
/usr/lib/libaprutil-0.so: undefined reference to `db_strerror'
collect2: ld returned 1 exit status
make: *** [subversion/tests/libsvn_repos/md5args] Error 1
make: *** Waiting for unfinished jobs....

I remerged apache after emerging db-4.0.14-r3, and that fixed the problem.
Ugh!


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# emerge info
Portage 2.0.49-r16 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r5)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 1.90GHz
Gentoo Base System version 1.4.3.8p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=i686 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb
/usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=i686 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs sandbox ccache cvs digest"
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mmx
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gtkhtml
alsa gdbm berkdb slang readline arts tetex bonobo svga java guile X sdl gpm tcpd
pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl
mozilla cdr scanner tcltk pda apache2"
Comment 1 Dave Nellans 2003-10-30 16:49:03 UTC
i can verify same error on several different types of machines...  this reminds
me of a bug in a previous version of subversion where it wasn't finding the
appropriate libapr from apache.  can't find the old bug to verify though,
anyone remember?
Comment 2 Grant Goodyear (RETIRED) gentoo-dev 2003-10-30 16:59:48 UTC
Reassigning to Paul, since he's the maintainer listed in metadata.xml.
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-31 00:59:44 UTC
Please unmerge apache2, remerge it (you should update anyway because of a
security issue). Then try merging subversion again.
Comment 4 Dave Nellans 2003-10-31 09:53:12 UTC
seems to solve the problem on at least two of the boxes, will try the other
later today and chime in if the apache upgrade doesn't help.
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2004-08-19 12:47:33 UTC
Closing the bug