#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)
Change History (11)
Changed 12 years ago by jasper@…
comment:1 Changed 12 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 ppc → MPlayer: 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 12 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 12 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:6 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r105571 should fix it (or alternatively updating to trunk base).
comment:7 Changed 12 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?
comment:8 Changed 12 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'
log file referenced in session