public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/4386: Parallel build failure in libstdc++-v3 with gthr-*.h
@ 2002-11-28 13:26 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2002-11-28 13:26 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, lucier, nobody

Synopsis: Parallel build failure in libstdc++-v3 with gthr-*.h

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Wed Nov 20 07:00:22 2002
State-Changed-Why:
    Closed on request of submitter

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4386


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bootstrap/4386: Parallel build failure in libstdc++-v3 with gthr-*.h
@ 2002-11-27 16:22 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2002-11-27 16:22 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, lucier, nobody

Synopsis: Parallel build failure in libstdc++-v3 with gthr-*.h

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Tue Nov 19 18:27:41 2002
State-Changed-Why:
    This is quite an old bootstrap report. Could you please
    re-check with a newer version of gcc and report whether
    it works or not?
    
    Thanks
      W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4386


^ permalink raw reply	[flat|nested] 3+ messages in thread

* bootstrap/4386: Parallel build failure in libstdc++-v3 with gthr-*.h
@ 2001-09-24 12:26 lucier
  0 siblings, 0 replies; 3+ messages in thread
From: lucier @ 2001-09-24 12:26 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4386
>Category:       bootstrap
>Synopsis:       Parallel build failure in libstdc++-v3 with gthr-*.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 24 12:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     B. Lucier
>Release:        3.1 20010924 (experimental)
>Organization:
>Environment:
sparc-sun-solaris28
>Description:
After a ../configure, a (make -j 12 bootstrap >& build.log)
fails with

make[4]: Entering directory `/export/home/lucier/gcc/gcc-3.1/objdir/sparc-sun-solaris2.8/libstdc++-v3/include'
sed -e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g' \
    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
    < ../../../../libstdc++-v3/../gcc/gthr.h > sparc-sun-solaris2.8/bits/gthr.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
    < ../../../../libstdc++-v3/../gcc/gthr-single.h > sparc-sun-solaris2.8/bits/gthr-single.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
    -e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*WEAK\)/_GLIBCPP_\1/g' \
    < ../../../../libstdc++-v3/../gcc/gthr-posix.h > sparc-sun-solaris2.8/bits/gthr-default.h
/bin/sh: sparc-sun-solaris2.8/bits/gthr.h: cannot create
make[4]: *** [sparc-sun-solaris2.8/bits/gthr.h] Error 1
make[4]: *** Waiting for unfinished jobs....
/bin/sh: sparc-sun-solaris2.8/bits/gthr-single.h: cannot create
make[4]: *** [sparc-sun-solaris2.8/bits/gthr-single.h] Error 1
make[4]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/sparc-sun-solaris2.8/libstdc++-v3/include'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/sparc-sun-solaris2.8/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/sparc-sun-solaris2.8/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir'
*** Error code 2
make: Fatal error: Command failed for target `bootstrap'

No, I'm not building gcc in the source directory.  After the
failure, I did a "make bootstrap >> build.log" and it
finished, including lines like
make[4]: Entering directory `/export/home/lucier/gcc/gcc-3.1/objdir/sparc-sun-solaris2.8/libstdc++-v3/include'
sed -e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g' \
    -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
    < ../../../../libstdc++-v3/../gcc/gthr.h > sparc-sun-solaris2.8/bits/gthr.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
    -e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
    < ../../../../libstdc++-v3/../gcc/gthr-single.h > sparc-sun-solaris2.8/bits/gthr-single.h
make[4]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/sparc-sun-solaris2.8/libstdc++-v3/include'

Is there a problem that the sparc-sun-solaris2.8/bits/
directory was not yet built the first time gthr.h was
(almost) built?  Is there a dependency problem here?
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-20 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-28 13:26 bootstrap/4386: Parallel build failure in libstdc++-v3 with gthr-*.h bangerth
  -- strict thread matches above, loose matches on Subject: below --
2002-11-27 16:22 bangerth
2001-09-24 12:26 lucier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).