From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 21 22:32:26 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F6016A4CE for ; Thu, 21 Apr 2005 22:32:26 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 684E143D46 for ; Thu, 21 Apr 2005 22:32:23 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 59B8D4B034; Fri, 22 Apr 2005 00:32:22 +0200 (CEST) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 58674-04-4; Fri, 22 Apr 2005 00:32:22 +0200 (CEST) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id 21BD34AD6C; Fri, 22 Apr 2005 00:32:21 +0200 (CEST) Date: Fri, 22 Apr 2005 00:32:21 +0200 From: Palle Girgensohn To: Damian Gerow , freebsd-amd64@freebsd.org Message-ID: <97B5984DC59670DFEB70AD4C@palle.girgensohn.se> In-Reply-To: <20050322133719.GX697@afflictions.org> References: <20050319021654.GD27012@afflictions.org> <20050322133719.GX697@afflictions.org> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Subject: Re: java/jdk15 help [SOLVED?] X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 22:32:26 -0000 --On tisdag, mars 22, 2005 08.37.19 -0500 Damian Gerow wrote: > Thus spake Damian Gerow (dgerow@afflictions.org) [19/03/05 08:44]: > : I've noticed that a few people here have successfully gotten a native > : java/jdk15 built. Can one of those people lend me a hand, please? > : > : I've installed linux-sun-jdk-1.4.2.07_1, and worked around the wonky > problem : thrown by the jdk15 build. But afterwards, all I seem to get > is hung javac : processes, each consuming 100% of CPU. > > By some ridiculous fluke, I tried a build with WITH_IPV6 defined. It > built without any issue whatsoever, and has now been installed. So I at > least have a JDK at this point; now to try to figure out how/why it's > failing when I don't want IPV6 support. Are you sure about this? I mean that it all worked when compiling WITH_IPV6? I'm trying to get the linux-sun-jdk-1.4.2.07_1 javac to compile anything, but it just starts consuming 100% forever for a simple hello world app. There's no way it could build anything? What gives? Same thing happens when running the port jdk15 port gets to the javac part, or even running jar... I just noticed that it does not happen every time. I managed to run linux 1.4 javac on a simple hello world app a dozen times in a row, but on the thirteenth time it stuck, and the two javac processes required a kill -9 to die. This is on a Dell 2850 dual CPU (with hyperthreading, so four "virtual" cpus), so it is not really an AMD64, but "EMT64". I'm quite amazed that I see reports of java working on amd64. On this machine it is completely impossible, as linux bootstrapping jdk hangs all the time. Most other things work on the machine, although I've experienced some stability problems. Could it be a hardware problem? /Palle