From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7741 invoked by alias); 13 Jul 2011 17:04:02 -0000 Received: (qmail 7726 invoked by uid 22791); 13 Jul 2011 17:04:01 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jul 2011 17:03:47 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/49737] [4.7 Regression] Bootstrap failure at revision 176240 on x86_64-apple-darwin10 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 13 Jul 2011 17:04:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg01015.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49737 --- Comment #2 from Dominique d'Humieres 2011-07-13 17:03:30 UTC --- I configured the build with ../work/configure --prefix=/opt/gcc/gcc4.7w --enable-languages=c,c++,fortran,objc,obj-c++,java,lto --with-gmp=/opt/sw64 --with-libiconv-prefix=/opt/sw64 --with-system-zlib --with-cloog=/opt/sw64 --enable-cloog-backend=isl --enable-lto A nonparallel make gives # If this is the top-level multilib, build all the other # multilibs. /bin/sh ../../../../work/libgcc/../mkinstalldirs ../../.././gcc/i386 for file in libgcc_s.1.dylib libgcc_ext.10.4.dylib libgcc_ext.10.5.dylib; do \ rm -f ../../.././gcc/i386/$file; \ ln -s ../$file ../../.././gcc/i386/; \ done rm -f ../../.././gcc/i386/libgcc_s_x86_64.1.dylib ln -s libgcc_s.1.dylib \ ../../.././gcc/i386/libgcc_s_x86_64.1.dylib rm -f ../../.././gcc/i386/libgcc_s_ppc64.1.dylib <-- ppc64 seems quite suspicious here ln -s libgcc_s.1.dylib \ ../../.././gcc/i386/libgcc_s_ppc64.1.dylib # If the gcc directory specifies which extra parts to # build for this target, and the libgcc configuration also # specifies, make sure they match. This can be removed # when the gcc directory no longer holds libgcc configuration; # it is useful when migrating a target. Configuration mismatch! Extra parts from gcc directory: crtfastmath.o crtprec32.o crtprec64.o crtprec80.o Extra parts from libgcc: crt3.o