From owner-freebsd-ports@FreeBSD.ORG Wed Mar 28 11:06:58 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A855106566C for ; Wed, 28 Mar 2012 11:06:58 +0000 (UTC) (envelope-from rocky@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id E1C0A8FC0C for ; Wed, 28 Mar 2012 11:06:57 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 330665C22 for ; Wed, 28 Mar 2012 21:20:25 +1000 (EST) Message-ID: <4F72F0C9.6060206@herveybayaustralia.com.au> Date: Wed, 28 Mar 2012 21:06:49 +1000 From: R Skinner User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4F71D8C4.3020502@herveybayaustralia.com.au> In-Reply-To: <4F71D8C4.3020502@herveybayaustralia.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [SOLVED] But question still needs to be answered - Re: openjdk6 fails to build - jobs issue? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2012 11:06:58 -0000 On 03/28/12 01:12, R Skinner wrote: > I'm trying to build openjdk6 but it is failing as well. Can someone > confirm if I'm seeing gmake[x] if this is running as parallel jobs? > I'm running every invocation I can find to prevent it > (MAKE_JOBS_UNSAFE=true, DISABLE_MAKE_JOBS, env settings), but it > insists... > > Its possible something may have changed with the variables, but can't > be sure and I don't believe so; at any rate it fails compiling > 'hotspot'. I get output with gmake[6], gmake[5], gmake[4]... I did finally get this to build - I don't know why it worked, but I'm not complaining. I ran portsclean -CDD, rebooted, portsnap update, and tried again: must have been a patch somewhere in the build; so thank you stranger :) I do still want a clarification, I'm still getting a handle on makefiles and building large projects: What does the gmake[n] mean? Is it parallel builds? I'm not even sure what to google for...