From owner-freebsd-java@FreeBSD.ORG Thu Mar 24 22:36:18 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA6016A4CE for ; Thu, 24 Mar 2005 22:36:18 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABED43D1D for ; Thu, 24 Mar 2005 22:36:17 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id BD47F11F97 for ; Thu, 24 Mar 2005 17:35:11 -0500 (EST) Message-ID: <4243407B.7050406@chuckr.org> Date: Thu, 24 Mar 2005 22:34:35 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ought to be posted X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 22:36:18 -0000 I just *finally* found the mail about the known error, dealing with the need for jdk1.5.0 needing to be invoked with it's full path. I'm not so unhappy in finding it, more unhappy in finding out that it was a known problem and not on the website. I spent a lot of time on this. BTW, I did a pretty fair amount of rebuilding, using the Linx/Sun jdk14 toolchain. I can't tell you why, but in nezrly every case, the build will hang, annd if the hang is more than 2 minutes in lenght, you *should* hunt down the java processes (there's about 10 of them, find one) and you need to kill it with -9,, then restart the buiod, it seems perfectly safe. It's also about the only way to get the build accomplished. I don't know why this is, but I can testify that it happens in a differnt spot in the build each and every time, but it's going to happen, sure as death/taxes.