Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40770 - subversion 0.37.0 fails on configure, can't find Berkeley DB
Summary: subversion 0.37.0 fails on configure, can't find Berkeley DB
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High blocker (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-07 16:27 UTC by Ævar Arnfjörð Bjarmason
Modified: 2004-02-23 01:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log , per request (config.log,25.41 KB, text/plain)
2004-02-08 09:15 UTC, Ævar Arnfjörð Bjarmason
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ævar Arnfjörð Bjarmason 2004-02-07 16:27:52 UTC
checking httpd version... recent enough
checking for socket in -lsocket... no
checking for availability of Berkeley DB... no
configure: error: Berkeley DB 4.0.14 wasn't found.

!!! ERROR: dev-util/subversion-0.37.0 failed.
!!! Function econf, Line 368, Exitcode 1
!!! econf failed


$ emerge info
Portage 2.0.50 (default-ppc-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.22-ppc-sources-r0)
=================================================================
System uname: 2.4.22-ppc-sources-r0 ppc 750FX
Gentoo Base System version 1.4.3.12
distcc 2.12.1 powerpc-unknown-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-mcpu=750 -O3 -pipe"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/lib/pbbuttons
d /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=750 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distccd"
GENTOO_MIRRORS="ftp://ftp.rhnet.is/pub/gentoo ftp://ftp.linux.is/pub/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://130.208.16.26/gentoo-portage"
USE="X aalib apache2 berkdb crypt cups directfb dvd encode esd foomaticdb gdbm gif gnome-libs gpm gtk gtk2 imlib jpeg libwww mit
shm motif moznocompose moznoirc moznomail ncurses nls oggvorbis opengl oss pam pd perl png ppc python radeon readline sdl slang 
spell ssl tc tcpd tiff truetype xmms xv"

Reproducible: Always
Steps to Reproduce:
1. emerge subversion
2. fails
Comment 1 SpanKY gentoo-dev 2004-02-07 16:35:58 UTC
please post the config.log from the build directory
Comment 2 Ævar Arnfjörð Bjarmason 2004-02-08 09:15:54 UTC
Created attachment 25196 [details]
config.log , per request
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-08 10:39:08 UTC
What does /usr/include/db.h link to? It should link to /usr/include/db4.1/db.h
Comment 4 Ævar Arnfjörð Bjarmason 2004-02-09 05:59:47 UTC
# file /usr/include/db.h 
/usr/include/db.h: symbolic link to `db4.2/db.h'
# rm /usr/include/db.h 
# ln -s /usr/include/db4.1/db.h /usr/include/db.ht 

Subversion .37 now emerged gracefully, and everything works, even the mod_dav module
Comment 5 David Grant 2004-02-21 18:00:38 UTC
I just noticed this bug.  Shouldn't someone close it?  Or reopen a new bug related to the berk db thing, which I also experienced some time ago, but with a different package.
Comment 6 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-23 01:48:55 UTC
Ok, I'll close it