Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204987 - libiconv.2.dylib & libiconv.2.4.0.dylib need to be copied to $PREFIX_PATH/usr/lib
Summary: libiconv.2.dylib & libiconv.2.4.0.dylib need to be copied to $PREFIX_PATH/usr...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: AMD64 OS X
: High normal (vote)
Assignee: osx porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-09 02:48 UTC by Andrea Veroni
Modified: 2008-01-10 11:10 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 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.