From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 25 19:17:24 2009 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEC12106564A for ; Mon, 25 May 2009 19:17:24 +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 C6CA48FC21 for ; Mon, 25 May 2009 19:17: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 56E60510A16 for ; Mon, 25 May 2009 15:02:11 -0400 (EDT) Received: from shoggoth.wintermute (cpe-076-182-024-090.nc.res.rr.com [76.182.24.90]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.duke.edu (Postfix) with ESMTP id 2F61451097F for ; Mon, 25 May 2009 15:02:11 -0400 (EDT) Message-Id: <7025E821-9369-4A1B-8473-37EC06FB23C5@duke.edu> From: Todd Wasson To: freebsd-ports-bugs@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: Mon, 25 May 2009 15:02:09 -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.25.185250 Subject: jdk15/jdk16 build problems on amd64, 7.2-RELEASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2009 19:17: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 The 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