From owner-freebsd-java@FreeBSD.ORG Fri Mar 25 07:13:02 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 4004016A4CE for ; Fri, 25 Mar 2005 07:13:02 +0000 (GMT) Received: from natsmtp00.rzone.de (natsmtp00.rzone.de [81.169.145.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A74C43D5C for ; Fri, 25 Mar 2005 07:13:01 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from athena.laverenz.de (pD9550245.dip.t-dialin.net [217.85.2.69]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id j2P7CxU8020531 for ; Fri, 25 Mar 2005 08:12:59 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id 66F31E38A6F0 for ; Fri, 25 Mar 2005 08:13:01 +0100 (CET) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02226-05 for ; Fri, 25 Mar 2005 08:13:00 +0100 (CET) Received: by athena.laverenz.de (Postfix, from userid 2000) id 56662E38A6EB; Fri, 25 Mar 2005 08:13:00 +0100 (CET) Date: Fri, 25 Mar 2005 08:13:00 +0100 From: Uwe Laverenz To: freebsd-java@freebsd.org Message-ID: <20050325071300.GA2171@laverenz.de> Mail-Followup-To: freebsd-java@freebsd.org References: <4243407B.7050406@chuckr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4243407B.7050406@chuckr.org> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.6+20040907i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: 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: Fri, 25 Mar 2005 07:13:02 -0000 On Thu, Mar 24, 2005 at 10:34:35PM +0000, Chuck Robey wrote: > 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 This sounds like a problem recently described in the AMD64 mailing list. The solution was adding WITH_IPV6="Yes" to /etc/make.conf, maybe you could try that? cu, Uwe