[MacPorts] #25926: ffmpeg v 0.6 fail on build

MacPorts noreply at macports.org
Sat May 14 00:15:37 PDT 2011


#25926: ffmpeg v 0.6 fail on build
---------------------------------+------------------------------------------
 Reporter:  nDiScReEt@…          |       Owner:  devans@…           
     Type:  defect               |      Status:  assigned           
 Priority:  Normal               |   Milestone:                     
Component:  ports                |     Version:  1.9.1              
 Keywords:                       |        Port:  ffmpeg             
---------------------------------+------------------------------------------

Comment(by dtakahashi42@…):

 I found that there is an macro guard at {{{config.mak:2}}}. That means
 {{{config.mak}}} will be included only once for each {{{make}}} process,
 and the modified {{{EXTRALIBS}}} at {{{libswscale/Makefile}}} is sometimes
 leaked to targets outside of the {{{libswscale}}}.

 Under the parallel build, build process of {{{libswscale}}} and other
 targets (in particular {{{libavutils}}}) tend to run in separate
 processes, therefore, the problem was (sometimes) suppressed.

 This problem still remains (#29384), so could someone confirm if the
 removal of {{{patch-libswscale-Makefile.diff}}} solves the problem without
 introducing another bugs?

-- 
Ticket URL: <https://trac.macports.org/ticket/25926#comment:30>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list