This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

stage2 build fails on alpha-mandrake-linux


Current cvs HEAD branch...

make[2]: Leaving directory `/tmp/gccobj/gcc'
echo timestamp > stage2_copy
echo stage3_build > stage_last
make CC="stage2/xgcc -Bstage2/ -B/g/gcc/alpha-mandrake-linux/bin/" \
         STAGE_PREFIX=stage2/ \
         CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)"
STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/g/gcc/lib
LANGUAGES="c gcov " MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
make[2]: Entering directory `/tmp/gccobj/gcc'
stage2/xgcc -Bstage2/ -B/g/gcc/alpha-mandrake-linux/bin/ -c -DIN_GCC   
-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H
-DGENERATOR_FILE    -I. -I. -I/g/cvs/egcs/gcc -I/g/cvs/egcs/gcc/.
-I/g/cvs/egcs/gcc/config -I/g/cvs/egcs/gcc/../include
/g/cvs/egcs/gcc/gengenrtl.c -o gengenrtl.o
In file included from /g/cvs/egcs/gcc/gengenrtl.c:105:
/g/cvs/egcs/gcc/rtl.def:74: extra brace group at end of initializer
/g/cvs/egcs/gcc/rtl.def:79: extra brace group at end of initializer
/g/cvs/egcs/gcc/rtl.def:86: extra brace group at end of initializer
/g/cvs/egcs/gcc/rtl.def:90: extra brace group at end of initializer
/g/cvs/egcs/gcc/rtl.def:129: extra brace group at end of initializer
[...]
/g/cvs/egcs/gcc/rtl.def:995: extra brace group at end of initializer
/g/cvs/egcs/gcc/rtl.def:998: extra brace group at end of initializer
/g/cvs/egcs/gcc/rtl.def:1012: extra brace group at end of initializer
make[2]: *** [gengenrtl.o] Error 1
make[2]: Leaving directory `/tmp/gccobj/gcc'
make[1]: *** [stage3_build] Error 2
make[1]: Leaving directory `/tmp/gccobj/gcc'
make: *** [bootstrap] Error 2

-- 
Jeff Garzik      | Only so many songs can be sung
Building 1024    | with two lips, two lungs, and one tongue.
MandrakeSoft     |         - nomeansno


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