From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 22 13:37: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 E9E1516A4CE for ; Tue, 22 Mar 2005 13:37:26 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1176743D5E for ; Tue, 22 Mar 2005 13:37:26 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id 13B7078C7D for ; Tue, 22 Mar 2005 08:39:15 -0500 (EST) Received: from pandora.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74780-08 for ; Tue, 22 Mar 2005 08:39:02 -0500 (EST) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id 178DB78C79 for ; Tue, 22 Mar 2005 08:39:01 -0500 (EST) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 33F3128DFA; Tue, 22 Mar 2005 08:37:19 -0500 (EST) Date: Tue, 22 Mar 2005 08:37:19 -0500 From: Damian Gerow To: freebsd-amd64@freebsd.org Message-ID: <20050322133719.GX697@afflictions.org> Mail-Followup-To: freebsd-amd64@freebsd.org References: <20050319021654.GD27012@afflictions.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050319021654.GD27012@afflictions.org> X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.9i X-Virus-Scanned: amavisd-new at pandora.afflictions.org 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: Tue, 22 Mar 2005 13:37:27 -0000 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.