[MacPorts] #25926: ffmpeg v 0.6 fail on build
MacPorts
noreply at macports.org
Wed Aug 11 09:54:26 PDT 2010
#25926: ffmpeg v 0.6 fail on build
---------------------------------+------------------------------------------
Reporter: nDiScReEt@… | Owner: devans@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: ffmpeg
---------------------------------+------------------------------------------
Comment(by spaceboy@…):
The -jN flag tells gmake to attempt to keep at least N parallel tasks
running whenever it can. This flag should default to 1 task on a single-
core host, while on a multicore host Macports should automatically detect
multiple cores and set N > 1.
Unfortunately the -j1 build failed, where a parallel build of -j2 or -j4
worked for me. I didn't have time to determine the root cause of the -j1
build failure, I just noticed it, applied the fix below and moved on.
Exact steps I took to get my ffmpeg build working on a single-core host.
{{{
% vi ports/multimedia/ffmpeg/Portfile
Change build.cmd from "gmake" to "gmake -j2"
Clean and rebuild ffmpeg.
}}}
--
Ticket URL: <http://trac.macports.org/ticket/25926#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list