From owner-freebsd-ports@FreeBSD.ORG Thu May 30 23:08:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DB4F6B12; Thu, 30 May 2013 23:08:06 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from st11p05mm-asmtp003.mac.com (st11p05mm-asmtpout003.mac.com [17.172.108.248]) by mx1.freebsd.org (Postfix) with ESMTP id B6530198; Thu, 30 May 2013 23:08:06 +0000 (UTC) Received: from [17.153.29.69] (unknown [17.153.29.69]) by st11p05mm-asmtp003.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MNM00FJFTHAF820@st11p05mm-asmtp003.mac.com>; Thu, 30 May 2013 22:08:00 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8626,1.0.431,0.0.0000 definitions=2013-05-30_07:2013-05-30,2013-05-30,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1305010000 definitions=main-1305300210 Content-type: text/plain; charset=windows-1252 MIME-version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: JVM panic when build openjdk7 on private FreeBSD 8.2 From: Charles Swiger In-reply-to: <51A6A2ED.5070009@gmail.com> Date: Thu, 30 May 2013 15:07:58 -0700 Content-transfer-encoding: quoted-printable Message-id: References: <51A6A2ED.5070009@gmail.com> To: Xu Zhe X-Mailer: Apple Mail (2.1503) Cc: java@freebsd.org, FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2013 23:08:06 -0000 Hi-- On May 29, 2013, at 5:53 PM, Xu Zhe wrote: [ =85 ] > BTW, I would appreciate if anyone can tell me why build java need java = support? You need a Java compiler to build the Java standard platform libraries = (ie, java.*, javax.*, etc) needed by the JRE, but you can cross-compile = those somewhere else (and/or run a precompiled Linux JRE via FreeBSD's = Linux emulation) if needed to bootstrap a native Java toolchain from = scratch. Regards, --=20 -Chuck