[MacPorts] #47436: libvpx @1.3.0: yasm: FATAL: unrecognized object format `machox32'

MacPorts noreply at macports.org
Fri Apr 17 11:16:27 PDT 2015


#47436: libvpx @1.3.0: yasm: FATAL: unrecognized object format `machox32'
-----------------------+----------------------
  Reporter:  nistix@…  |      Owner:  devans@…
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  libvpx    |
-----------------------+----------------------

Comment (by devans@…):

 Thanks.

 My testing confirms that the issue is unique to the +universal build when
 using Xcode 6.3: earlier versions build correctly.

 The problem stems from a cpp configuration test during the i386 build
 phase that is interpreted differently by 6.3, eventually
 resulting in yasm being invoked erroneously as
 {{{
 yasm -f machox32
 }}}

 rather than
 {{{
 yasm -f macho32
 }}}

 Fix committed in r135165.  Please verify that this fixes your issue.

-- 
Ticket URL: <https://trac.macports.org/ticket/47436#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list