From owner-freebsd-eclipse@FreeBSD.ORG Thu Dec 1 17:30:04 2011 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 165A01065670 for ; Thu, 1 Dec 2011 17:30:04 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.freebsd.org (Postfix) with ESMTP id C40758FC1A for ; Thu, 1 Dec 2011 17:30:03 +0000 (UTC) Received: from [212.182.167.131] (helo=sjakie.klop.ws) by smtp-out3.tiscali.nl with esmtp (Exim) (envelope-from ) id 1RWASQ-0004DN-PG for freebsd-eclipse@freebsd.org; Thu, 01 Dec 2011 18:30:02 +0100 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 3CCDD103EB for ; Thu, 1 Dec 2011 18:29:53 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-eclipse@freebsd.org References: <85cc1039fc2ab01aeb247d1fb69bdb64@vadimdenisov.ru> Date: Thu, 01 Dec 2011 18:29:53 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <85cc1039fc2ab01aeb247d1fb69bdb64@vadimdenisov.ru> User-Agent: Opera Mail/11.52 (FreeBSD) Content-Transfer-Encoding: quoted-printable Subject: Re: Error during installation X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2011 17:30:04 -0000 On Tue, 29 Nov 2011 12:49:49 +0100, wrote: > > Hi! > I've a error while make install of /usr/ports/java/eclipse: > > > GAMMADIR=3D/usr/ports/java/openjdk6/work/hotspot MAKE_VERBOSE=3Dy > HOTSPOT_RELEASE_VERSION=3D20.0-b11 JRE_RELEASE_VERSION=3D1.6.0-b23 > HOTSPOT_BUILD_VERSION=3D product > gmake[4]: Entering directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir' > cd > bsd_amd64_compiler2/product && gmake -w " LP64=3D1 " > gmake[5]: Entering > directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_am= d64_compiler2/product' > > gmake[6]: Entering directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_am= d64_compiler2/product' > > gmake[6]: *** No rule to make target > `/usr/ports/java/openjdk6/work/hotspot/src/cpu/amd64/vm/x86_64.ad', > needed by `../generated/adfiles/bsd_x86_64.ad'. Stop. > gmake[6]: Leaving > directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_am= d64_compiler2/product' > > gmake[5]: *** [ad_stuff] Error 2 > gmake[5]: Leaving directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_am= d64_compiler2/product' > > gmake[4]: *** [product] Error 2 > gmake[4]: Leaving directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir' > > gmake[3]: *** [generic_build2] Error 2 > gmake[3]: Leaving directory > `/usr/ports/java/openjdk6/work/hotspot/make' > gmake[2]: *** [product] > Error 2 > gmake[2]: Leaving directory > `/usr/ports/java/openjdk6/work/hotspot/make' > gmake[1]: *** > [hotspot-build] Error 2 > gmake[1]: Leaving directory > `/usr/ports/java/openjdk6/work' > gmake: *** [build_product_image] Error > 2 > *** Error code 1 > > Stop in /usr/ports/java/openjdk6. > *** Error code > 1 > > Stop in /usr/ports/java/openjdk6. > *** Error code 1 > > Stop in > /usr/ports/java/eclipse. > *** Error code 1 > > Stop in > /usr/ports/java/eclipse. > [15:45] /usr/ports/java/eclipse > > > What does > it mean? May I do something to evade this error? > > With best regards, > > Vadim Denisov Try this. cd /usr/ports/java/openjdk6 DISABLE_MAKE_JOBS=3Dtrue make install clean If this succeeds install eclipse again. If it does not succeed mail the =20 output of the failed openjdk6 build again. Ronald.