From owner-freebsd-java@FreeBSD.ORG Tue Dec 11 02:40:04 2007 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D7E016A41B for ; Tue, 11 Dec 2007 02:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E23A413C45B for ; Tue, 11 Dec 2007 02:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBB2e3g9093987 for ; Tue, 11 Dec 2007 02:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBB2e3Cn093986; Tue, 11 Dec 2007 02:40:03 GMT (envelope-from gnats) Date: Tue, 11 Dec 2007 02:40:03 GMT Message-Id: <200712110240.lBB2e3Cn093986@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Andrew Reilly Cc: Subject: Re: ports/118143: jdk16 build faild on RELENG_7 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Reilly List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2007 02:40:04 -0000 The following reply was made to PR ports/118143; it has been noted by GNATS. From: Andrew Reilly To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/118143: jdk16 build faild on RELENG_7 Date: Tue, 11 Dec 2007 10:16:19 +1100 Nuke this pr: jdk16 build succeeded on RELENG_7 on the weekend. Possible failure mode: the old (RELENG_6-built) jdk16 was on the system (I was doing a portupgrade) and that seemed to be selected by the build process instead of the (working, I think) jdk15. After blowing away the old jdk16 the re-build proceeded cleanly, and the new version seems to work nicely. -- Andrew