From owner-freebsd-java@freebsd.org Mon Sep 14 21:40:57 2015 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A41F7A03DA3 for ; Mon, 14 Sep 2015 21:40:57 +0000 (UTC) (envelope-from hamiltcl@verizon.net) Received: from vms173025pub.verizon.net (vms173025pub.verizon.net [206.46.173.25]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 852261284 for ; Mon, 14 Sep 2015 21:40:57 +0000 (UTC) (envelope-from hamiltcl@verizon.net) Received: from lenoil1 ([72.83.16.150]) by vms173025.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NUO00AHFPEQ3TI0@vms173025.mailsrvcs.net> for freebsd-java@freebsd.org; Mon, 14 Sep 2015 15:40:03 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=WcjxEBVX c=1 sm=1 tr=0 a=ywlOvr0VoIfBaqMxlLg+cA==:117 a=o1OHuDzbAAAA:8 a=oR5dmqMzAAAA:8 a=ff-B7xzCdYMA:10 a=DAwyPP_o2Byb1YXLmDAA:9 a=1kd7D8Upg3wMfdU48N0A:9 a=CjuIK1q_8ugA:10 a=sp1C2xF2V-0A:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=iO2LcTs1Em4Aqq01tDUA:9 a=gKO2Hq4RSVkA:10 a=UiCQ7L4-1S4A:10 a=hTZeC7Yk6K0A:10 a=frz4AuCg-hUA:10 From: "Curtis Hamilton" To: Subject: Icedtea on FreeBSD PowerPC Date: Mon, 14 Sep 2015 16:39:59 -0400 Message-id: <002b01d0ef2d$86363290$92a297b0$@verizon.net> MIME-version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-index: AdDvLHYeHwfLo4StRm+cxTcKtT4m+w== Content-language: en-us Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2015 21:40:57 -0000 Has anyone been successful in building openjdk6 or openjdk7 using icedtea on a FreeBSD PowerPC based system? If so, I'd love to know how you did it. I've successfully implemented a workable bootsrap using GCJ and ECJ, but encounter problems in building HotSpot.