Summary: | dev-util/subversion-1.4.6 - pkg_setup dies with "dev-libs/apr-util-1.2.10 does not actually support the berkdb USE flag! | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joseph Bell <josephabell> |
Component: | [OLD] Development | Assignee: | Benedikt Böhm (RETIRED) <hollow> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | apache-bugs, arfrever, josephabell |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Joseph Bell
2008-05-25 16:42:55 UTC
Maybe that die message could be improved to suggest the action the user should take. Post the output of: emerge -ptv apr-util gentoo-vm ~ # emerge -ptv apr-util These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild R ] dev-libs/apr-util-1.2.10 USE="berkdb gdbm -doc -ldap -mysql -postgres -sqlite -sqlite3" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB gentoo-vm ~ # Try: emerge -1 apr apr-util After running: emerge -1 apr apr-util and then running emerge subversion the same issue occurs (originally reported pkg_setup dies message). If there are any additional log files generated after the above commands that would be of assistance let me know. (In reply to comment #5) > After running: > emerge -1 apr apr-util > > and then running > > emerge subversion This solved my problem here. Though I feel, that this should happen automatically, since subversion depends on apr,apr-util when "using" apache2. well, the berkdb use flag has been in apr-util for ages, so i fail to see why built_with_use dies ... |