Subversion and aprutils especially are both coming up with the following error:
Code: Select all
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether libtool accepts --tag=XXX... yes
checking whether libtool needs -no-undefined... no
checking whether to avoid circular linkage at all costs... no
checking for trang... none
checking for socket in -lsocket... no
checking for availability of Berkeley DB... no
configure: error: Berkeley DB 4.0.14 wasn't found.
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/dev-util/subversion-1.4.4-r4/work/subversion-1.4.4/config.log
*
* ERROR: dev-util/subversion-1.4.4-r4 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* subversion-1.4.4-r4.ebuild, line 122: Called econf '--disable-javahl' '--with-swig' '--with-neon=/usr' '--without-apxs' '--with-apr=/usr/bin/apr-1-config' '--with-apr-util=/usr/bin/apu-1-config' '--with-berkeley-db' '--enable-nls' '--disable-experimental-libtool' '--disable-mod-activation'
* ebuild.sh, line 591: Called die
*
* econf failed
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-util/subversion-1.4.4-r4/temp/build.log'.
*
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="." JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info
* Messages for package dev-util/subversion-1.4.4-r4:
*
* ERROR: dev-util/subversion-1.4.4-r4 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* subversion-1.4.4-r4.ebuild, line 122: Called econf '--disable-javahl' '--with-swig' '--with-neon=/usr' '--without-apxs' '--with-apr=/usr/bin/apr-1-config' '--with-apr-util=/usr/bin/apu-1-config' '--with-berkeley-db' '--enable-nls' '--disable-experimental-libtool' '--disable-mod-activation'
* ebuild.sh, line 591: Called die
*
* econf failed
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/dev-util/subversion-1.4.4-r4/temp/build.log'.
*
* unmounting tmpfs ... Now from what I can read of the last line before the break, it looks like it is looking for a specific version of berkely DB 4.0.14 , I have the following installed:
1.85-r3
3.2.9-r11
4.2.52_p4-r2
4.5.20_p2
I don't know what subversion's purpose is, but I seem to have at least two versions which are higher than the requirement of 4.0.14.... will i need to install this exact version using an ebuild pr something to get it (and other programs) to install correctly? I've tried remerging db but this hasn't helped.



