From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20412 invoked by alias); 15 Feb 2002 04:26:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 20362 invoked by uid 71); 15 Feb 2002 04:26:00 -0000 Resent-Date: 15 Feb 2002 04:26:00 -0000 Resent-Message-ID: <20020215042600.20361.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, lucier@math.purdue.edu Received:(qmail 14866 invoked by uid 61); 15 Feb 2002 04:18:53 -0000 Message-Id:<20020215041853.14865.qmail@sources.redhat.com> Date: Thu, 14 Feb 2002 20:26:00 -0000 From: lucier@math.purdue.edu Reply-To: lucier@math.purdue.edu To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: libstdc++/5697: parallel bootstrap error with gthr.h X-SW-Source: 2002-02/txt/msg00353.txt.bz2 List-Id: >Number: 5697 >Category: libstdc++ >Synopsis: parallel bootstrap error with gthr.h >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Feb 14 20:26:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: B. Lucier >Release: gcc version 3.1 20020214 (experimental) >Organization: >Environment: sparcv9-sun-solaris2.8 Solaris as/ld >Description: After a generic configure, make -j 8 bootstrap fails with make[4]: Entering directory `/export/u3/lucier/programs/gcc/gcc-3.1/objdir-sparcv9/sparcv9-sun-solaris2.8/libstdc++-v3/include' sed -e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g' \ -e 's,^#include "\(.*\)",#include ,g' \ < ../../../../libstdc++-v3/../gcc/gthr.h > sparcv9-sun-solaris2.8/bits/gthr.h /bin/sh: sparcv9-sun-solaris2.8/bits/gthr.h: cannot create make[4]: *** [sparcv9-sun-solaris2.8/bits/gthr.h] Error 1 make[4]: *** Waiting for unfinished jobs.... >How-To-Repeat: see above >Fix: Maybe the makefile should be modified to have the headers depend on the thread_builddir: ${thread_builddir}/gthr.h: ${thread_builddir} sed -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCPP_\1/g' \ -e 's,^#include "\(.*\)",#include ,g' \ < ${toplevel_srcdir}/gcc/gthr.h > $@ ${thread_builddir}/gthr-single.h:${thread_builddir} sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \ -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \ < ${toplevel_srcdir}/gcc/gthr-single.h > $@ ${thread_builddir}/gthr-default.h:${thread_builddir} sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \ -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \ -e 's/\(${uppercase}*WEAK\)/_GLIBCPP_\1/g' \ < ${toplevel_srcdir}/gcc/${glibcpp_thread_h} > $@ >Release-Note: >Audit-Trail: >Unformatted: