From owner-freebsd-stable@FreeBSD.ORG Tue May 26 18:25:25 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 2EFDF106566B for ; Tue, 26 May 2009 18:25:25 +0000 (UTC) (envelope-from tsw5@duke.edu) Received: from smtp.duke.edu (smtp-02.oit.duke.edu [152.3.174.84]) by mx1.freebsd.org (Postfix) with ESMTP id 072DF8FC13 for ; Tue, 26 May 2009 18:25:24 +0000 (UTC) (envelope-from tsw5@duke.edu) Received: from smtp.duke.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id D0686510C36 for ; Tue, 26 May 2009 14:11:11 -0400 (EDT) Received: from user-152-3-155-249.wireless.duke.edu (user-152-3-155-249.wireless.duke.edu [152.3.155.249]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.duke.edu (Postfix) with ESMTP id B28BD510C46 for ; Tue, 26 May 2009 14:11:11 -0400 (EDT) Message-Id: From: Todd Wasson To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 26 May 2009 14:11:10 -0400 X-Mailer: Apple Mail (2.935.3) X-PMX-Version: 5.4.2.338381, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2009.5.26.175530 Subject: 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 18:25:25 -0000 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 gmake[4]: *** Deleting file `../generated/MakeDeps.class' gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/control/build/ bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[3]: *** [product] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/control/build/ bsd-amd64/hotspot/outputdir' gmake[2]: *** [generic_build2] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake[1]: *** [product] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake: *** [hotspot-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk16. *** Error code 1 Stop in /usr/ports/java/jdk16. I don't see anything about this in the PRs or google, so any help would be appreciated. I'm not sure how to do the -Xlint thing it suggests, so I haven't tried that yet, but I can do so if someone tells me what I need to tweak to pull it off. Thanks! Todd PS- I've written to ports-bugs about this as well, so please bear with me if this is the wrong forum; I just like my chances of getting a response here better.