Opened 7 years ago

Closed 7 years ago

#54254 closed defect (fixed)

(MPlayer, 10.4.11) Failed to build MPlayer: command execution failed

Reported by: mrkapqa Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: powerpc tiger Cc:
Port: MPlayer

Description (last modified by mf2k (Frank Schima))

--->  Extracting MPlayer
--->  Applying patches to MPlayer
--->  Configuring MPlayer
Warning: reinplace s|-I/usr/X11/include||g didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_MPlayer/MPlayer/work/MPlayer-1.3.0/config.mak
--->  Building MPlayer
Error: Failed to build MPlayer: command execution failed

this on imac g5 running tiger 10.4.11

Attachments (1)

log1.log (134.5 KB) - added by mrkapqa 7 years ago.

Download all attachments as: .zip

Change History (9)

Changed 7 years ago by mrkapqa

Attachment: log1.log added

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Keywords: tiger added; MPlayer Tiger removed
Owner: set to jeremyhu
Status: newassigned

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers MPlayer), if any.

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:3 Changed 7 years ago by kencu (Ken)

Hello my friend. In the file: libvo/osx_objc_common.m

add this to the includes section near the top:

#include <OpenGL/gl.h>
#include <OpenGl/glu.h>
#include <GLUT/glut.h>

and all is well.

$ port -v installed mplayer
The following ports are currently installed:
  MPlayer @1.3.0_1 (active) platform='darwin 8' archs='ppc' date='2017-05-30T08:56:02-0700'

please let us know how it works. - K

Last edited 7 years ago by kencu (Ken) (previous) (diff)

comment:4 Changed 7 years ago by mrkapqa

wow, it really works!

thank you very much!

i am really impressed by this computer! great!!!

comment:5 Changed 7 years ago by kencu (Ken)

OK - that's n=2, so we can publish :> I'll put together a patch.

comment:6 Changed 7 years ago by mrkapqa

cool stuff,

got youtube-viewer up and running with mplayer now.

  • downloaded youtube-viewer-master here

https://github.com/trizen/youtube-viewer

  • deactiavted perl5.24 from macports

sudo port deactivate perl5.24

(had to install macports via .pkg again as this broke somehow macports installation; )

  • installed perlbrew and build youtube-viewer as shown here

http://blog.johnkrauss.com/installing-youtube-viewer/

  • installed also youtube-dl via macports ()

really good feeling :)

comment:8 Changed 7 years ago by kencu (Ken)

Resolution: fixed
Status: assignedclosed

In cb7a1cc812a77dfbcd06dcd56e646bb4497d0454/macports-ports:

MPlayer: add OpenGL header fix for Tiger

closes: #54254

Note: See TracTickets for help on using tickets.