Opened 11 years ago

Last modified 11 years ago

#38935 closed defect

MPlayer: build failure on OSX 10.4 ppc — at Version 1

Reported by: jasper@… Owned by: jeremyhu@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: ryandesign@…
Port: MPlayer

Description (last modified by ryandesign (Ryan Carsten Schmidt))

After applying patch r105571 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

Change History (2)

Changed 11 years ago by jasper@…

Attachment: main2.log added

from attempt to build mplayer with apple-gcc-4.2

comment:1 in reply to:  description Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to jeremyhu@…
Port: MPlayer added
Summary: Mplayer: build failure on OSX 10.4 ppcMPlayer: build failure on OSX 10.4 ppc

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'
Note: See TracTickets for help on using tickets.