Changes between Initial Version and Version 1 of Ticket #38935


Ignore:
Timestamp:
Apr 26, 2013, 8:17:29 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to jasper@…:

After applying patch r105571

You should not have had to apply anything manually; that's a committed revision which should have been delivered to you by running sudo port selfupdate.

I tried to install mplayer but it said I had no suitable compilers.

Correct; the port blacklists all the compilers Xcode on Tiger includes and that MacPorts 2.1.x looks for. MacPorts 2.2 will look for more compilers automatically, including apple-gcc-4.2. So this portion of the bug report will either be resolved by releasing MacPorts 2.2 or by adding more compiler fallbacks to the MPlayer port.

I have Xcode 2.5 installed which I beleive is the latest that will run on OSX 10.4/ppc.

Correct, Xcode 2.5 is the latest version for Tiger.

So I tried: sudo port install mplayer configure.compiler=apple-gcc-4.2 ...and it started building OK but threw up another error, logfile attached as main2.log

Hmm... I don't know what this is:

:info:build In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32,
:info:build                  from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125,
:info:build                  from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,
:info:build                  from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,
:info:build                  from input/ar.c:27:
:info:build /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:115: error: expected specifier-qualifier-list before 'vector'

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38935

    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Cc ryandesign@… added
    • Property Port MPlayer added
    • Property Summary changed from Mplayer: build failure on OSX 10.4 ppc to MPlayer: build failure on OSX 10.4 ppc
  • Ticket #38935 – Description

    initial v1  
    1 After applying patch https://trac.macports.org/changeset/105571
    2 I tried to install mplayer but it said I had no suitable compilers. I have Xcode 2.5 installed which I beleive is the latest that will run on OSX 10.4/ppc. So I tried: sudo port install mplayer configure.compiler=apple-gcc-4.2 ...and it started building OK but threw up another error, logfile attached as main2.log
     1After applying patch r105571
     2I tried to install mplayer but it said I had no suitable compilers. I have Xcode 2.5 installed which I beleive is the latest that will run on OSX 10.4/ppc. So I tried: `sudo port install mplayer configure.compiler=apple-gcc-4.2` ...and it started building OK but threw up another error, logfile attached as main2.log