From owner-freebsd-java@FreeBSD.ORG Tue Jul 12 12:51:17 2011 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 036D6106566B for ; Tue, 12 Jul 2011 12:51:17 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 567FF8FC19 for ; Tue, 12 Jul 2011 12:51:15 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA13107; Tue, 12 Jul 2011 15:50:56 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4E1C432F.8070404@FreeBSD.org> Date: Tue, 12 Jul 2011 15:50:55 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110705 Thunderbird/5.0 MIME-Version: 1.0 To: David Wolfskill References: <20110712122808.GH49108@albert.catwhisker.org> In-Reply-To: <20110712122808.GH49108@albert.catwhisker.org> X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: java@FreeBSD.org Subject: Re: Build failure for java/icedtea-web (stable/8 @r223930) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2011 12:51:17 -0000 on 12/07/2011 15:28 David Wolfskill said the following: > This is on my laptop: > > FreeBSD g1-222.catwhisker.org. 8.2-STABLE FreeBSD 8.2-STABLE #205 r223930: Mon Jul 11 04:05:24 PDT 2011 root@g1-222.catwhisker.org.:/common/S1/obj/usr/src/sys/CANARY i386 > > Note: Despite the date in the above output, it was actually rebuilt > this morning; the only files modified since yesterday were: > > U contrib/libpcap/bpf/net/bpf_filter.c > U contrib/libpcap > > > Per ports/UPDATING entry 20110711 for java/openjdk6, after updating > java/openjdk6, I issued: > > * cd /usr/poorts/java/icedtea-web > > * make install clean > > This brought in GNU coreutils, for which I selected GMP (as I already > had gmp-5.0.2 installed for other reasons). > > After GNU coreutils installed, the build for java/icedtea-web proceeded, > but that subsequently failed; here's the tail end of the typescript > (cut/pasted): Have you payed attention to the notice at the start of java/icedtea-web build? You can easily reproduce it by doing make clean ; make. -- Andriy Gapon