From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10503 invoked by alias); 26 Oct 2012 15:31:55 -0000 Received: (qmail 10329 invoked by uid 48); 26 Oct 2012 15:31:28 -0000 From: "pedzsan at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55083] failure while configuring libatomic is not cleaned up Date: Fri, 26 Oct 2012 15:31: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: build X-Bugzilla-Severity: normal X-Bugzilla-Who: pedzsan 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: 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/msg02469.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55083 --- Comment #2 from Perry Smith 2012-10-26 15:31:27 UTC --- To be clear, the error during configuration is not what the bug report is about. The discussion of the error can be seen here: http://gcc.gnu.org/ml/gcc/2012-10/msg00380.html cc1 is failing because LD_LIBRARY_PATH is set to the wrong value. What this bug report is addressing is the fact that a failure does not clean up. The test I'm doing may be a little hard to recreate but I am doing rm -r powerpc-ibm-aix6.1.0.0/libatomic make configure-target-libatomic but you will need to somehow cause your gcc/xgcc or gcc/cc1 to fail (or create some other way to cause the configure to fail).