Re: python waf bypasses _MAKE_JOBS number

2015-01-13 Thread Roland Smith
On Wed, Jan 14, 2015 at 11:25:24AM +1100, Kubilay Kocak wrote: > On 14/01/2015 6:58 AM, Sean Bruno wrote: > > > > > For now, I'm going to start looking into Makefile patches to setup the > > correct variables so that waf doesn't assume we want number of CPU's > > detected. > > > > Might this be

Re: python waf bypasses _MAKE_JOBS number

2015-01-13 Thread Kubilay Kocak
On 14/01/2015 6:58 AM, Sean Bruno wrote: > > For now, I'm going to start looking into Makefile patches to setup the > correct variables so that waf doesn't assume we want number of CPU's > detected. > Might this be a good candidate for USE_PYTHON= waf feature for some consistency and minimised

Re: python waf bypasses _MAKE_JOBS number

2015-01-13 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/09/15 15:29, Marcus von Appen wrote: > Sean Bruno : > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> On 01/09/15 11:10, Antoine Brodin wrote: >>> On Fri, Jan 9, 2015 at 5:52 PM, Sean Bruno >>> wrote: Marcus: The thi

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread sson
Marcus von Appen-2 wrote > Sean Bruno < > sbruno@ > >: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> On 01/09/15 11:10, Antoine Brodin wrote: >>> On Fri, Jan 9, 2015 at 5:52 PM, Sean Bruno < > sbruno@ > > >>> wrote: Marcus: The thing that I would like "fixed" is

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/09/15 16:29, Marcus von Appen wrote: > Sean Bruno : > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> On 01/09/15 11:10, Antoine Brodin wrote: >>> On Fri, Jan 9, 2015 at 5:52 PM, Sean Bruno >>> wrote: Marcus: The thi

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread Marcus von Appen
Sean Bruno : -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/09/15 11:10, Antoine Brodin wrote: On Fri, Jan 9, 2015 at 5:52 PM, Sean Bruno wrote: Marcus: The thing that I would like "fixed" is python waf ignoring the fact that it should not try and detect the number of CPUs on the sys

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread sson
Antoine Brodin-2 wrote > On Fri, Jan 9, 2015 at 5:52 PM, Sean Bruno < > sbruno@ > > wrote: >> Marcus: >> >> The thing that I would like "fixed" is python waf ignoring the fact >> that it should not try and detect the number of CPUs on the system. >> > > Let me rephrase the problem, there are so

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/09/15 11:10, Antoine Brodin wrote: > On Fri, Jan 9, 2015 at 5:52 PM, Sean Bruno > wrote: >> Marcus: >> >> The thing that I would like "fixed" is python waf ignoring the >> fact that it should not try and detect the number of CPUs on the >> sy

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread Antoine Brodin
On Fri, Jan 9, 2015 at 5:52 PM, Sean Bruno wrote: > Marcus: > > The thing that I would like "fixed" is python waf ignoring the fact > that it should not try and detect the number of CPUs on the system. > Let me rephrase the problem, there are some problems in some individual ports using waf. Tho

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/09/15 10:33, Marcus von Appen wrote: > > Quoting "sson [via FreeBSD]" > : > >> Sean Bruno-6 wrote >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >>> >>> On 01/07/15 00:21, Marcus von Appen wrote: On, Wed Jan 07, 2015, Sean Bruno wr

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread Marcus von Appen
Quoting "sson [via FreeBSD]" : Sean Bruno-6 wrote -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/07/15 00:21, Marcus von Appen wrote: On, Wed Jan 07, 2015, Sean Bruno wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hey, so ... because qemu has a bug in it, we're trying to en

Re: python waf bypasses _MAKE_JOBS number

2015-01-07 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/07/15 10:51, sson [via FreeBSD] wrote: > Sean Bruno-6 wrote >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> On 01/07/15 00:21, Marcus von Appen wrote: >>> On, Wed Jan 07, 2015, Sean Bruno wrote: >>> -BEGIN PGP SIGNED MESSAGE

Re: python waf bypasses _MAKE_JOBS number

2015-01-07 Thread sson
Sean Bruno-6 wrote > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 01/07/15 00:21, Marcus von Appen wrote: >> On, Wed Jan 07, 2015, Sean Bruno wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >>> >>> Hey, so ... because qemu has a bug in it, we're trying to enforce >>> no

Re: python waf bypasses _MAKE_JOBS number

2015-01-07 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/07/15 00:21, Marcus von Appen wrote: > On, Wed Jan 07, 2015, Sean Bruno wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> Hey, so ... because qemu has a bug in it, we're trying to enforce >> no SMP behaviour in builds. >> >>

Re: python waf bypasses _MAKE_JOBS number

2015-01-06 Thread Marcus von Appen
On, Wed Jan 07, 2015, Sean Bruno wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hey, so ... because qemu has a bug in it, we're trying to enforce no > SMP behaviour in builds. > > Turns out that python waf bypasses all of ports logic and probes for > the number of cpus and does its

python waf bypasses _MAKE_JOBS number

2015-01-06 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hey, so ... because qemu has a bug in it, we're trying to enforce no SMP behaviour in builds. Turns out that python waf bypasses all of ports logic and probes for the number of cpus and does its own thing. We noted this in our builds as they locked