[MacPorts] #30137: ffmpeg: Cannot build in OS X 10.6.8 on 32-bit Mac
MacPorts
noreply at macports.org
Fri May 25 08:41:45 PDT 2012
#30137: ffmpeg: Cannot build in OS X 10.6.8 on 32-bit Mac
-----------------------------------+----------------------------------------
Reporter: skiskywalker@… | Owner: devans@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Resolution: | Keywords:
Port: ffmpeg |
-----------------------------------+----------------------------------------
Comment(by ryandesign@…):
Replying to [comment:25 skiskywalker@…]:
> Gosh. OK, I told MacPorts to update itself and then install clang-3.0.
The log you attached says:
{{{
clang-mp-3.0: command not found
}}}
This suggests you did not actually install the clang-3.0 port. Please
selfupdate to ensure you have MacPorts 2.1.1 and the latest port
definitions, then clean ffmpeg, install clang-3.0, and try again to build
ffmpeg with clang-3.0:
{{{
sudo port selfupdate
sudo port clean ffmpeg
sudo port install clang-3.0
sudo port install ffmpeg configure.compiler=macports-clang-3.0
}}}
Since the previous remarks in this ticket were made, the final version of
clang-3.1 has been released, so if it fails with clang-3.0, you could
repeat the test with clang-3.1.
Replying to [comment:26 ports@…]:
> ffmpeg 32bits can be compiled with gcc47.
We're not going to change ffmpeg to use gcc47, and even if we were, doing
so conditional on "platform i386" doesn't make sense. If anything, we're
simply going to revert r90901 and go back to using gcc-4.2 since that
worked before.
--
Ticket URL: <https://trac.macports.org/ticket/30137#comment:27>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list