On 01/08/2009, at 18:08, Jack Howarth wrote: > On Sat, Aug 01, 2009 at 05:52:38PM -0300, monipol wrote: >> On 01/08/2009, at 16:24, Mike Zanker wrote: >>> This is what I'm getting: >>> >>> bzip2 -dc /sw/src/gcc-4.2.4.tar.bz2 | /sw/bin/tar -xf - --no-same- >>> owner >>> --no-same-permissions >>> [ -r /sw/fink/dists/unstable/main/finkinfo/languages/gcc42.patch ] >>> patch -p1 < /sw/fink/dists/unstable/main/finkinfo/languages/ >>> gcc42.patch >>> patching file libgomp/testsuite/libgomp.c++/pr30703.C >>> patching file gcc/testsuite/lib/prune.exp >>> Hunk #1 succeeded at 44 (offset 1 line). >>> patching file libstdc++-v3/testsuite/lib/prune.exp >>> patching file libjava/configure.ac >>> /var/tmp/tmp.1.d2Z3AD >>> #!/bin/sh -ev >>> ulimit -s `ulimit -s` >>> ulimit -s >>> cd boehm-gc >>> autoheader -I .. -I ../config >>> configure.ac:52: error: m4_copy: won't overwrite defined macro: >>> _AC_ARG_VAR_PRECIOUS >>> configure.ac:52: the top level >>> autom4te-2.64: /sw/bin/m4 failed with exit status: 1 >>> autoheader: '/sw/bin/autom4te-2.64' failed with exit status: 1 >>> ### execution of /var/tmp/tmp.1.d2Z3AD failed, exit code 1 >>> >>> Can somebody see if they can duplicate this because I'm running >>> Xcode >>> 3.1.4 that comes with the iPhone SDK 3.1b3 and wondering if that has >>> anything to do with it. >> >> I've been able to reproduce this build error. I'm CCing the >> maintainer >> of gcc42, Jack Howarth. > Are both of you running Xcode 3.1b3 on Leopard? I did my test build > on a dual G5 running 10.5.7 with Xcode 3.1.3 without issues. What > does... > > which autoheader > > and > > /usr/bin/autoheader -V > > return on your machines? Xcode 3.1.3 has... > > autoheader (GNU Autoconf) 2.61
Hello, Jack. I'm running Xcode 3.1.3 on Intel 10.5.7, 32-bit Fink. which autoheader outputs /sw/bin/autoheader (Fink's autoconf package, version 2.64-2, is installed on my box). /usr/bin/autoheader is version 2.61 and autoheader or /sw/bin/ autoheader is version 2.64. gcc42's compile script doesn't specify an absolute path so I guess it's using Fink's autoheader/autoconf. Cheers, -- monipol http://finkers.wordpress.com Submitting a Fink bug report? Read this: http://www.finkproject.org/doc/netiquette/index.php http://finkers.wordpress.com/2009/06/03/bug-reports/ ------------------------------------------------------------------------------ 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
