From owner-freebsd-java@FreeBSD.ORG Thu May 30 00:53:12 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 CBDA1D04; Thu, 30 May 2013 00:53:12 +0000 (UTC) (envelope-from xzpeter@gmail.com) Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by mx1.freebsd.org (Postfix) with ESMTP id 49DE5685; Thu, 30 May 2013 00:53:12 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id 14so7305121pdc.39 for ; Wed, 29 May 2013 17:53:06 -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=Vf5OkWSbrV3UwyVts76yrvtIWM615qFRDpnd7EDb6j8=; b=ad1eowYWqg+6sXlSCbzfdtQ6W9RVXBqt8j7PLXoe6gMDov/GYvClH2rouN+Ml2g9wh TfiIqeDVEMTFr0vrtQmj4zwUx2BSf/BvTsY0G3rFE/UAQDQbwgFIiRPfk/of22j3RofI aNy5oifzpA+ESlaeGfSZIyNu+bdiuPXbLNy/xZYaipaTE8PQdME/yJ4NWaNSezqcaOiu Dua++5iDMXJsTytNHeec3RTLaFobAw0O+VqLbQ4NcR2QVfnDocTXtsNx1w9Mw34S8yRI 1VnVjtMt9iAd3qd3LrJFIRbTkYR39tYh4a+WFLMADwcYaypHqhOGleWyqKioH6GjMYai JPgA== X-Received: by 10.66.162.161 with SMTP id yb1mr5700366pab.213.1369875186867; Wed, 29 May 2013 17:53:06 -0700 (PDT) Received: from Peters-MacAir.local ([106.3.103.167]) by mx.google.com with ESMTPSA id sg4sm39337792pbc.7.2013.05.29.17.53.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 17:53:06 -0700 (PDT) Message-ID: <51A6A2ED.5070009@gmail.com> Date: Thu, 30 May 2013 08:53:01 +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: Chris Rees Subject: Re: JVM panic when build openjdk7 on private FreeBSD 8.2 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: 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: Thu, 30 May 2013 00:53:12 -0000 于 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? Thanks. Peter