This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

New bootstrap failure in libjava/gnu/gcj/runtime/natStackTrace.cc


Andrew,

I'm getting this new bootstrap failure building libjava on
sparc-sun-solaris2.7:

 > /teal/caip5/ghazi/gcc-testing/build/gcc/xgcc -shared-libgcc
 >   -B/teal/caip5/ghazi/gcc-testing/build/gcc/ -nostdinc++
 >   -L/teal/caip5/ghazi/gcc-testing/build/sparc-sun-solaris2.7/sparcv9/libstdc++-v3/src
 >   -L/teal/caip5/ghazi/gcc-testing/build/sparc-sun-solaris2.7/sparcv9/libstdc++-v3/src/.libs
 >   -B/usr/local/sparc-sun-solaris2.7/bin/
 >   -B/usr/local/sparc-sun-solaris2.7/lib/ -isystem
 >   /usr/local/sparc-sun-solaris2.7/include -m64 -DHAVE_CONFIG_H
 >   -I. -I../../../../egcc-CVS20021203/libjava -I./include -I./gcj
 >   -I../../../../egcc-CVS20021203/libjava -Iinclude
 >   -I../../../../egcc-CVS20021203/libjava/include
 >   -I../../../../egcc-CVS20021203/libjava/../boehm-gc/include
 >   -DGC_SOLARIS_THREADS=1 -DGC_SOLARIS_PTHREADS=1 -DSILENT=1
 >   -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1
 >   -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1
 >   -I../../../../egcc-CVS20021203/libjava/libltdl
 >   -I../../../../egcc-CVS20021203/libjava/libltdl
 >   -I../../../../egcc-CVS20021203/libjava/.././libjava/../gcc
 >   -I../../../../egcc-CVS20021203/libjava/../zlib
 >   -I../../../../egcc-CVS20021203/libjava/../libffi/include
 >   -I../libffi/include -fno-rtti -fnon-call-exceptions
 >   -fdollars-in-identifiers -Wswitch-enum -W -Wall -D_GNU_SOURCE
 >   "-DPREFIX=\"/usr/local\"" -g -O2 -m64 -MD -MT
 >   gnu/gcj/runtime/natStackTrace.lo -MF gnu/gcj/runtime/natStackTrace.pp
 >   -c ../../../../egcc-CVS20021203/libjava/gnu/gcj/runtime/natStackTrace.cc
 >   -fPIC -DPIC -o gnu/gcj/runtime/.libs/natStackTrace.o
 > ../../../../egcc-CVS20021203/libjava/gnu/gcj/runtime/natStackTrace.cc: In
 > member function `void gnu::gcj::runtime::StackTrace::fillInStackTrace(__java_int, __java_int)':
 > ../../../../egcc-CVS20021203/libjava/gnu/gcj/runtime/natStackTrace.cc:73: 
 > error: `p' undeclared (first use this function)
 > ../../../../egcc-CVS20021203/libjava/gnu/gcj/runtime/natStackTrace.cc:73:
 > error: (Each undeclared identifier is reported only once for each function it appears in.)
 > ../../../../egcc-CVS20021203/libjava/gnu/gcj/runtime/natStackTrace.cc:50:
 > warning: unused parameter `jint maxlen'
 > ../../../../egcc-CVS20021203/libjava/gnu/gcj/runtime/natStackTrace.cc:50:
 > warning: unused parameter `jint offset'
 > make[5]: *** [gnu/gcj/runtime/natStackTrace.lo] Error 1

I believe you recently added the file natStackTrace.cc?  Would you
please fix it?

		Thanks,
		--Kaveh

PS: If you would like me to test a patch, let me know.

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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