Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316031 - dev-util/subversion-1.6.9 not working with OpenLdap-2.4.x
Summary: dev-util/subversion-1.6.9 not working with OpenLdap-2.4.x
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-18 22:14 UTC by Jeff Shanab
Modified: 2010-04-20 20:48 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Shanab 2010-04-18 22:14:23 UTC
When subversion is installed after Openldap is upgraded to 2.4.x, subversion continues to look for libldap-2.3.x and other 2.3 libraries. Cleaning and re-building does not remove the error on startup of unable to find libldap-2.3.so.0

Reproducible: Always

Steps to Reproduce:
1. emerge openldap
2. emerge subversion
3. svn checkout ....

Actual Results:  
svn checkout http://heekscad.googlecode.com/svn/trunk/ heekscad-read-only
svn: error while loading shared libraries: libldap-2.3.so.0: cannot open shared object file: No such file or directory

Expected Results:  
Checked out heekscad

Masking Openldap >=2.4 was a succesfull workaround for now.

liblafixer and revdep-rebuild was performed on an updated machine as of 4/18/2010 and all reported well. Library call tracing using object dump and greping for NEEDED does not find libldap, but ldd does show the failed look for the wrong version of lib.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2010-04-19 23:28:52 UTC
Please attach the output of emerge --info
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-04-20 20:48:25 UTC
Reinstall dev-libs/apr-util.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-04-20 20:48:58 UTC
(In reply to comment #2)
> Reinstall dev-libs/apr-util.

After reinstalling dev-libs/apr-util reinstall dev-util/subversion.