From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 419 invoked by alias); 25 Oct 2012 01:13:21 -0000 Received: (qmail 31210 invoked by uid 48); 25 Oct 2012 01:12:54 -0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55061] libbacktrace build fails during bootstrap on powerpc-apple-darwin9 Date: Thu, 25 Oct 2012 01:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at nitro dot med.uc.edu 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: Status Resolution 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 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-10/txt/msg02287.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55061 Jack Howarth changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | --- Comment #8 from Jack Howarth 2012-10-25 01:12:53 UTC --- The failure has shifted now under gcc 4.0.1 to... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.8-20121024/libbacktrace -I ../../gcc-4.8-20121024/libbacktrace/../include -I ../../gcc-4.8-20121024/libbacktrace/../libgcc -I ../libgcc -I ../gcc/include -I ../../gcc/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -c -o backtrace.lo ../../gcc-4.8-20121024/libbacktrace/backtrace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.8-20121024/libbacktrace -I ../../gcc-4.8-20121024/libbacktrace/../include -I ../../gcc-4.8-20121024/libbacktrace/../libgcc -I ../libgcc -I ../gcc/include -I ../../gcc/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -Werror -g -c ../../gcc-4.8-20121024/libbacktrace/backtrace.c -o backtrace.o cc1: warnings being treated as errors ../../gcc-4.8-20121024/libbacktrace/backtrace.c: In function 'unwind': ../../gcc-4.8-20121024/libbacktrace/backtrace.c:69: warning: implicit declaration of function '_Unwind_GetIPInfo' make[4]: *** [backtrace.lo] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-stage1-libbacktrace] Error 2 make[1]: *** [stage1-bubble] Error 2