Gentoo Forums
Gentoo Forums
Quick Search: in
revdep-rebuild apr-util-0.9.12 Berkeley DB [SOLVED]
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
nill
n00b
n00b


Joined: 04 Dec 2007
Posts: 28
Location: PDX homebum

PostPosted: Thu Dec 06, 2007 4:13 am    Post subject: revdep-rebuild apr-util-0.9.12 Berkeley DB [SOLVED] Reply with quote

[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
View user's profile Send private message
cjubon
Guru
Guru


Joined: 03 Jul 2007
Posts: 348
Location: Vienna/Europe

PostPosted: Thu Dec 06, 2007 4:43 am    Post subject: Reply with quote

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
View user's profile Send private message
nill
n00b
n00b


Joined: 04 Dec 2007
Posts: 28
Location: PDX homebum

PostPosted: Thu Dec 06, 2007 5:17 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum