[MacPorts] #42761: libvpx @1.3.0_1: build fails due to implicitly-defined function

MacPorts noreply at macports.org
Thu Apr 17 09:44:22 PDT 2014


#42761: libvpx @1.3.0_1: build fails due to implicitly-defined function
----------------------+----------------------
  Reporter:  mtb19@…  |      Owner:  devans@…
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.2.1
Resolution:           |   Keywords:
      Port:  libvpx   |
----------------------+----------------------

Comment (by alessanderbotti@…):

 The issue just reappeared on an update of ffmpeg and it was not just a
 matter of doing a forced remove, cleaning and reinstalling. In the last
 time, the command

 {{{
 sudo port install libvpx configure.compiler=macports-clang-3.4
 }}}

 just downloaded and installed a binary, and I didn't noticed that I needed
 the +universal variant, for which there is no binary. So, I really had to
 install clang and compile libvpx +universal with macports-clang-3.4:

 {{{
 sudo port clean --all libvpx
 sudo port install clang-3.4
 sudo port install libvpx +universal configure.compiler=macports-clang-3.4
 }}}

 I don't want to update CLT because the lab I study provided me a Mac but
 not a personal Apple ID, what is required to download CLT as an Apple
 Developer. If I can, I'll avoid asking my lab for an apple ID...

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


More information about the macports-tickets mailing list