Date: Thu, 01 Dec 2011 18:29:53 +0100 From: "Ronald Klop" <ronald-freebsd8@klop.yi.org> To: freebsd-eclipse@freebsd.org Subject: Re: Error during installation Message-ID: <op.v5tmv3vt8527sy@212-182-167-131.ip.telfort.nl> In-Reply-To: <85cc1039fc2ab01aeb247d1fb69bdb64@vadimdenisov.ru> References: <85cc1039fc2ab01aeb247d1fb69bdb64@vadimdenisov.ru>
index | next in thread | previous in thread | raw e-mail
On Tue, 29 Nov 2011 12:49:49 +0100, <mail@vadimdenisov.ru> wrote: > > Hi! > I've a error while make install of /usr/ports/java/eclipse: > > > GAMMADIR=/usr/ports/java/openjdk6/work/hotspot MAKE_VERBOSE=y > HOTSPOT_RELEASE_VERSION=20.0-b11 JRE_RELEASE_VERSION=1.6.0-b23 > HOTSPOT_BUILD_VERSION= product > gmake[4]: Entering directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir' > cd > bsd_amd64_compiler2/product && gmake -w " LP64=1 " > gmake[5]: Entering > directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' > > gmake[6]: Entering directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_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_amd64_compiler2/product' > > gmake[5]: *** [ad_stuff] Error 2 > gmake[5]: Leaving directory > `/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_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=true make install clean If this succeeds install eclipse again. If it does not succeed mail the output of the failed openjdk6 build again. Ronald.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.v5tmv3vt8527sy>
