From owner-freebsd-stable@FreeBSD.ORG Tue May 26 23:54:18 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D0671065676 for ; Tue, 26 May 2009 23:54:18 +0000 (UTC) (envelope-from tsw5@duke.edu) Received: from smtp.duke.edu (smtp-01.oit.duke.edu [152.3.174.14]) by mx1.freebsd.org (Postfix) with ESMTP id 20D998FC1F for ; Tue, 26 May 2009 23:54:17 +0000 (UTC) (envelope-from tsw5@duke.edu) Received: from smtp.duke.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 3D380308A4C; Tue, 26 May 2009 19:54:17 -0400 (EDT) Received: from [152.3.137.189] (k.cs.duke.edu [152.3.137.189]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.duke.edu (Postfix) with ESMTP id 1C2AA308985; Tue, 26 May 2009 19:54:17 -0400 (EDT) Message-ID: <4A1C8122.7000805@duke.edu> Date: Tue, 26 May 2009 19:54:10 -0400 From: Todd Wasson User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: Dan Nelson References: <20090526183832.GN52703@dan.emsphone.com> In-Reply-To: <20090526183832.GN52703@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.4.2.338381, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2009.5.26.234324 Cc: freebsd-stable@freebsd.org Subject: Re: jdk15/jdk16 build problems on amd64, 7.2-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 23:54:18 -0000 Unsurprisingly, rebooting made no difference. Dang. It is somewhat surprising that it's getting SIGKILLed and not SIGTERMed though; at least I presume that's what the "9" means... Todd Dan Nelson wrote: > In the last episode (May 26), Todd Wasson said: >> I've recently been unable to get jdk15 and jdk16 to build, with some >> very cryptic errors (if any, really) being reported. I've pasted a >> build log for jdk16 here, since it's about 9100 lines long: http://paste2.org/p/224897 >> >> This seems to be the relevant portion: >> cd bsd_amd64_compiler2/product && gmake -w >> gmake[4]: Entering directory `/usr/ports/java/jdk16/work/control/build/ >> bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' >> Note: Some input files use unchecked or unsafe operations. >> Note: Recompile with -Xlint:unchecked for details. >> gmake[4]: *** [../generated/MakeDeps.class] Killed: 9 > > Something sent a KILL signal to your process. Maybe you ran out of memory > and the kernel killed the largest process it saw? >