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

Bug 204987

Summary: libiconv.2.dylib & libiconv.2.4.0.dylib need to be copied to $PREFIX_PATH/usr/lib
Product: Gentoo/Alt Reporter: Andrea Veroni <andreaveroni>
Component: Mac OSXAssignee: osx porters <osx>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrea Veroni 2008-01-09 02:48:31 UTC
When upgrading from libiconv-1.11 to  libiconv-1.11-r0.01 it deletes libiconv.2.dylib & libiconv.2.4.0.dylib from $PREFIX_PATH/usr/lib installing them only to $PREFIX_PATH/lib, breaking several executables. Instead of executing them, I get : "dyld: Library not loaded: $PREFIX_PATH/usr/lib/libiconv.2.dylib".
Comment 1 Fabian Groffen gentoo-dev 2008-01-09 09:22:10 UTC
I suspect you have bootstrapped long ago.  libiconv should only install libiconv.dylib in usr/lib.  You either have to reemerge packages using libiconv, or rebootstrap your system.
Comment 2 Andrea Veroni 2008-01-10 11:10:39 UTC
Sorry, it was "my" fault. System hadn't cancelled previous version (1.11) from world, so portage tries every time to unmerge the older one and deletes all libiconv.*.dylib from usr/lib/.
Unmerging the previous one and reemerging the latest one fixed it.