From owner-freebsd-java@FreeBSD.ORG Mon May 14 07:56:15 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D6F9106566C for ; Mon, 14 May 2012 07:56:15 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 13C988FC16 for ; Mon, 14 May 2012 07:56:14 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1STptk-0006oZ-B3; Mon, 14 May 2012 09:40:52 +0200 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1STptk-0003oG-Nk; Mon, 14 May 2012 09:40:52 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-java@freebsd.org, "Peter Ross" References: Date: Mon, 14 May 2012 09:40:50 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.64 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.0 X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=disabled version=3.2.5 X-Scan-Signature: dfea3049d3b923820beb462d65569822 Cc: Subject: Re: java/openjdk6 build fails 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: Mon, 14 May 2012 07:56:15 -0000 On Mon, 14 May 2012 02:59:48 +0200, Peter Ross wrote: > Hi all, > > I am trying to build java/openjdk6 (as depency of a Apache Open Office > 3.4 build, editors/openoffice-3). > > It stalled on Friday because it could not find a file > (openjdk-6-src-b25-01_may_2012.tar.gz if I am not mistaken) but a new > patch (I just did a portsnap this morning) seemed to fix it. However, > now it stops with > > 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. > > The FreeBSD-9 was build recently: > > FreeBSD finance 9.0-STABLE FreeBSD 9.0-STABLE #5: Sun Apr 1 21:07:30 > EST 2012 root@DellT410one.vv.fda:/usr/obj/usr/src/sys/GENERIC amd64 > > and I haven't done any tweaking on base and port systems or compile > options. > > I am happy to provide any information if needed. > > Please CC me, I am not on the freebsd-java list. > > Thank you > Peter Can you try setting MAKE_JOBS_NUMBER=1 in /etc/make.conf before building? Ronald.