This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap broken on x86-64
- From: Steven Bosscher <stevenb at suse dot de>
- To: gcc at gcc dot gnu dot org
- Cc: mkoch at gcc dot gnu dot org
- Date: Wed, 24 Nov 2004 13:43:57 +0100 (CET)
- Subject: Bootstrap broken on x86-64
- Organization: SuSE Linux AG
Hi,
As of this morning, bootstrapping on ADM64 fails. I gcc_updated
around 9AM CET and successfully bootstrapped. Then I updated again
around 1PM CET, and now bootstrap fails with the following error in
libjava:
../../../mainline/libjava/jni.cc: In function 'java::lang::Object* _Jv_JNI_NewDirectByteBuffer(JNIEnv*, void*, jlong)':
../../../mainline/libjava/jni.cc:1727: error: cannot allocate an object of abstract type 'java::nio::DirectByteBufferImpl'
./java/nio/DirectByteBufferImpl.h:37: note: because the following virtual functions are pure within 'java::nio::DirectByteBufferImpl':
./java/nio/Buffer.h:30: note: virtual jboolean java::nio::Buffer::isReadOnly()
make[3]: *** [jni.lo] Error 1
make[3]: Leaving directory `/space/stevenb/build/x86_64-unknown-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/space/stevenb/build/x86_64-unknown-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/space/stevenb/build'
make: *** [bootstrap] Error 2
Anyone else seeing this?
Gr.
Steven