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]

Bootstrap broken on x86-64


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



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