Build of Harmony on Linux x86_64 is broken today (log is below). Seems
the guilty commit is:
Author: ndbeyer
Date: Mon Apr 16 22:08:00 2007
New Revision: 529487
Compilation log:
<snip>
build.native.cpp:
[cc] 156 total files to be compiled.
[cc] /tmp/ccvk4VCn.s: Assembler messages:
[cc] /tmp/ccvk4VCn.s:11343: Error: `0(%esp)' is not a valid 64
bit base/index expression
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:
In
[cc] function `jint jni_init()':
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:387:
warning: invalid
[cc] access to non-static data member
`JavaVM_Internal::link' of NULL object
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:387:
warning: (perhaps
[cc] the `offsetof' macro was used incorrectly)
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:387:
warning: invalid
[cc] access to non-static data member
`JavaVM_Internal::link' of NULL object
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:387:
warning: (perhaps
[cc] the `offsetof' macro was used incorrectly)
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:
In
[cc] function `jint JNI_GetCreatedJavaVMs(JavaVM**, int, jsize*)':
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:427:
warning: invalid
[cc] access to non-static data member
`JavaVM_Internal::link' of NULL object
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:427:
warning: (perhaps
[cc] the `offsetof' macro was used incorrectly)
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:
In
[cc] function `jint JNI_CreateJavaVM(JavaVM**, JNIEnv**, void*)':
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:457:
warning: invalid
[cc] access to non-static data member
`JavaVM_Internal::link' of NULL object
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:457:
warning: (perhaps
[cc] the `offsetof' macro was used incorrectly)
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:544:
warning: invalid
[cc] access to non-static data member
`JavaVM_Internal::link' of NULL object
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:544:
warning: (perhaps
[cc] the `offsetof' macro was used incorrectly)
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:544:
warning: invalid
[cc] access to non-static data member
`JavaVM_Internal::link' of NULL object
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:544:
warning: (perhaps
[cc] the `offsetof' macro was used incorrectly)
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:544:
warning: invalid
[cc] access to non-static data member
`JavaVM_Internal::link' of NULL object
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:544:
warning: (perhaps
[cc] the `offsetof' macro was used incorrectly)
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:544:
warning: invalid
[cc] access to non-static data member
`JavaVM_Internal::link' of NULL object
[cc]
/export/users/viv/trunk/cc/projects/drlvm/trunk/vm/vmcore/src/jni/jni.cpp:544:
warning: (perhaps
[cc] the `offsetof' macro was used incorrectly)
BUILD FAILED
/export/users/viv/trunk/cc/projects/drlvm/trunk/build/make/build.xml:452:
The following error occurred while executing this line:
/export/users/viv/trunk/cc/projects/drlvm/trunk/build/make/build.xml:459:
The following error occurred while executing this line:
/export/users/viv/trunk/cc/projects/drlvm/trunk/build/make/build_component.xml:72:
The following error occurred while executing this line:
/export/users/viv/trunk/cc/projects/drlvm/trunk/build/lnx_em64t_gcc_debug/semis/build/targets/build.native.xml:81:
gcc failed with return code 1
thanks, Vladimir