Hi Alexander, Using fink build I obtain this error.
sudo -u fink-bld [ENV] sh -c /tmp/fink.XiAjQ patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/perlmods/locale-gettext-pm.patch patching file Makefile.PL sudo -u fink-bld [ENV] sh -c /tmp/fink.l3KjE if [ -e /usr/local/lib/libintl.a -o -e /usr/local/lib/libintl.dylib ]; then echo "locale-gettext-pm5124 often builds incorrectly if /usr/local/lib/libintl.*"; echo "exists. Please move aside /usr/local and try again."; exit 1; fi locale-gettext-pm5124 often builds incorrectly if /usr/local/lib/libintl.* exists. Please move aside /usr/local and try again. ### execution of if failed, exit code 1 ### execution of /tmp/fink.l3KjE failed, exit code 1 It seems that the cause of the error is that the script is checking for the existence of a library in /usr/local (instead of /sw/lib). In particular, I has this library: $ls -la /usr/local/lib/libintl.dylib lrwxr-xr-x 1 root admin 15 Apr 14 2012 /usr/local/lib/libintl.dylib@ -> libintl.8.dylib Is this is the problem, could you change the build script? Sincerely, Fernando On Dec 24, 2013, at 2:37 PM, Alexander Hansen <[email protected]> wrote: > > No, because "phase compiling: locale-gettext-pm5124-1.05-3 failed" is the > result of literally every possible failure during that phase. Just post all > of the output from using "fink build locale-gettext-pm5124". > -- > Alexander Hansen, Ph.D. > Fink User Liaison > My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
