From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21023 invoked by alias); 13 Feb 2012 09:23:34 -0000 Received: (qmail 21014 invoked by uid 22791); 13 Feb 2012 09:23:33 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_CX,TW_DC 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; Mon, 13 Feb 2012 09:23:21 +0000 From: "manphiz at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/52226] New: Trunk fails to bootstrap on Mac OS X. Date: Mon, 13 Feb 2012 09:23:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: manphiz at gmail dot com 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: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-02/txt/msg01245.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52226 Bug #: 52226 Summary: Trunk fails to bootstrap on Mac OS X. Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned@gcc.gnu.org ReportedBy: manphiz@gmail.com Trunk (last tested with revision 184145) has been failing to bootstrap for some time (last checked last Tuesday) on my macbook with Snow Leopard. The configure options are: ${SOURCE_PATH}/configure \ --prefix=${PREFIX} \ --with-gmp=${PREFIX} \ --with-mpfr=${PREFIX} \ --with-mpc=${PREFIX} \ --with-ppl=${PREFIX} \ --with-cloog=${PREFIX} \ --enable-cloog-backend=isl \ --program-suffix=-${VERSION} \ --enable-languages=c,c++,objc,obj-c++,fortran \ --disable-nls \ --disable-werror \ --with-system-zlib \ --enable-__cxa_init \ --enable-concept-checks \ --enable-decimal-float \ --enable-full-dynamic-string \ --enable-libstdcxx-debug \ --enable-libstdcxx-time \ --enable-multilib \ --enable-plugin \ --enable-static \ --enable-shared \ --enable-threads \ --enable-version-specific-runtime-libs And the build log is attached. Please let me know if more information is needed.