| View previous topic :: View next topic |
| Author |
Message |
nill n00b


Joined: 04 Dec 2007 Posts: 28 Location: PDX homebum
|
Posted: Thu Dec 06, 2007 4:13 am Post subject: revdep-rebuild apr-util-0.9.12 Berkeley DB [SOLVED] |
|
|
[EDIT] ***
Heya could a mod please move this topic I accidentally posted this in the wrong place. I think Portage and Programming is the proper one
***[EDIT]
I've been going through this for the past few hours ...
I'm at the point where I could say this is solved, and is maybe a bug in revdep-rebuild.
revdep-rebuild says that:
| Code: |
Checking dynamic linking consistency...
broken /usr/lib/libaprutil-0.so.0.9.12 (requires libexpat.so.0)
|
then runs:
| Code: |
emerge --oneshot =dev-libs/apr-util-0.9.12
|
errors early during the configure process with:
| Code: |
configure: error: Berkeley DB not found.
|
then I emerged BerkeleyDB and ran:
| Code: |
~ # emerge -1 apr-util
|
and it compiles just fine
then I checked why I need this library
| Code: |
~ # equery d apr-util
[ Searching for packages depending on apr-util... ]
dev-util/subversion-1.4.5 (>=dev-libs/apr-util-1.2.8)
|
svn is working fine ... but when I run revdep-rebuild it says I'm back at square one ... and my final words are: thoughts anyone?? _________________ fun in PDX -> http://www.zoobomb.net
Last edited by nill on Thu Dec 06, 2007 5:19 am; edited 1 time in total |
|
| Back to top |
|
 |
cjubon Guru


Joined: 03 Jul 2007 Posts: 348 Location: Vienna/Europe
|
Posted: Thu Dec 06, 2007 4:43 am Post subject: |
|
|
apr-utils is emerged with slots. This means that parallel installs of different versions are allowed, and that an old version already existing on your system will not be unmerged when installing a newer one. In your case, there is some older apr-util version that is broken, but it seems not to be needed by any other programme anyhow. You can safely uninstall it. Try | Code: | | emerge --depclean -av apr-util | . |
|
| Back to top |
|
 |
nill n00b


Joined: 04 Dec 2007 Posts: 28 Location: PDX homebum
|
Posted: Thu Dec 06, 2007 5:17 am Post subject: |
|
|
| cjubon wrote: | apr-utils is emerged with slots. This means that parallel installs of different versions are allowed, and that an old version already existing on your system will not be unmerged when installing a newer one. In your case, there is some older apr-util version that is broken, but it seems not to be needed by any other programme anyhow. You can safely uninstall it. Try | Code: | | emerge --depclean -av apr-util | . |
word.
I see it now:
| Code: |
dev-util/subversion-1.4.5 (>=dev-libs/apr-util-1.2.8)
|
and I was having issues with apr-util-0.9.12 ?!?
next time i'll have to use keener eyes
regards _________________ fun in PDX -> http://www.zoobomb.net |
|
| Back to top |
|
 |
|