From dev-return-28585-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Wed Jul 25 10:27:56 2007 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 94534 invoked from network); 25 Jul 2007 10:27:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 10:27:55 -0000 Received: (qmail 66962 invoked by uid 500); 25 Jul 2007 10:27:54 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 66872 invoked by uid 500); 25 Jul 2007 10:27:54 -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 66863 invoked by uid 99); 25 Jul 2007 10:27:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 03:27:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexey.a.petrenko@gmail.com designates 66.249.82.224 as permitted sender) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 03:27:52 -0700 Received: by wx-out-0506.google.com with SMTP id s7so135855wxc for ; Wed, 25 Jul 2007 03:27:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TuuG8e59fOsYMFPBvZr5oArx233+3dcMq/ZabtFQdMa+nFDKifQ5EOmZiws/avaEIRiYi5I/dzEL6qMeUTiixvMnOzYrIVvv8nZElQ6Nx5ROADU7MMU94Ctk/+SX1nXJm/P0RCiR1uRhw50Q03tBGBvl7Oskfky7BRxY0zJykHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O21UrZ2MhaRRwd18/Sqdj8gPSFutO/UwDTe6tjkCA/InLDCxJjgvPkW24kGjRj1/JkFsWx9ftZfEOLI1T5VRjUkWKoOGcGeFCQkpfWvTxg+FEDGG1uYAU92F/PLITjlDU86fQxzXVErVYCKMwjYHH45GsuD1kmhbEtpiAVK67VY= Received: by 10.90.29.18 with SMTP id c18mr229645agc.1185359251620; Wed, 25 Jul 2007 03:27:31 -0700 (PDT) Received: by 10.90.73.20 with HTTP; Wed, 25 Jul 2007 03:27:31 -0700 (PDT) Message-ID: Date: Wed, 25 Jul 2007 14:27:31 +0400 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: Re: [build][drlvm] Can not build drlvm on linux :( In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Same stuff after clean checkout... FedoraCore 6, gcc 4.1.1 2007/7/25, Alexey Petrenko : > svn stat > ? build/out > ? vm/vmcore/src/init/vm_init.cpp.orig > ? vm/thread/src/hythr.exp.orig > ? vm/thread/src/hythr.def.orig > > will try to remove vm and checkout again... > > SY, Alexey > > 2007/7/25, Alexey Varlamov : > > Looks like a conflict happened during update. What 'svn stat' says? > > > > 2007/7/25, Alexey Petrenko : > > > Guys, > > > > > > I can not build drlvm on Linux for a few days. The following error > > > appears after usual svn update and do not want to go away :( > > > Svn updates and deep cleaning of repository did not help... > > > > > > What am I doing wrong? > > > > > > Thanks in advance. > > > > > > SY, Alexey > > > > > > build.native.init: > > > [echo] ## Building native of 'vm.vmcore' > > > [mkdir] Created dir: > > > /nfs/pb/home/aapetren/work/harmony/working_vm/build/lnx_ia32_gcc_release/semis/vm/vmcore/_bin > > > [mkdir] Created dir: > > > /nfs/pb/home/aapetren/work/harmony/working_vm/build/lnx_ia32_gcc_release/semis/vm/vmcore/_obj > > > > > > build.native.c: > > > [cc] 0 total files to be compiled. > > > > > > build.native.cpp: > > > [cc] 170 total files to be compiled. > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/include/vm_threads.h:134: > > > error: previous declaration of 'volatile VM_thread* > > > p_the_safepoint_control_thread' with 'C++' linkage > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/thread/thread_manager.cpp:81: > > > error: conflicts with new declaration with 'C' linkage > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/include/vm_threads.h:135: > > > error: previous declaration of 'volatile safepoint_state > > > global_safepoint_status' with 'C++' linkage > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/thread/thread_manager.cpp:82: > > > error: conflicts with new declaration with 'C' linkage > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp: > > > In function 'jint jni_init()': > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:387: > > > warning: invalid access to non-static data member > > > 'JavaVM_Internal::link' of NULL object > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:387: > > > warning: (perhaps the 'offsetof' macro was used incorrectly) > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:387: > > > warning: invalid access to non-static data member > > > 'JavaVM_Internal::link' of NULL object > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:387: > > > warning: (perhaps the 'offsetof' macro was used incorrectly) > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp: > > > In function 'jint JNI_GetCreatedJavaVMs(JavaVM**, jsize, jsize*)': > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:426: > > > warning: invalid access to non-static data member > > > 'JavaVM_Internal::link' of NULL object > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:426: > > > warning: (perhaps the 'offsetof' macro was used incorrectly) > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp: > > > In function 'jint JNI_CreateJavaVM(JavaVM**, JNIEnv**, void*)': > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:456: > > > warning: invalid access to non-static data member > > > 'JavaVM_Internal::link' of NULL object > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:456: > > > warning: (perhaps the 'offsetof' macro was used incorrectly) > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543: > > > warning: invalid access to non-static data member > > > 'JavaVM_Internal::link' of NULL object > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543: > > > warning: (perhaps the 'offsetof' macro was used incorrectly) > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543: > > > warning: invalid access to non-static data member > > > 'JavaVM_Internal::link' of NULL object > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543: > > > warning: (perhaps the 'offsetof' macro was used incorrectly) > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543: > > > warning: invalid access to non-static data member > > > 'JavaVM_Internal::link' of NULL object > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543: > > > warning: (perhaps the 'offsetof' macro was used incorrectly) > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543: > > > warning: invalid access to non-static data member > > > 'JavaVM_Internal::link' of NULL object > > > [cc] /nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543: > > > warning: (perhaps the 'offsetof' macro was used incorrectly) > > > > > > BUILD FAILED > > > /nfs/pb/home/aapetren/work/harmony/working_vm/build/make/build.xml:479: > > > The following error occurred while executing this line: > > > /nfs/pb/home/aapetren/work/harmony/working_vm/build/make/build.xml:486: > > > The following error occurred while executing this line: > > > /nfs/pb/home/aapetren/work/harmony/working_vm/build/make/build_component.xml:73: > > > The following error occurred while executing this line: > > > /nfs/pb/home/aapetren/work/harmony/working_vm/build/lnx_ia32_gcc_release/semis/build/targets/build.native.xml:81: > > > gcc failed with return code 1 > > > > > > Total time: 6 minutes 11 seconds > > > * > > > * Please, refer to README.txt for details. > > > > > >