[MacPorts] #15426: BUG: py25-* fail with parallel building enabled
#15426: BUG: py25-* fail with parallel building enabled ---------------------------------+------------------------------------------ Reporter: raimue@macports.org | Owner: afb@macports.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Keywords: parallel | ---------------------------------+------------------------------------------ There was a new bug introduced while fixing #15295. {{{ ---> Building py25-bz2 with target build DEBUG: Executing org.macports.build (py25-bz2) DEBUG: port allows a parallel build DEBUG: Environment: "MACOSX_DEPLOYMENT_TARGET"='10.5' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_raim_src_macports_trunk_dports_python_py25-bz2/work/Python-2.5.2/Modules" && /opt/local/bin/python2.5 setup.py build' usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option -j not recognized Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_Users_raim_src_macports_trunk_dports_python_py25-bz2/work/Python-2.5.2/Modules" && /opt/local/bin/python2.5 setup.py build -j3" returned error 1 }}} The python port groups just set build.cmd (and do not overwrite build.type), so [build_getmaketype] still assumes this is a standard make. With the previous implementation overwriting build.cmd was enough. -- Ticket URL: <http://trac.macports.org/ticket/15426> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15426: BUG: py25-* fail with parallel building enabled ----------------------------------+----------------------------------------- Reporter: raimue@macports.org | Owner: afb@macports.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.7.0 Resolution: fixed | Keywords: parallel ----------------------------------+----------------------------------------- Changes (by afb@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed in r37070. -- Ticket URL: <http://trac.macports.org/ticket/15426#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15426: BUG: py25-* fail with parallel building enabled ----------------------------------+----------------------------------------- Reporter: raimue@… | Owner: afb@… Type: defect | Status: closed Priority: Normal | Milestone: MacPorts 1.7.0 Component: base | Version: 1.7.0 Resolution: fixed | Keywords: parallel Port: | ----------------------------------+----------------------------------------- Changes (by jmr@…): * milestone: MacPorts Future => MacPorts 1.7.0 -- Ticket URL: <http://trac.macports.org/ticket/15426#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts