You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Vladimir Ivanov <iv...@gmail.com> on 2007/04/17 08:10:09 UTC

[testing] build of Harmony on Linux x86_64 is broken today

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

Re: [testing] build of Harmony on Linux x86_64 is broken today

Posted by Nathan Beyer <nd...@apache.org>.
Thanks for fixing that. I was waiting for the build notices to see
what failed, but I decided to go to bed. :(

Thanks again.
-Nathan

On 4/17/07, Gregory Shimansky <gs...@gmail.com> wrote:
> Vladimir Ivanov wrote:
> > 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
>
> I added assembly implementations for x86_64 (using SSE2) and ia64 (using
> mf instruction). Committed in revision 529560.
>
> > 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
> >
>
>
> --
> Gregory
>
>

Re: [testing] build of Harmony on Linux x86_64 is broken today

Posted by Gregory Shimansky <gs...@gmail.com>.
Vladimir Ivanov wrote:
> 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

I added assembly implementations for x86_64 (using SSE2) and ia64 (using 
mf instruction). Committed in revision 529560.

> 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
> 


-- 
Gregory