Opened 15 years ago

Closed 15 years ago

Last modified 8 years ago

#21029 closed defect (wontfix)

MPlayer fails to build on Snow Leopard

Reported by: karl_puperze@… Owned by: ecronin (Eric Cronin)
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: snowleopard Cc: kurtjaeke@…, silversens@…, bennyfactor@…, maik@…, bgrupe27, ben-macports@…, mroman@…, nathan@…, aubonbeurre@…, shubnub@…, shubnub+macports@…, macports@…, piro80@…, george@…, stefan.van.der.eijk@…, njbutko@…, Iritscen, sck-nogas (Scott C. Kennedy)
Port: MPlayer

Description

Can not build MPlayer on Snow Leopard. See attached log file.

Attachments (7)

mplayer.log (3.1 KB) - added by karl_puperze@… 15 years ago.
debug.log (124.8 KB) - added by baron@… 15 years ago.
mplayer installation error
debug.2.log (386.5 KB) - added by karl_puperze@… 15 years ago.
This is the right debug.log
mplayer-debug.log (121.9 KB) - added by ben-macports@… 15 years ago.
mplayer-MACPORTS-10.6.1 (6.1 KB) - added by ben-macports@… 15 years ago.
MPlayer.debug (610.4 KB) - added by sck-nogas (Scott C. Kennedy) 15 years ago.
SCK MPlayer Debug output
MPlayer-variants.debug (606.9 KB) - added by sck-nogas (Scott C. Kennedy) 15 years ago.
SCK MPlayer +theora +xvid +x264 +speex +faac +dv +twolame Debug output

Download all attachments as: .zip

Change History (34)

Changed 15 years ago by karl_puperze@…

Attachment: mplayer.log added

comment:1 Changed 15 years ago by tobypeterson

Need the debug log, there's nothing useful in the attachment.

Changed 15 years ago by baron@…

Attachment: debug.log added

mplayer installation error

comment:2 in reply to:  1 Changed 15 years ago by baron@…

Replying to toby@…:

Need the debug log, there's nothing useful in the attachment.

I'm not the original author, but having same issue. Attached in the message below is my log with the -d flag.

comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ecronin@…
Port: MPlayer added; mplayer removed

Changed 15 years ago by karl_puperze@…

Attachment: debug.2.log added

This is the right debug.log

comment:4 Changed 15 years ago by kurtjaeke@…

Cc: kurtjaeke@… added

Cc Me!

comment:5 Changed 15 years ago by tobypeterson

Cc: silversens@… added

comment:6 Changed 15 years ago by bennyfactor@…

I am experiencing an identical error when trying to build mplayer on 10.5 after upgrading to xcode 3.1.3.

comment:7 Changed 15 years ago by bennyfactor@…

Cc: bennyfactor@… added

Cc Me!

comment:8 Changed 15 years ago by maik@…

Cc: maik@… added

Cc Me!

comment:9 Changed 15 years ago by bgrupe27

Cc: bgrupe@… added

Cc Me!

comment:10 Changed 15 years ago by ben-macports@…

Cc: ben-macports@… added

Cc Me!

Changed 15 years ago by ben-macports@…

Attachment: mplayer-debug.log added

comment:11 Changed 15 years ago by mroman@…

Cc: mroman@… added

Cc Me!

comment:12 Changed 15 years ago by nathan@…

Cc: nathan@… added

Cc Me!

comment:13 Changed 15 years ago by aubonbeurre@…

Cc: aubonbeurre@… added

Cc Me!

comment:14 Changed 15 years ago by shubnub@…

Cc: shubnub@… added

Cc Me!

comment:15 Changed 15 years ago by shubnub+macports@…

Cc: shubnub+macports@… added

Cc Me!

comment:16 Changed 15 years ago by macports@…

Cc: macports@… added

Cc Me!

comment:17 Changed 15 years ago by piro80@…

Cc: piro80@… added

Cc Me!

comment:18 Changed 15 years ago by fred.the.master@…

Exact same problem here. on SL 10.6.1

comment:19 Changed 15 years ago by george@…

Cc: george@… added

Cc Me!

comment:20 Changed 15 years ago by stefan.van.der.eijk@…

Cc: stefan.van.der.eijk@… added

Cc Me!

comment:21 Changed 15 years ago by njbutko@…

Cc: njbutko@… added

Cc Me!

comment:22 Changed 15 years ago by Iritscen

Bug #21692 was marked as a dupe of this one although it seemed to be focused more directly on the error message which I think is the crux of the problem. Here's what the Terminal told me at the end of attempting to run "sudo port install gimp-gap" (which was compiling MPlayer as a dependency):

{standard input}:415:32-bit absolute addressing is not supported for x86-64
{standard input}:415:cannot do signed 4 byte relocation
make[1]: *** [resample.o] Error 1
make: *** [liba52/liba52.a] Error 2

This matches an error in debug.log, attached above by baron.

comment:23 Changed 15 years ago by Iritscen

Cc: iritscen@… added

Cc Me!

Changed 15 years ago by ben-macports@…

Attachment: mplayer-MACPORTS-10.6.1 added

comment:24 Changed 15 years ago by sck-nogas (Scott C. Kennedy)

Cc: sck@… added

Cc Me!

comment:25 in reply to:  24 Changed 15 years ago by sck-nogas (Scott C. Kennedy)

I am also having trouble compiling, though my debug errors are different. :)

I get a lot of complaints about "../libavutil/internal.h:117:1: warning: "memcpy" redefined", but I fail with...

libx264.c: In function 'X264_init':
libx264.c:165: error: 'x264_param_t' has no member named 'b_bframe_adaptive'
libx264.c:228: error: 'struct <anonymous>' has no member named 'b_bidir_me'
libx264.c:229: error: 'struct <anonymous>' has no member named 'b_bframe_rdo'
libx264.c:254: error: 'struct <anonymous>' has no member named 'psz_rc_eq'
make[1]: *** [libx264.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [libavcodec/libavcodec.a] Error 2

I'm doing this with a plain MPlayer compile and my variants build of "MPlayer +theora +xvid +x264 +speex +faac +dv +twolame"

Scott

Changed 15 years ago by sck-nogas (Scott C. Kennedy)

Attachment: MPlayer.debug added

SCK MPlayer Debug output

Changed 15 years ago by sck-nogas (Scott C. Kennedy)

Attachment: MPlayer-variants.debug added

SCK MPlayer +theora +xvid +x264 +speex +faac +dv +twolame Debug output

comment:26 Changed 15 years ago by ecronin (Eric Cronin)

Resolution: wontfix
Status: newclosed

The only realistic solution for this is switching to mplayer-devel plus the patch in ticket #20808.

I'm going to just mark MPlayer incompatible with 10.6 until the upstream actually makes a release that isn't from 3 years ago... Making 1.0rc2 compile on 10.6 just isn't practical.

comment:27 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: snowleopard added; snow leopard removed
Note: See TracTickets for help on using tickets.