Parallel make bug
Brad Lucier
lucier@math.purdue.edu
Thu Jun 8 11:46:00 GMT 2000
Near the end of stage1 (after cc1chill, and the java and fortran programs
have been built), I get the following in build.log:
./gencheck > tmp-check.h
./gencheck > tmp-check.h
./gencheck > tmp-check.h
./gencheck > tmp-check.h
./gencheck > tmp-check.h
./gencheck > tmp-check.h
./gencheck > tmp-check.h
./gengenrtl -h >tmp-genrtl.h
./gengenrtl -h >tmp-genrtl.h
./gengenrtl -h >tmp-genrtl.h
./gengenrtl -h >tmp-genrtl.h
./gengenrtl -h >tmp-genrtl.h
./gengenrtl -h >tmp-genrtl.h
./gengenrtl -h >tmp-genrtl.h
./xgcc -B/export/u10/egcs-test/alphaev6-unknown-linux-gnu/bin/ -B./ -isystem /export/u10/egcs-test/alphaev6-unknown-linux-gnu/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -O2 -g -O2 -isystem ./include -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../gcc -I../../gcc/config -I../../gcc/../include -mieee -DL_udiv_w_sdiv -c ../../gcc/libgcc2.c -o libgcc/ieee/_udiv_w_sdiv.o
/bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h
/bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h
/bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h
/bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h
/bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h
/bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h
/bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h
./xgcc -B/export/u10/egcs-test/alphaev6-unknown-linux-gnu/bin/ -B./ -isystem /export/u10/egcs-test/alphaev6-unknown-linux-gnu/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -O2 -g -O2 -isystem ./include -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../gcc -I../../gcc/config -I../../gcc/../include -mieee -DL_udivmoddi4 -c ../../gcc/libgcc2.c -o libgcc/ieee/_udivmoddi4.o
/bin/sh: ./gengenrtl: Permission denied
make[4]: *** [s-genrtl] Error 126
make[4]: *** Waiting for unfinished jobs....
/bin/sh: ./gengenrtl: Permission denied
make[4]: *** [s-genrtl] Error 126
make[4]: *** Waiting for unfinished jobs....
etc., etc.
This is with today's CVS source on alphaev6-unknown-linux-gnu with
'make -j bootstrap'
Brad Lucier
More information about the Gcc-bugs
mailing list