-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Umut Yildiz wrote: > Dear Fink, > > I have MacOSX10.6 Snow Leopard system and I installed Fink quite > recently. Even though it succesfully installs many programs, I am having > error messages and fail to install some programs like Kile, Gnuplot, > kuickshow etc and receive the same error everytime. What is the > workaround to solve this problem? > > Thanks > > Umut > > _______________________________________________ > > ...... ontconfig2/lib -lfontconfig -L/sw/lib/fontconfig2/lib > -L/sw/lib/xft2/lib -L/sw/lib -L/usr/X11/lib -Wl,-framework,CoreServices > -Wl,-framework,ApplicationServices -lXft -lfreetype -lz -lfontconfig > -lXrender -lX11 -L/usr/X11R6/lib -R/usr/X11R6/lib -lX11 -lm > *libtool: link: warning: `/sw/lib/libfreetype.la > <http://libfreetype.la>' seems to be moved > grep: /usr/X11/lib/libXrender.la: No such file or directory > /sw/bin/sed: can't read /usr/X11/lib/libXrender.la: No such file or > directory > libtool: link: `/usr/X11/lib/libXrender.la' is not a valid libtool archive > make[4]: *** [libpangoxft-1.0.la <http://libpangoxft-1.0.la>] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of /var/tmp/tmp.2.ae73Ye failed, exit code 2 > *Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-pango1-xft2-ft219-1.24.5-1 > (Reading database ... 118867 files and directories currently installed.) > Removing fink-buildlock-pango1-xft2-ft219-1.24.5-1 ... > Failed: phase compiling: pango1-xft2-ft219-1.24.5-1 failed > _______________________________________________ > >
You've reported something that isn't an error. "seems to be moved" is a warning. Your real error is the missing /usr/X11/lib/libXrender.la . A workaround is to kill the .la files from Fink to make sure there is no reference to that file: find /sw/lib -name "*.la" | xargs rm - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrx288ACgkQB8UpO3rKjQ8RjgCgp7oLRxYCZLCnZ+924kOG7WQg rDoAnji62GjO71L84Oddzr4qvVLzKGTg =NI7M -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
