[MacPorts] #23531: boost installation stalls when using parallel building
MacPorts
noreply at macports.org
Sun Feb 7 00:35:11 PST 2010
#23531: boost installation stalls when using parallel building
-----------------------------+----------------------------------------------
Reporter: fleason@… | Owner: nox@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: parallel haspatch
Port: boost |
-----------------------------+----------------------------------------------
Changes (by raphael@…):
* keywords: parallel => parallel haspatch
* status: closed => reopened
* resolution: fixed =>
Comment:
The problem is that {{{use_parallel_build no}}} obviously does not set
{{{${build.jobs} }}} to 1 and the pre-build phase of the portfile still
calls bjam with {{{-j number of cores}}}. So, the pre-build phase should
be removed from the port. A patch is attached.
Nevertheless, a
{{{
sudo port clean boost
sudo port upgrade boost build.jobs=1
}}}
should still work.
--
Ticket URL: <http://trac.macports.org/ticket/23531#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list