bootstrap failure on trunk on alphaev6-unknown-linux-gnu

lucier@math.purdue.edu lucier@math.purdue.edu
Wed Jul 11 03:46:00 GMT 2001


After a good compare, bootstrap fails with the message:

/export/u11/lucier/programs/gcc/gcc-3.1/objdir/gcc/g++ -B/export/u11/lucier/programs/gcc/gcc-3.1/objdir/gcc/ -nostdinc++ -nostdinc++ -I/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/include -I/export/u11/lucier/programs/gcc/gcc-3.1/libstdc++-v3/include -I/export/u11/lucier/programs/gcc/gcc-3.1/libstdc++-v3/include/std -I/export/u11/lucier/programs/gcc/gcc-3.1/libstdc++-v3/include/c_std -I/export/u11/lucier/programs/gcc/gcc-3.1/libstdc++-v3/libsupc++ -I/export/u11/lucier/programs/gcc/gcc-3.1/libstdc++-v3/libio -I/export/u11/lucier/programs/gcc/gcc-3.1/libstdc++-v3/testsuite -I/export/u11/lucier/programs/gcc/gcc-3.1/libstdc++-v3/include/backward -I/export/u11/lucier/programs/gcc/gcc-3.1/libstdc++-v3/include/ext -L/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/src -L/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/src/.libs -B/export/u10/gcc-test/alphaev6-unknow!
n-linux-gnu/bin/ -B/export/u10/gcc-test/alphaev6-unknown-linux-gnu/lib/ -isystem /export/u10/gcc-test/alphaev6-unknown-linux-gnu/include -DHAVE_CONFIG_H -I. -I../../../libjava -I./include -I./gcj -I../../../libjava -Iinclude -I../../../libjava/include -I../../../libjava/../boehm-gc/include -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -I../../../libjava/libltdl -I../../../libjava/libltdl -I../../../libjava/.././libjava/../gcc -I../../../libjava/../zlib -I/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -mieee -I/usr/X11R6/include -W -Wall -D_GNU_SOURCE -DPREFIX=\"/export/u10/gcc-test\" -g -O2 -D_GNU_SOURCE -mieee -Wp,-MD,.deps/posix.pp -c ../../../libjava/posix.cc  -fPIC -DPIC -o .libs/posix.o
In file included from ../../../libjava/include/posix.h:15,
                 from ../../../libjava/posix.cc:13:
/usr/include/sys/time.h:100: parse error before `,' token
/usr/include/sys/time.h:106: parse error before `,' token
make[3]: *** [posix.lo] Error 1

The problem lines in /usr/include/sys/time.h are

/* Set *VALUE to the current setting of timer WHICH.
   Return 0 on success, -1 on errors.  */
extern int getitimer __P ((enum __itimer_which __which,  /*<<<<<<<<<<<<<< HERE */
                           struct itimerval *__value));

/* Set the timer WHICH to *NEW.  If OLD is not NULL,
   set *OLD to the old value of timer WHICH.
   Returns 0 on success, -1 on errors.  */
extern int setitimer __P ((enum __itimer_which __which,  /*<<<<<<<<<<<<<< HERE */
                           __const struct itimerval *__new,
                           struct itimerval *__old));

This is with RedHat 6.0 with upgraded kernels, binutils, etc., but 
with original headers.

Brad Lucier



More information about the Gcc-testresults mailing list