I've downgraded the package to 1.0~rc1-12etch1 and it works, I don't
understand all the problems it meets, but the main point is that it
works and that's good enough:
MPlayer 1.0rc1-4.1.2-DFSG-free (C) 2000-2006 MPlayer Team
AltiVec not found
CPU: PowerPC
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing 05 Yellow - Coldplay.wma.
ASF file format detected.
Clip info:
... and then after some more logging playback starts...
with 1.0~rc2-4 it crashes this way:
MPlayer 1.0rc2-4.2.3-DFSG-free (C) 2000-2007 MPlayer Team
AltiVec not found
CPU: PowerPC
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing /tmp/17_Qualcosa_che_non_c___-_Elisa.wma.
ASF file format detected.
[asfheader] Audio stream found, -aid 1
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
MPlayer interrupted by signal 4 in module: init_audio_codec
- MPlayer crashed by an 'Illegal Instruction'.
It may be a bug in our new runtime CPU-detection code...
Please read DOCS/HTML/en/bugreports.html.
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.21-2-powerpc
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mplayer depends on:
ii debconf [debc 1.5.15 Debian configuration management sy
ii libasound2 1.0.14a-2 ALSA library
ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii libaudiofile0 0.2.6-7 Open-source version of SGI's audio
ii libc6 2.6.1-6 GNU C Library: Shared libraries
ii libcaca0 0.99.beta12.debian-3 colour ASCII art library
ii libcairo2 1.4.10-1+b2 The Cairo 2D vector graphics libra
ii libcdparanoia 3.10+debian~pre0-5+b1 audio extraction tool for sampling
ii libconfhelper 0.12.5 Library for editing configuration
ii libcucul0 0.99.beta12.debian-3 low-level Unicode character drawin
ii libdirectfb-0 0.9.25.1-6 direct frame buffer graphics - sha
ii libdvdread3 0.9.7-3 library for reading DVDs
ii libesd0 0.2.36-3ubuntu4 Enlightened Sound Daemon - Shared
ii libfontconfig 2.4.2-1.4 generic font configuration library
ii libfreetype6 2.3.5-1 FreeType 2 font engine, shared lib
ii libgl1-mesa-g 7.0.1-2 A free implementation of the OpenG
ii libglib2.0-0 2.14.2-1 The GLib library of C routines
ii libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii liblircclient 0.8.1+cvs20070310-0ubuntu2 LIRC client library
ii liblzo1 1.08-3 data compression library (old vers
ii libmad0 0.15.1b-2.1 MPEG audio decoder library
ii libncurses5 5.6+20071013-1 Shared libraries for terminal hand
ii libogg0 1.1.3-2ubuntu2 Ogg Bitstream Library
ii libpango1.0-0 1.18.3-1 Layout and rendering of internatio
ii libpng12-0 1.2.15~beta5-3 PNG library - runtime
ii libsdl1.2debi 1.2.12-1 Simple DirectMedia Layer
ii libspeex1 1.1.12-3 The Speex Speech Codec
ii libtheora0 1.0~beta2-1 The Theora Video Compression Codec
ii libungif4g 4.1.4-5+b1 shared library for GIF images
ii libx11-6 2:1.1.1-1ubuntu3 X11 client-side library
ii libxcursor1 1:1.1.9-1 X cursor management library
ii libxext6 2:1.0.3-1build1 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii libxi6 2:1.1.3-1 X11 Input extension library
ii libxinerama1 2:1.0.1-4build1 X11 Xinerama extension library
ii libxrandr2 2:1.2.2-1 X11 RandR extension library
ii libxrender1 1:0.9.4-1 X Rendering Extension client libra
ii libxv1 2:1.0.1-3ubuntu2 X11 Video extension library
ii libxvmc1 2:1.0.2-0ubuntu2 X11 Video extension library
ii libxxf86dga1 2:1.0.2-1 X11 Direct Graphics Access extensi
ii libxxf86vm1 1:1.0.1-2 X11 XFree86 video mode extension l
ii mplayer-skin- 1.6-2 blue skin for mplayer
ii zlib1g 1:1.2.3.3.dfsg-6 compression library - runtime
mplayer recommends no packages.
-- debconf information:
mplayer/replace-existing-files-bail:
mplayer/replace-existing-files: false
mplayer/no-ttfont:
mplayer/install_codecs:
mplayer/voutput: autodetect
mplayer/rtc: false
mplayer/ttfont: Sans
mplayer/cfgnote:
mplayer/dvd_device: /dev/cdrom
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
AltiVec runtime detection never worked reliably (compiler dependant) and
the way it was detected in libavcodec was an unacceptable hack.
Since the PowerPC architecture does not offer a sane way to distinguish
between with and without Altivec we now treat them as different
architectures, meaning you need a different build for each.
Greetings,
Reimar Döffinger
Hi Reimar,
thanks for your reply,
let me understand better...
when you say :
* "never worked", "it was", "we now treat":
does it mean "in rc2 as compared to rc1"?
* "you need a different build":
in the sense that I am using a mplayer which was not compiled for my system?
in this case, how do I specify that I have a PowerPC without AltiVec?
must I compile mplayer myself or can I still use a debian distributed binary?
or were you just explaining the message "AltiVec not found" and implicitly
telling me not to worry about it?
thanks,
Mario
--
il melo fa la mela
il pero fa la pera
il fico fa eccezione
-- Peppe Barra
You need a PowerPC binary without AltiVec support. Debian does not
currently distribute such a thing.
Diego