Summary: | dev-util/subversion-1.5.0_rc4 fails to build, two problems w/ sys-libs/db (berkdb) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Colin Bennett <colin> |
Component: | [OLD] Development | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
Status: | RESOLVED INVALID | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
use=-berkdb :: emerge log
use=-berkdb :: emerge environment use=+berkdb :: emerge log use=+berkdb :: emerge environment use=+berkdb :: config.log emerge --info |
Description
Colin Bennett
2008-05-01 14:59:27 UTC
Created attachment 151522 [details]
use=-berkdb :: emerge log
Created attachment 151524 [details]
use=-berkdb :: emerge environment
Created attachment 151526 [details]
use=+berkdb :: emerge log
Created attachment 151528 [details]
use=+berkdb :: emerge environment
Created attachment 151530 [details]
use=+berkdb :: config.log
Created attachment 151532 [details]
emerge --info
Reinstall APR-util: emerge -1 apr-util Ok, by re-emerging sys-libs/db-4.5.20_p2, it fixed things so subversion builds. I still think it's wrong that the Subversion build tried to link with libdb even when emerged with USE=-berkdb, but at least I have things working now. (In reply to comment #8) > the Subversion build tried to link with libdb even when emerged with > USE=-berkdb I can't reproduce it. (In reply to comment #7) > Reinstall APR-util: > emerge -1 apr-util > "emerge -1 apr-util" made subversion install (though I don't understand why svn-client needs a db at all). |