On Wed, 25 Dec 2013 15:43:39 -0800, Alexander Hansen 
<alexanderk.han...@gmail.com> wrote:
On 12/24/13 7:45 AM, Fernando wrote:
> > 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
>
> We're not changing the script. 
>
> It is quite deliberately checking for libraries in /usr/local and 
> throwing an error now because we were getting tons of bug reports 
> about missing symbols from somebody's builds of those particular 
> libraries. 
>
> Renaming /usr/local temporarily while you build with Fink is what you 
> will need to do here. 


In particular, we *can't* easily (or maybe even at all) change the 
build to "not look at /usr/local" due to the way apple's compilers and 
perl are configured, so all we can do is check if that problem will 
occur. 

dan
  --
Daniel Macks
dma...@netspace.org




------------------------------------------------------------------------------
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
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to