[MacPorts] #19568: cdrtools: Build failure with parallel_build enabled
#19568: cdrtools: Build failure with parallel_build enabled -------------------------------------+-------------------------------------- Reporter: simon@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: cdrtools parallel build | Port: cdrtools -------------------------------------+-------------------------------------- Since cdrtools uses smake the Gnumake -j parameter is not valid. Setting use_parallel_build to no solves this. {{{ Index: Portfile =================================================================== --- Portfile (revision 50665) +++ Portfile (working copy) @@ -43,3 +43,4 @@ destroot.args DEFINSUSR=root DEFINSGRP=wheel INS_BASE=${prefix} MANDIR=share/man +use_parallel_build no }}} -- Ticket URL: <http://trac.macports.org/ticket/19568> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19568: cdrtools: Build failure with parallel_build enabled -------------------------------------+-------------------------------------- Reporter: simon@… | Owner: bytestorm@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: cdrtools parallel build | Port: cdrtools -------------------------------------+-------------------------------------- Changes (by jmr@…): * cc: bytestorm@… (removed) * owner: macports-tickets@… => bytestorm@… -- Ticket URL: <http://trac.macports.org/ticket/19568#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19568: cdrtools: Build failure with parallel_build enabled ----------------------------------+----------------------------------------- Reporter: simon@… | Owner: bytestorm@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: cdrtools parallel build Port: cdrtools | ----------------------------------+----------------------------------------- Changes (by jmr@…): * cc: jmr@… (added) * status: new => closed * resolution: => fixed Comment: Fixed in r50758. -- Ticket URL: <http://trac.macports.org/ticket/19568#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts