Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#38909 closed defect (fixed)

MPlayer: configure failure on OSX 10.4 ppc

Reported by: jasper@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: MPlayer

Description (last modified by larryv (Lawrence Velázquez))

Here is the session:

barbie:~ jaspert$ sudo port clean mplayer
Password:
--->  Cleaning MPlayer
barbie:~ jaspert$ sudo port install mplayer
--->  Computing dependencies for MPlayer
--->  Fetching archive for MPlayer
--->  Attempting to fetch MPlayer-1.1_4.darwin_8.ppc.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/MPlayer
--->  Attempting to fetch MPlayer-1.1_4.darwin_8.ppc.tbz2 from http://lil.fr.packages.macports.org/MPlayer
--->  Attempting to fetch MPlayer-1.1_4.darwin_8.ppc.tbz2 from http://packages.macports.org/MPlayer
--->  Fetching distfiles for MPlayer
--->  Verifying checksum(s) for MPlayer
--->  Extracting MPlayer
--->  Applying patches to MPlayer
--->  Configuring MPlayer
Error: org.macports.configure for port MPlayer returned: configure failure: command execution failed
Please see the log file for port MPlayer for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_MPlayer/MPlayer/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port mplayer failed

Attachments (3)

main.log (48.9 KB) - added by jasper@… 11 years ago.
log file referenced in session
config.log (14.7 KB) - added by jasper@… 11 years ago.
file mentioned in main.log
main2.log (78.4 KB) - added by jasper@… 11 years ago.
from apple-gcc-4.2

Download all attachments as: .zip

Change History (11)

Changed 11 years ago by jasper@…

Attachment: main.log added

log file referenced in session

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

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

Thanks. In the future, please Cc relevant port maintainers, fill in the Port field, and use WikiFormatting in your ticket descriptions.

comment:2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

:info:configure Checking for GCC AltiVec flags ... -faltivec
:info:configure
:info:configure Error: You need a compiler that supports {} in AltiVec vector declarations.
:info:configure
:info:configure Check "config.log" if you do not understand why it failed.

Please provide config.log

comment:3 Changed 11 years ago by jasper@…

I cannot find the file config.log, it is not in the current directory or the directory containing main.log

comment:4 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

It's in ${worksrcpath}

Changed 11 years ago by jasper@…

Attachment: config.log added

file mentioned in main.log

comment:5 Changed 11 years ago by jasper@…

Okay, here it is

comment:6 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed

r105571 should fix it (or alternatively updating to trunk base).

comment:7 Changed 11 years ago by jasper@…

I found the Portfile and applied the change by hand, then tried to install mplayer but it said I had no suitable compilers. I have Xcode 2.5 installed which I veleive 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. Or should this be a new ticket?

Changed 11 years ago by jasper@…

Attachment: main2.log added

from apple-gcc-4.2

comment:8 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Yes, a new ticket should be filed:

: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.