From owner-freebsd-java@FreeBSD.ORG Sun Jun 2 02:43:35 2013 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DF423134; Sun, 2 Jun 2013 02:43:35 +0000 (UTC) (envelope-from xzpeter@gmail.com) Received: from mail-pb0-x22a.google.com (mail-pb0-x22a.google.com [IPv6:2607:f8b0:400e:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id ABF101CF; Sun, 2 Jun 2013 02:43:35 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id uo1so4094980pbc.29 for ; Sat, 01 Jun 2013 19:43:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=HsTbn/1gZKFgMhlcclHXwDjlYU9q6s/z7lz7JNiuORo=; b=TehA+AeOOCqDzBLjyBPwnaP/0rXAJ4Mgmr3ePUq2zcjT9kBGAdksX4nUUdHvneaYU3 xsLJZFuBnOxYLrsABVTV63wrxsCkYd0frBR+NXX9Kg1SDX6pOu9ZrstLgL1mWMMaCV/f rDkTji3BopORFZ2pCiFRwDOKwRCPZQL5LHdsL1MCNuwsBgH1+OfknltZ4MT/1cwwXIdQ pqm/BbgeX4q8RpxcHjLDTytTkhMKPKf5Qu+GRccddIj9H6qNk0NungWfN+akKjlIn1cg O8930EAfIz4G/GkKO/Yw7v2PWjjQtdyT/5Y6SBPVoU0k8GS3OF9wWZ9j//vQ9GoiiQ1e 6fzg== X-Received: by 10.66.20.36 with SMTP id k4mr19411760pae.181.1370141015064; Sat, 01 Jun 2013 19:43:35 -0700 (PDT) Received: from [192.168.23.110] ([114.246.65.194]) by mx.google.com with ESMTPSA id b7sm53175864pba.39.2013.06.01.19.43.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Jun 2013 19:43:34 -0700 (PDT) Message-ID: <51AAB153.7090004@gmail.com> Date: Sun, 02 Jun 2013 10:43:31 +0800 From: Xu Zhe User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Ronald Klop Subject: Re: JVM panic when build openjdk7 on private FreeBSD 8.2 References: <51A6A2ED.5070009@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Chris Rees , java@freebsd.org, FreeBSD Mailing List X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 02:43:36 -0000 于 6/2/13 6:29 AM, Ronald Klop 写道: > On Thu, 30 May 2013 02:53:01 +0200, Xu Zhe wrote: > >> 于 5/30/13 1:42 AM, Chris Rees 写道: >>> On 29 May 2013 09:28, Peter Xu wrote: >>>> Hi, all, >>>> >>>> I got strange issue when trying to build opendjk7 using ports >>>> utility on a >>>> private-built FreeBSD 8.2 system. Here is the output of make: >>>> >>> >>> >>> I'm going to suggest that you upgrade to FreeBSD 8.3-- it's not a big >>> jump, so it shouldn't break anything. >>> >>> Unfortunately ports can't be tested on unsupported versions, and 8.3 >>> has been out over a year now. >>> >>> However, I've added java@ in case they have any suggestions. >>> >>> Chris >> Hi, Chris, >> >> Thanks for the mail. >> >> The problem is, the target FreeBSD 8.2 system has been heavily hacked >> (on both kernel and libc, as far as I know), and they have been doing >> system test for months. If we (or say they) do the swtich, the >> porting of the kernel part will be huge, and test results in the past >> months will be wasted. So I suppose that is not the working solution >> for my case. :( >> >> BTW, I would appreciate if anyone can tell me why build java need >> java support? > > I don't know the internals of building Java, but with compilers it is > generally a chicken-and-egg-problem. How do you compile the compiler? > The compiler javac is written in Java, so you need java to build it. > But you can build a pkg of java on another machine and copy it. > Or it might work to use a ports tree of FreeBSD 8.2. > http://svnweb.freebsd.org/ports/tags/RELEASE_8_2_0/ > > Didn't try, buy might be worth a try. > > Ronald. Yes, I would like to give it a shot on the old port tree. Thanks for the reminder. Peter