Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 32234 invoked from network); 17 Apr 2007 11:20:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2007 11:20:34 -0000 Received: (qmail 7655 invoked by uid 500); 17 Apr 2007 11:20:38 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 7628 invoked by uid 500); 17 Apr 2007 11:20:38 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 7619 invoked by uid 99); 17 Apr 2007 11:20:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 04:20:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 04:20:31 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Hdlj7-0008Vr-VH for dev@harmony.apache.org; Tue, 17 Apr 2007 13:20:01 +0200 Received: from iswfwpr01.isw.intel.com ([192.55.37.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Apr 2007 13:20:01 +0200 Received: from gshimansky by iswfwpr01.isw.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Apr 2007 13:20:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: Gregory Shimansky Subject: Re: [testing] build of Harmony on Linux x86_64 is broken today Date: Tue, 17 Apr 2007 15:15:47 +0400 Lines: 136 Message-ID: References: <7273946b0704162310kadda2adt46827d96c2c58496@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: iswfwpr01.isw.intel.com User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <7273946b0704162310kadda2adt46827d96c2c58496@mail.gmail.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org 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: > > 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