[52381] trunk/dports/devel/boost

Joshua Root jmr at macports.org
Mon Jun 15 10:07:23 PDT 2009


On 2009-6-16 02:44, Ryan Schmidt wrote:
> 
> On Jun 15, 2009, at 10:58, Joshua Root wrote:
> 
>> On 2009-6-16 01:23, David Evans wrote:
>>> MacPorts 1.7.1 doesn't like
>>>
>>> build.cmd        bjam [portbuild::build_getmakejobs]
>>
>> Indeed, and nox just fixed it. Note that portbuild::build_getmakejobs is
>> an internal procedure that was never intended to be used from portfiles.
>> It was apparently used in boost because build.jobs can be 0, and that
>> procedure is what converts 0 to the number of CPU cores in the machine.
>>
>> I'm just about to make a commit to trunk that will make build.jobs
>> always be a directly usable number.
> 
> Ah. I've used [build_getmakejobs] in minivmac-devel. It works for me in
> MP 1.7.1. Does that not work on trunk now?

No, in fact it hasn't for some time, because of the added namespace
encapsulation. Same with build_getnicevalue. The latter can at least be
trivially replaced with "nice -n${build.nice}".

- Josh


More information about the macports-dev mailing list