Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2009 10:26:23 +0200
From:      David Naylor <naylor.b.david@gmail.com>
To:        Maho NAKATA <chat95@mac.com>
Cc:        pgollucci@p6m7g8.com, itetcu@freebsd.org, pav@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: MAKE_JOBS_UNSAFE (some more ports)
Message-ID:  <200905241026.26903.naylor.b.david@gmail.com>
In-Reply-To: <20090524.071637.35088168.chat95@mac.com>
References:  <20090523.182426.193741786.chat95@mac.com> <200905231318.29346.naylor.b.david@gmail.com> <20090524.071637.35088168.chat95@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905241026.26903.naylor.b.david>