Bug#637077: mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference

2011-08-08 Thread Timo Juhani Lindfors
Package: mplayer Version: 2:1.0~rc4.dfsg1-2 Severity: important Steps to reproduce: 1) sudo apt-get install freeciv-sound-standard 2) mplayer -ao null /usr/share/games/freeciv/stdsounds/Splash.ogg Expected results: 2) mplayer exits succesfully. Actual results: 2) mplayer prints MPlayer

Bug#637077: mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference

2011-08-08 Thread Reinhard Tartler
reassign 637077 libavcodec52 severity 637077 normal found 637077 4:0.6.2-5 tag 637077 help stop On Mo, Aug 08, 2011 at 12:52:50 (CEST), Timo Juhani Lindfors wrote: Package: mplayer Version: 2:1.0~rc4.dfsg1-2 Severity: important Steps to reproduce: 1) sudo apt-get install

Bug#637077: mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference

2011-08-08 Thread Timo Juhani Lindfors
Hi Reinhard, Reinhard Tartler siret...@tauware.de writes: Timo, is this reproducible with 'ffplay' from the 'ffmpeg' package as well? No. ffplay plays the file. It hits buffer underruns which cause the audio to skip. It also does not exit but gets stuck. It seems to be drawing the waveform

Bug#637077: mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference

2011-08-08 Thread Timo Juhani Lindfors
Hi, mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference What is trying to use __aeabi_d2lz@LIBAVCODEC_52? $ LD_DEBUG=all mplayer -ao null /usr/share/games/freeciv/stdsounds/Splash.ogg /dev/null 21|cat

Bug#637077: mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference

2011-08-08 Thread Timo Juhani Lindfors
Hi, $ objdump -T /usr/bin/mplayer | grep __aeabi_ DF *UND* GCC_3.5 __aeabi_unwind_cpp_pr1 DF *UND* GCC_3.5 __aeabi_unwind_cpp_pr0 002287cc gDF .text004c Base__aeabi_f2lz 0004e2e0 DF *UND*

Bug#637077: mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference

2011-08-08 Thread Timo Juhani Lindfors
Timo Juhani Lindfors timo.lindf...@iki.fi writes: $ nm -A -D /usr/lib/vfp/libavcodec.so.52.72.2|grep __aeabi_d2 /usr/lib/vfp/libavcodec.so.52.72.2: U __aeabi_d2lz /usr/lib/vfp/libavcodec.so.52.72.2: U __aeabi_d2ulz shows that libavcodec.so clearly does not define this. Aha!

Bug#637077: mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference

2011-08-08 Thread Timo Juhani Lindfors
Hi, as I predicted, simply rebuilding mplayer allows me to play ogg vorbis again. $ mplayer -ao null /usr/share/games/freeciv/stdsounds/Splash.ogg MPlayer 1.0rc4-4.6.1 (C) 2000-2010 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support.

Bug#637077: mplayer: relocation error: mplayer: symbol __aeabi_d2lz, version LIBAVCODEC_52 not defined in file libavcodec.so.52 with link time reference

2011-08-08 Thread Reinhard Tartler
On Di, Aug 09, 2011 at 01:39:30 (CEST), Timo Juhani Lindfors wrote: as I predicted, simply rebuilding mplayer allows me to play ogg vorbis again. This confirms my suspicion that this is actualy a toolchain issue. Arm porters, can you comment on this, please? -- Gruesse/greetings, Reinhard