From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17348 invoked by alias); 1 Nov 2012 10:14:56 -0000 Received: (qmail 17171 invoked by uid 48); 1 Nov 2012 10:14:33 -0000 From: "nico at josuttis dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/54834] bootstrap fails when building libbacktrace Date: Thu, 01 Nov 2012 10:14:00 -0000 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: nico at josuttis dot de 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: CC 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-11/txt/msg00028.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54834 Nicolai Josuttis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nico at josuttis dot de --- Comment #7 from Nicolai Josuttis 2012-11-01 10:14:30 UTC --- I got the same problem when switching from revision 1191942 (Oct 1st, 2012) to revision 193061 (Nov 1st, 2012). The effect was that the following files existed in the build tree: -rw-r--r-- 1 nico None 10659 Sep 21 10:16 gcc/include/unwind.h lrwxrwxrwx 1 nico None 36 Oct 2 00:04 i686-pc-cygwin/libgcc/unwind.h -> ../../../src/libgcc/unwind-generic.h After removing gcc/include/unwind.h the problem disappeared. As you can see, my environment was: CygWin under Windows 7 x64 (i686-pc-cygwin) Config settings were: ../src/configure \ --enable-languages=c++ \ --disable-bootstrap \ --prefix=/cygdrive/p/gcc/gcc$VERSION \ --program-suffix=$VERSION \ --with-gxx-include-dir=/cygdrive/p/gcc/gcc$VERSION-include \ --disable-lto \ --disable-sjlj-exceptions \ 2>&1 | tee -a ../make.log