On Mon, 18 Jun 2012 11:23:12 -0300, Ignacio Ambrois <[email protected]> wrote:
[skipping to the part that matters...] > Desempaquetando fink-buildlock-locale-gettext-pm5100-1.05-2 (de > .../fink-buildlock-locale-gettext-pm5100-1.05-2_2012.06.18-11.19.01_darwin-i386.deb) > > ... > Configurando fink-buildlock-locale-gettext-pm5100-1.05-2 (2012.06.18-11.19.01) ... > > sudo -u fink-bld [ENV] sh -c/tmp/fink.1CciF > /Users/bruce/Fink/bin/tar --no-same-owner --no-same-permissions -xf > /Users/bruce/Fink/src/locale-gettext-pm-1.05.tar.gz > sudo -u fink-bld [ENV] sh -c/tmp/fink.alh56 > [ -r > /Users/bruce/Fink/fink/dists/stable/main/finkinfo/libs/perlmods/locale-gettext-pm.patch > > ] > sudo -u fink-bld [ENV] sh -c/tmp/fink.8R3RB > patch -p1 < > /Users/bruce/Fink/fink/dists/stable/main/finkinfo/libs/perlmods/locale-gettext-pm.patch > patching file Makefile.PL > sudo -u fink-bld [ENV] sh -c/tmp/fink.zFQmW > ARCHFLAGS="" /usr/bin/arch -i386 perl5.10.0 Makefile.PL > PERL="/usr/bin/arch -i386 perl5.10.0" PREFIX=/Users/bruce/Fink > INSTALLPRIVLIB=/Users/bruce/Fink/lib/perl5/5.10.0 > INSTALLARCHLIB=/Users/bruce/Fink/lib/perl5/5.10.0/darwin-thread-multi-2level > INSTALLSITELIB=/Users/bruce/Fink/lib/perl5/5.10.0 > INSTALLSITEARCH=/Users/bruce/Fink/lib/perl5/5.10.0/darwin-thread-multi-2level > INSTALLMAN1DIR=/Users/bruce/Fink/share/man/man1 > INSTALLMAN3DIR=/Users/bruce/Fink/share/man/man3 > INSTALLSITEMAN1DIR=/Users/bruce/Fink/share/man/man1 > INSTALLSITEMAN3DIR=/Users/bruce/Fink/share/man/man3 > INSTALLBIN=/Users/bruce/Fink/bin INSTALLSITEBIN=/Users/bruce/Fink/bin > INSTALLSCRIPT=/Users/bruce/Fink/bin > checking for gettext with -I/Users/bruce/Fink/include in > -L/Users/bruce/Fink/lib... no > checking for gettext with -I/Users/bruce/Fink/include in > -L/Users/bruce/Fink/lib -lintl... no > gettext function not found. Please install libintl at Makefile.PL line 22. > ### execution of ARCHFLAGS="" failed, exit code 2 > ### execution of /tmp/fink.zFQmW failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /Users/bruce/Fink/bin/dpkg-lockwait -r > fink-buildlock-locale-gettext-pm5100-1.05-2 > (Leyendo la base de datos ... 13936 ficheros y directorios > instalados actualmente.) > Desinstalando fink-buildlock-locale-gettext-pm5100-1.05-2 ... > Failed: phase compiling: locale-gettext-pm5100-1.05-2 failed > > Also include the following system information: > Package manager version: 0.33.1 > Distribution version: selfupdate-rsync Mon Jun 18 11:04:34 2012, 10.6, i386 > Trees: local/main stable/main > Xcode.app: 4.2 > Xcode command-line tools: 4.2 > Max. Fink build jobs: 1 I am unable to reproduce this problem on my 10.6/i386/xcode4.2 machine. In particular: checking for gettext with -I/sw/include in -L/sw/lib... no checking for gettext with -I/sw/include in -L/sw/lib -lintl... yes The checks are pretty trivial, just seeing if a dummy program can #include <libintl.h> and so on. It should be detecting files in libgettext8-dev (and dependencies thereof) , which is given as a dependenct of the package that is failing. What are the permissions on /User /User/bruce /User/bruce/Fink and so on? dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ 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
