From owner-freebsd-ports@FreeBSD.ORG Fri Jan 25 19:12:24 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A6022738 for ; Fri, 25 Jan 2013 19:12:24 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by mx1.freebsd.org (Postfix) with ESMTP id 3977E1E6 for ; Fri, 25 Jan 2013 19:12:24 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id j10so462959bkw.26 for ; Fri, 25 Jan 2013 11:12:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=GW1fC4MqdW2oL24tmM9UN7yOtZXVFVBd4YHXVnD9I8Q=; b=HhVBcwMdE4VclylfpEBcxDLXnfZfEj5hQQP7B81YXURuF0GT3UQwVQuIvhFYwgRsKT pZ1KGh9qk5Dbl3xLOhxuzm6S8952J3TGgY5X7RsNXSnB3oIVdEQTbsingyzwFpF7LTdL o4P8vwfM8uCIII1HPbhwoNACpCar19eIU9tG42VbKJGaXB+ZBP2ajmVgc4sFxuxn5iLo 8J6ZA8bES+cPIm7nFJC8sWr3jofUzFCOtxoPETW57zFfSCtRo0IqSx2dl1Vsp+0DERdb GRiuC3Vm3X77CdnIHHJS0pkvvizzcxIr/noionOM0WuE1ZbgEAKoaqk+8tbBmE4fD7rq 4yHA== X-Received: by 10.204.4.215 with SMTP id 23mr1267792bks.110.1359141143322; Fri, 25 Jan 2013 11:12:23 -0800 (PST) Received: from Melon.malikania.fr (AStrasbourg-651-1-102-70.w90-48.abo.wanadoo.fr. [90.48.85.70]) by mx.google.com with ESMTPS id u3sm2094113bkw.9.2013.01.25.11.12.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jan 2013 11:12:21 -0800 (PST) Message-ID: <5102D8FD.9030001@gmail.com> Date: Fri, 25 Jan 2013 20:11:57 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: java/openjdk6 fails to build.. References: <50F19931.1040206@missouri.edu> In-Reply-To: <50F19931.1040206@missouri.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 19:12:24 -0000 On 12/01/2013 18:11, Stephen Montgomery-Smith wrote: > On 12/21/2012 05:07 PM, Eitan Adler wrote: >> On 21 December 2012 13:49, Ronald Klop wrote: >> >>> Try to set the environment variable MAKE_JOBS_NUMBER=1 before building. >> >> If this fixes it please let us know - its a bug in the makefile that >> needs to be fixed. >> >> Also try -DMAKES_JOBS_UNSAFE instead of MAKE_JOBS_NUMBER=1 >> >> the latter does -j1 which is subtly different than no -j at all. > > First, I wanted to correct a typo - it is -DMAKE_JOBS_UNSAFE (no "S"). > > Secondly, as of today, this bug must still be present, because I > couldn't build devel/openjdk6 without the -DMAKE_JOBS_UNSAFE on my amd64 > Intel i5 computer. > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Same for me, I can't build openjdk6 without the jobs setting.