Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 316031

Summary: dev-util/subversion-1.6.9 not working with OpenLdap-2.4.x
Product: Gentoo Linux Reporter: Jeff Shanab <jshanab>
Component: Current packagesAssignee: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.