This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

make bootstrap-lean failure


Hi,

I just got this "make bootstrap-lean" failure on a sparc-unknown-linux-gnu
system:

gcc  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes   -DHAVE_CONFIG_H -DGENERATOR_FILE  -I. -If
-I../../../shannon/erik/tmp/gnu/gcc/gcc/gcc
-I../../../shannon/erik/tmp/gnu/gcc/gcc/gcc/f
-I../../../shannon/erik/tmp/gnu/gcc/gcc/gcc/config
-I../../../shannon/erik/tmp/gnu/gcc/gcc/gcc/../include \
	  ../../../shannon/erik/tmp/gnu/gcc/gcc/gcc/f/intdoc.c -o f/intdoc
make[3]: Leaving directory /tmp/gcc/gcc'
f/intdoc > ../../../shannon/erik/tmp/gnu/gcc/gcc/gcc/f/intdoc.texi
/bin/sh: ../../../shannon/erik/tmp/gnu/gcc/gcc/gcc/f/intdoc.texi: Permission denied
make[2]: *** [../../../shannon/erik/tmp/gnu/gcc/gcc/gcc/f/intdoc.texi] Error 1
make[2]: Leaving directory /tmp/gcc/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory /tmp/gcc/gcc'
make: *** [bootstrap-lean] Error 2

Looks like the build process wants to regenerate intdoc.texi in the
source tree, but that file is read-only so it fails. At the same time I
was building a mips-sgi-irix6.5 compiler using "make bootstrap" from
the same source tree, and that succeeded without any problem.

Oh, I'm talking about the gcc-3.0 branch.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]