From owner-freebsd-ports@FreeBSD.ORG Sun May 24 08:25:34 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AE03106564A; Sun, 24 May 2009 08:25:34 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 71A848FC14; Sun, 24 May 2009 08:25:33 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: by ey-out-2122.google.com with SMTP id 9so552730eyd.7 for ; Sun, 24 May 2009 01:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=2driPMgN6n/Dkdg287h0eL674Qsi08eHoBrEPwJtb6c=; b=FaIIKCHXAwhkTgo2wp0QGA/WKZUMenFB576CObNXxFQzLS4E+Zn6NE+IUjR8KOtIvL 3ZGV0VUkiyqsf97xuPKC5GCdDJyj0dsvJroyLaxrCiBCsZ4fMSgCmGX9X907jybWlzIC Cx0i5+lBmUzpkDEVCwbWmS0WA2BtDBHbw0osk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; b=PG9ocm+72yr861xGj299CqJmewinQZ8utxVV2RypB1t/4gaYuQO7KWujepe58IVOiv YE5yw+6UdHQ4/5puzVFuS1xyFnfR0delJp5Cn7YNs+Rta8/0MmgAIEYW/ien0O/bBJ0y AJpBx+2E7zlKRJGTEKuTURSzPRPE+POKe9T5I= Received: by 10.210.63.2 with SMTP id l2mr7136853eba.67.1243153532524; Sun, 24 May 2009 01:25:32 -0700 (PDT) Received: from ?0.0.0.0? ([196.34.241.123]) by mx.google.com with ESMTPS id 10sm3285229eyz.1.2009.05.24.01.25.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 May 2009 01:25:32 -0700 (PDT) From: David Naylor Organization: Private To: Maho NAKATA Date: Sun, 24 May 2009 10:26:23 +0200 User-Agent: KMail/1.9.10 References: <20090523.182426.193741786.chat95@mac.com> <200905231318.29346.naylor.b.david@gmail.com> <20090524.071637.35088168.chat95@mac.com> In-Reply-To: <20090524.071637.35088168.chat95@mac.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5893100.1ZE0yImmEP"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200905241026.26903.naylor.b.david@gmail.com> Cc: pgollucci@p6m7g8.com, itetcu@freebsd.org, pav@freebsd.org, freebsd-ports@freebsd.org Subject: Re: MAKE_JOBS_UNSAFE (some more ports) 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: Sun, 24 May 2009 08:25:34 -0000 --nextPart5893100.1ZE0yImmEP Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 24 May 2009 00:16:37 Maho NAKATA wrote: > Hi I tested it yesterday, > > 1. > I need > > > MAKE_JOBS_SAFE=3D yes > > in the Makefile. Yes, you would need that. I believe that will be default. =20 > 2. with above patch, ooo2 doesn't launch parallele jobs. I spotted that problem after submitting the patch, if you explicitly set=20 MAKE_JOBS_NUMBER to something it will work.=20 The problem is that ooo2 does (in effect): =2Eif (${MAKE_JOBS_NUMBER} > 1) # Stuff =2Eelse # Other stuff =2Eendif and that doesn't work as expected with MAKE_JOBS_NUMBER=3D`sysctl kern.smp.= cpus`=20 as the command is not resolved. =20 > 3. ooo3, 3-rc, 3-devel are okay with patch 1. Good to hear. =20 --nextPart5893100.1ZE0yImmEP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEABECAAYFAkoZBLIACgkQUaaFgP9pFrLl/gCggNT75Kt9nUQt2VbaO758ZVES 2J0AoIl+MGEparUObVB7uB7FMrb3qIjx =HIwf -----END PGP SIGNATURE----- --nextPart5893100.1ZE0yImmEP--