Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 61850 invoked from network); 16 Jan 2011 21:22:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2011 21:22:10 -0000 Received: (qmail 16890 invoked by uid 500); 16 Jan 2011 21:22:10 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 16858 invoked by uid 500); 16 Jan 2011 21:22:09 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 16851 invoked by uid 99); 16 Jan 2011 21:22:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 21:22:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 21:22:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0GLLjar001857 for ; Sun, 16 Jan 2011 21:21:46 GMT Message-ID: <23174433.4161295212905743.JavaMail.jira@thor> Date: Sun, 16 Jan 2011 16:21:45 -0500 (EST) From: "Pierre Queinnec (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5114) support for Mac OS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982386#action_12982386 ] Pierre Queinnec commented on HARMONY-5114: ------------------------------------------ I can now build Harmony without any hy.skip.thr, hy.no.thr, etc. Patch attached in a few moments. It succeeds in 3 phases : # first failure cp ./target/hdk/jdk/jre/bin/libhythr.dylib target/hdk/lib/ # second failure cp ./target/build/classlib/portlib/native/port/libhyprt.dylib target/hdk/jdk/jre/bin/ # third failure mv target/hdk/jdk/jre/bin/libhythr.dylib target/hdk/jdk/jre/bin/libhythr.dylib.old mv target/hdk/lib/libhythr.dylib target/hdk/lib/libhythr.dylib.old cp ./target/build/drlvm/all/semis/hythr/bin/libhythr.dylib target/hdk/lib/ cp ./target/build/drlvm/all/semis/hythr/bin/libhythr.dylib target/hdk/jdk/jre/bin/ Now running ./java in target/hdk/jdk/jre/bin gives : queinnec@pasiphae:/usr/local/src/harmony-java6-trunk/target/hdk/jdk/jre/bin$ ./java -version PMQ - #2 PMQ - hyport_init_library#1 PMQ - hyport_create_library#4 PMQ - hyport_init_library#2 rc=0 PMQ - hyport_init_library#3 rc=0 PMQ - hyport_init_library#3 rc=0 PMQ - hyport_init_library#4 rc=0 PMQ - #3 PMQ - #4 hyportLibrary= portLibraryVersion= hyport_init_library=0x1722b PMQ - #2 PMQ - hyport_init_library#1 PMQ - hyport_create_library#4 PMQ - hyport_init_library#2 rc=0 PMQ - hyport_init_library#3 rc=0 PMQ - hyport_init_library#3 rc=0 PMQ - hyport_init_library#4 rc=0 PMQ - #3 PMQ - #4 hyportLibrary= portLibraryVersion= hyport_init_library=0x1722b Failed to find executable locationAbort trap It's at drlvm/vm/vmcore/src/init/vm_properties.cpp:159. I'll investigate. Cheers, -- Pierre > support for Mac OS > ------------------ > > Key: HARMONY-5114 > URL: https://issues.apache.org/jira/browse/HARMONY-5114 > Project: Harmony > Issue Type: New Feature > Components: VM > Environment: Operating system : Mac OS X 10.4+ > Reporter: Michel Rondeau > Attachments: ant.sh, log.2011_01_16-13_16_32, log.2011_01_16-13_16_32.err, PATCH-2011-01-16_2, PATCH-2011-01-16_3, PMQ, pmq.sh > > > Actually neither Sun nor Apple provide support for Java 1.6 on Leopard (OS X 10.6) while this release has been available for 11 months. The major migration issue will be the integration with the Cocoa framework (based on Objective-C 2.0). At this point however, a working version within the X11 environment would be a good starting point. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.