Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154312 - emerging subversion with USE="berkdb" fails if apr-util was built with USE="-berkdb"
Summary: emerging subversion with USE="berkdb" fails if apr-util was built with USE="-...
Status: RESOLVED DUPLICATE of bug 114481
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 22:30 UTC by Zack Elan
Modified: 2006-11-07 01:14 UTC (History)
0 users

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


Attachments
Contents of /var/tmp/portage/dev-util/subversion-1.3.2-r3/work/subversion-1.3.2/config.log (config.log,38.34 KB, text/plain)
2006-11-06 22:31 UTC, Zack Elan
Details
emerge --info (emerge-info.txt,6.96 KB, text/plain)
2006-11-06 22:32 UTC, Zack Elan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zack Elan 2006-11-06 22:30:46 UTC
~ # emerge -p subversion

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] dev-util/subversion-1.3.2-r3 [1.3.2-r1] USE="apache2 bash-completion berkdb java perl python ruby zlib -emacs -nls -nowebdav" 0 kB

Total size of downloads: 0 kB
~ # emerge -p apr-util

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-libs/apr-util-0.9.12  USE="gdbm -berkdb -ldap" 0 kB

Total size of downloads: 0 kB
~ # emerge subversion

<snip>

configure: error: APR-UTIL wasn't linked against Berkeley DB 4,
                        while the fs component is required.  Reinstall
                        APR-UTIL with the appropiate options.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/dev-util/subversion-1.3.2-r3/work/subversion-1.3.2/config.log

!!! ERROR: dev-util/subversion-1.3.2-r3 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  subversion-1.3.2-r3.ebuild, line 106:   Called econf '--with-apr=/usr' '--with-apr-util=/usr' '--without-apxs' '--disable-javahl' '--without-swig' '--with-neon=/usr' '--with-berkeley-db' '--without-zlib' '--without-python' '--disable-nls' '--with-apr=/usr' '--with-apr-util=/usr' '--disable-experimental-libtool' '--disable-mod-activation'
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="." JAVA_HOME="/opt/blackdown-jdk-1.4.2.03"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info

Same error trying to emerge subversion-1.4.0. Works great if I recompile apr-util with berkdb in USE.
Comment 1 Zack Elan 2006-11-06 22:31:44 UTC
Created attachment 101373 [details]
Contents of /var/tmp/portage/dev-util/subversion-1.3.2-r3/work/subversion-1.3.2/config.log
Comment 2 Zack Elan 2006-11-06 22:32:20 UTC
Created attachment 101374 [details]
emerge --info
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-11-07 01:14:51 UTC

*** This bug has been marked as a duplicate of 114481 ***