Martin Costabel wrote: > Chip G. wrote: >> I've tried to update ImageMagick. I keep getting errors. I've tried >> breaking it down. I've done a selfupdate (several times). I've done a >> scanpackages as well as an index. This is the tail end with the error >> messages. I'd love to hear some advice on how to proceed. Thanks. > [] >>> grep: /usr/lib/libiconv.la: No such file or directory > > Which version of fontconfig2-dev do you have installed? > Try if running > > fink reinstall fontconfig2-dev > > solves the problem.
For the record: This is not sufficient. fontconfig2-dev needs to be fixed if it wants to avoid blocking the 10.5->10.6 upgrade path. Its PostInstScript needs to remove the old libfontconfig.fink.la if /usr/X11/lib/libfontconfig.la does not exist. Otherwise the non-existent /usr/lib/libiconv.la will remain in the dependency_libs line where it was placed on 10.5. What works is sudo rm /sw/lib/fontconfig2/lib/libfontconfig.fink.la fink reinstall fontconfig2-dev -- Martin ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
