public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Parallel bootstrap failure due to i18n in gcc/Makefile.in
@ 2001-12-05  9:49 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2001-12-05  9:49 UTC (permalink / raw)
  To: gcc

The i18n infrastructure seems broken for parallel builds:

:
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh /sw/test/gcc/cvs/gcc/mkconfig.sh config.h
HEADERS="auto-host.h ansidecl.h  sparc/sol2-sld-64.h defaults.h" DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh /sw/test/gcc/cvs/gcc/mkconfig.sh hconfig.h
test -d po || mkdir po
test -d po || mkdir po
mkdir: Failed to make directory "po"; File exists
: --statistics /sw/test/gcc/cvs/gcc/po/es.po -o po/es.gmo
gmake[2]: *** [po/da.gmo] Error 2
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory `/files/pfeifer/OBJ-1205-18:24/gcc'
gmake[1]: *** [stage1_build] Error 2

I believe what happens is that both "test -d po || mkdir po" commands
are executed in parallel, both test statements succeed, and then the
two mkdir statements conflict.

Gerald


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-05 17:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-05  9:49 Parallel bootstrap failure due to i18n in gcc/Makefile.in Gerald Pfeifer

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).