-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

After the recent thread on JDK I decided I would make an attempt at
getting it running. The BLFS page looks like it is mainly aimed at i386.
I followed the links and pulled down binaries for amd64 and the source
jars. The binary package didn't give me any errors although I haven't
tried using it yet so I'm not sure it works. "java -version" did work
:-). I started to go through the section on compiling the source and the
patches applied without problem even though the versions were different
and I had to modify the command given to compensate. Everything looked
like it was compiling well then it started streaming the following
messages. Since there was a message in BLFS about getting a lot of
messages that looked like errors I'm not sure if any of these are among
the ones that don't mean anything or not but the compile did stop so I'm
guessing that at least some of them are in fact bad. :-) Are there extra
patches I need for 64 bit builds or is this strictly a 32 bit package
for now?

Arnie

/usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/os.hpp:325:
error: extra qualification 'os::' on member 'exception_name'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/ci/ciObject.hpp:53:
error: extra qualification 'ciObject::' on member 'get_oop'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/ci/ciObjectFactory.hpp:90:
error: extra qualification 'ciObjectFactory::' on member
'get_empty_methodData'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/os.hpp:325:
error: extra qualification 'os::' on member 'exception_name'
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/frame_amd64.hpp:130:
error: extra qualification 'frame::' on member 'native_param_addr'
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/nativeInst_amd64.hpp:
In static member function 'static jint NativeCall::is_call_to(unsigned
char*, unsigned char*)':
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/nativeInst_amd64.hpp:215:
error: 'nativeCall_at' was not declared in this scope
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/frame_amd64.hpp:130:
error: extra qualification 'frame::' on member 'native_param_addr'
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/nativeInst_amd64.hpp:
In static member function 'static jint NativeCall::is_call_to(unsigned
char*, unsigned char*)':
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/nativeInst_amd64.hpp:215:
error: 'nativeCall_at' was not declared in this scope
/usr/src/secondary/jdk-build/hotspot/src/share/vm/memory/referenceProcessor.hpp:
At global scope:
/usr/src/secondary/jdk-build/hotspot/src/share/vm/memory/referenceProcessor.hpp:118:
error: extra qualification 'ReferenceProcessor::' on member 'list_name'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/thread.hpp: At
global scope:
/usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/thread.hpp:1521:
error: extra qualification 'Threads::' on member 'jvmpi_fab_heavy_monitors'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/thread.hpp:1521:
error: extra qualification 'Threads::' on member 'jvmpi_fab_heavy_monitors'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/memory/referenceProcessor.hpp:118:
error: extra qualification 'ReferenceProcessor::' on member 'list_name'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/ci/ciObject.hpp:53:
error: extra qualification 'ciObject::' on member 'get_oop'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/ci/ciObjectFactory.hpp:90:
error: extra qualification 'ciObjectFactory::' on member
'get_empty_methodData'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/os.hpp:325:
error: extra qualification 'os::' on member 'exception_name'
make[3]: *** [accessFlags.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/usr/src/secondary/jdk-build/hotspot/src/share/vm/opto/callnode.hpp:338:
error: extra qualification 'SafePointNode::' on member 'peek_monitor_box'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/opto/callnode.hpp:339:
error: extra qualification 'SafePointNode::' on member 'peek_monitor_obj'
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/frame_amd64.hpp:130:
error: extra qualification 'frame::' on member 'native_param_addr'
../generated/adfiles/ad_amd64.hpp:931: error: extra qualification
'State::' on member 'valid'
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/nativeInst_amd64.hpp:
In static member function 'static jint NativeCall::is_call_to(unsigned
char*, unsigned char*)':
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/nativeInst_amd64.hpp:215:
error: 'nativeCall_at' was not declared in this scope
../generated/adfiles/ad_amd64.hpp:2976: error: extra qualification
'Pipeline_Use_Cycle_Mask::' on member 'Or'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/thread.hpp: At
global scope:
/usr/src/secondary/jdk-build/hotspot/src/share/vm/runtime/thread.hpp:1521:
error: extra qualification 'Threads::' on member 'jvmpi_fab_heavy_monitors'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/memory/referenceProcessor.hpp:118:
error: extra qualification 'ReferenceProcessor::' on member 'list_name'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/opto/callnode.hpp:338:
error: extra qualification 'SafePointNode::' on member 'peek_monitor_box'
/usr/src/secondary/jdk-build/hotspot/src/share/vm/opto/callnode.hpp:339:
error: extra qualification 'SafePointNode::' on member 'peek_monitor_obj'
../generated/adfiles/ad_amd64.hpp:931: error: extra qualification
'State::' on member 'valid'
../generated/adfiles/ad_amd64.hpp:2976: error: extra qualification
'Pipeline_Use_Cycle_Mask::' on member 'Or'
make[3]: *** [ad_amd64_clone.o] Error 1
make[3]: *** [ad_amd64.o] Error 1
make[3]: Leaving directory
`/usr/src/secondary/jdk-build/control/build/linux-amd64/hotspot-amd64/tmp/linux_amd64_compiler2/product'
make[2]: *** [the_vm] Error 2
make[2]: Leaving directory
`/usr/src/secondary/jdk-build/control/build/linux-amd64/hotspot-amd64/tmp/linux_amd64_compiler2/product'
make[1]: *** [product] Error 2
make[1]: Leaving directory
`/usr/src/secondary/jdk-build/control/build/linux-amd64/hotspot-amd64/tmp'
make: *** [product] Error 2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFSAQyI9lqJPlLBqQRAmS1AJ0XbpSQnU2jF6J0TBD0eCXqN2gaXgCdG2lC
C+MIJrjKFxVym3/fNL3cjdU=
=BIJ6
-----END PGP SIGNATURE-----
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to