On Fri, Jul 15, 2011 at 2:34 PM, Sam Seaver <[email protected]> wrote: > On Fri, Jul 15, 2011 at 2:25 PM, Jack Howarth <[email protected]> > wrote: >> On Fri, Jul 15, 2011 at 02:06:47PM -0500, Sam Seaver wrote: >>> I went back into my log file, and I found a previous reference to >>> libiberty.an, so here's a longer section of the log, the first line >>> here being one that references libiberty.an but no error arises... >>> >>> /usr/bin/install -c -m 644 ./libiberty.a >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/`/sw/src/fink.build/gcc44-4.4.6-1001/darwin_objdir/./gcc/xgcc >>> -B/sw/src/fink >>> .build/gcc44-4.4.6-1001/darwin_objdir/./gcc/ >>> -B/sw/lib/gcc4.4/i386-apple-darwin10.8.0/bin/ >>> -B/sw/lib/gcc4.4/i386-apple-darwin10.8.0/lib/ -isystem >>> /sw/lib/gcc4.4/i386-apple-darw >>> in10.8.0/include -isystem >>> /sw/lib/gcc4.4/i386-apple-darwin10.8.0/sys-include -g -O2 >>> -print-multi-os-directory`/./libiberty.an >>> mkdir >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/share/locale/zh_TW >>> mkdir >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/share/locale/zh_TW/LC_MESSAGES >>> libtool: install: /usr/bin/install -c .libs/libssp.0.dylib >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.0.dylib >>> libtool: install: (cd >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64 && { >>> ln -s -f libssp.0.dylib libssp.dylib || { rm -f libssp.dylib && ln -s >>> libssp.0.dyli >>> b libssp.dylib; }; }) >>> libtool: install: /usr/bin/install -c .libs/libssp.lai >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.la >>> libtool: install: /usr/bin/install -c .libs/libssp.a >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.a >>> ( cd /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/`gcc >>> -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib >>> ./libiberty.an ) >>> libtool: install: chmod 644 >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.a >>> ranlib: file: ./libiberty.an is not an archive >>> libtool: install: ranlib -c >>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.a >>> make[2]: *** [install_to_libdir] Error 1 >>> make[1]: *** [install-libiberty] Error 2 >> >> Do you happen to have binutils installed? > > No, I don't, that's funny, I hadn't noticed, everything has been > compiling fine until today.
And by "No", I mean I don't have the fink package `binutils` installed S >> >>> >>> On Fri, Jul 15, 2011 at 1:48 PM, Alexander Hansen >>> <[email protected]> wrote: >>> > -----BEGIN PGP SIGNED MESSAGE----- >>> > Hash: SHA1 >>> > >>> > I'll add the maintainer in on the discussion, because this is a mystery >>> > to me. :-) >>> > >>> > On 7/15/11 2:41 PM, Sam Seaver wrote: >>> >> Thanks for getting back to me, Xcode build version: >>> >> >>> >> Xcode 3.2.6 Component versions: DevToolsCore-1809.0; >>> >> DevToolsSupport-1806.0 BuildVersion: 10M2518 >>> >> >>> >> On Fri, Jul 15, 2011 at 1:38 PM, Alexander Hansen >>> >> <[email protected]> wrote: On 7/15/11 10:56 AM, Sam Seaver >>> >> wrote: >>> >>>>> I'm compiling gcc44 on snow leopard, and it threw an error: >>> >>>>> >>> >>>>> ( cd >>> >>>>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/`gcc >>> >>>>> >>> >>>>> >>> > - -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib >>> >>>>> ./libiberty.an ) libtool: install: chmod 644 >>> >>>>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.a >>> >>>>> >>> >>>>> >>> >>>>> >>> >> >>> >>>>> >>> > ranlib: file: ./libiberty.an is not an archive >>> >>>>> libtool: install: ranlib -c >>> >>>>> /sw/src/fink.build/root-gcc44-4.4.6-1001/sw/lib/gcc4.4/lib/x86_64/libssp.a >>> >>>>> >>> >>>>> >>> >>>>> >>> >> >>> >>>>> >>> > make[2]: *** [install_to_libdir] Error 1 >>> >>>>> make[1]: *** [install-libiberty] Error 2 >>> >>>>> >>> >>>>> libiberty.an doesn't exist though libiberty.a does, I take it >>> >>>>> that this is simply a typo in the Makefile used. >>> >>>>> >>> >>>>> Thanks Sam >>> >>>>> >>> >>>>> >>> >> I don't reproduce this. At the same point (I think) in the build I >>> >> get >>> >> >>> >> ... make[3]: Nothing to be done for `all'. /bin/sh >>> >> ../../gcc-4.4.6/libiberty/../mkinstalldirs >>> >> /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc >>> >> -g -O2 -print-multi-os-directory` mkdir -p -- >>> >> /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/x86_64 >>> >> >>> >> >>> > /sw64/bin/ginstall -c -m 644 ./libiberty.a /sw64/src/fink.build/root- >>> >> >>> >> gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc -g -O2 >>> >> -print-multi-os-directory`/./libiberty.an ( cd >>> >> /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc >>> >> -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib >>> >> ./libiberty.an ) >>> >> >>> >> mv -f >>> >> /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc >>> >> -g -O2 -print-multi-os-directory`/./libiberty.an >>> >> /sw64/src/fink.build/root-gcc44-4.4.6-1001/sw64/lib/gcc4.4/lib/`gcc >>> >> -g -O2 -print-multi-os-directory`/./libiberty.a ... >>> >> >>> >> libiberty.an is indeed the correct filename. >>> >> >>> >> What xcode version are you using? (e.g. via "xcodebuild --version") >>> >>> >>> >> >>> >> >>> >> >>> > >>> > - -- >>> > Alexander Hansen, Ph.D. >>> > Fink User Liaison >>> > http://finkakh.wordpress.com/ >>> > -----BEGIN PGP SIGNATURE----- >>> > Version: GnuPG v1.4.11 (Darwin) >>> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >>> > >>> > iEYEARECAAYFAk4gi2sACgkQB8UpO3rKjQ/HjgCfdouvvp1frkNaSo+ElKugPx6O >>> > 6m4An09c94QvUsmcArhNNrIYdGiMSTqN >>> > =ObYF >>> > -----END PGP SIGNATURE----- >>> > >>> >>> >>> >>> -- >>> Postdoctoral Fellow >>> Mathematics and Computer Science Division >>> Argonne National Laboratory >>> 9700 S. Cass Avenue >>> Argonne, IL 60439 >>> >>> http://www.linkedin.com/pub/sam-seaver/0/412/168 >>> [email protected] >>> (773) 796-7144 >> > > > > -- > Postdoctoral Fellow > Mathematics and Computer Science Division > Argonne National Laboratory > 9700 S. Cass Avenue > Argonne, IL 60439 > > http://www.linkedin.com/pub/sam-seaver/0/412/168 > [email protected] > (773) 796-7144 > -- Postdoctoral Fellow Mathematics and Computer Science Division Argonne National Laboratory 9700 S. Cass Avenue Argonne, IL 60439 http://www.linkedin.com/pub/sam-seaver/0/412/168 [email protected] (773) 796-7144 ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ 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
