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]
Other format: [Raw text]

Re: Failure to bootstrap gcc 20021024 cvs trunk for sparc64-linux: gcc/real.h:67: error: size of array `test_real_width' is negative


On Thu, Oct 24, 2002 at 03:37:33PM +0200, Christian Jönsson wrote:
> This was on a Aurora SPARC Linux 0.42 build (Douglas) Ultra1
> sun4u system with these packages:
> 
> binutils-2.11.93.0.2-11sparc
> dejagnu-1.4.3-0   (built ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-1.4.3-0.src.rpm)
> expect-5.32.2-67
> gcc-2.96-112
> glibc-2.2.5-40
> glibc64-2.2.5-40
> kernel-2.4.18-1.000sparc
> tcl-8.3.3-67
> 
> 
> In-tree joined gcc and binutils cvs trunks.
> 
> LAST_UPDATED: Thu Oct 24 11:13:54 UTC 2002
> 
> 
> make[2]: Entering directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
> stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc64-linux/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/config -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/../include /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/gengenrtl.c -o gengenrtl.o
> In file included from /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/gengenrtl.c:29:
> /usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/real.h:67: error: size of array `test_real_width' is negative
> make[2]: *** [gengenrtl.o] Error 1
> make[2]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
> make[1]: *** [stage2_build] Error 2
> make[1]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
> make: *** [bootstrap-lean] Error 2
> chj@u1sparc:/usr/local/src/gcc-binutils/trunk/objdir$ 
> 
> 
> /usr/local/src/gcc-binutils/trunk/gcc-binutils/configure --host=sparc64-linux --prefix=/usr/local/gcc-binutils --enable-shared --enable-threads=posix --norecursion 

uhm, same thing still:

LAST_UPDATED: Mon Oct 28 07:22:02 UTC 2002



make CC=" stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc64-linux/bin/" \
	 STAGE_PREFIX=stage1/ \
	 ADAC="\$(CC)" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/usr/local/gcc-binutils/lib LANGUAGES="c gcov c++ f77 java objc" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
make[2]: Entering directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc64-linux/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/usr/local/src/gcc-binutils/trunk/gcc/gcc -I/usr/local/src/gcc-binutils/trunk/gcc/gcc/. -I/usr/local/src/gcc-binutils/trunk/gcc/gcc/config -I/usr/local/src/gcc-binutils/trunk/gcc/gcc/../include /usr/local/src/gcc-binutils/trunk/gcc/gcc/gengenrtl.c -o gengenrtl.o
In file included from /usr/local/src/gcc-binutils/trunk/gcc/gcc/gengenrtl.c:29:
/usr/local/src/gcc-binutils/trunk/gcc/gcc/real.h:67: error: size of array `test_real_width' is negative
make[2]: *** [gengenrtl.o] Error 1
make[2]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
make: *** [bootstrap-lean] Error 2


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