Your message dated Mon, 21 Dec 2009 21:05:30 +0100
with message-id <[email protected]>
and subject line Re: Bug#561857: mpg123 fails to open any audio device
has caused the Debian Bug report #561857,
regarding mpg123 fails to open any audio device
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
561857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561857
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpg123
Version: 1.9.1-2
Severity: important
After a dist-upgrade, mpg123 no longer works. I suspect mpg123 rather
than sound configuration in genral because ogg123 plays music just
fine and saying
$ cat /dev/urandom > /dev/dsp
predictably produces noise.
Example:
j...@aragorn:Violin_Concertos $ mpg123
18_Concerto_Grosso_in_D_minor_Op_3_No_11_Allegro_2.mp3
[module.c:138] error: Failed to open module alsa: file not found
[module.c:138] error: Failed to open module oss: file not found
[module.c:138] error: Failed to open module esd: file not found
[module.c:138] error: Failed to open module jack: file not found
[module.c:138] error: Failed to open module pulse: file not found
[module.c:138] error: Failed to open module nas: file not found
[module.c:138] error: Failed to open module arts: file not found
[audio.c:180] error: Unable to find a working output module in this list:
alsa,oss,esd,jack,pulse,nas,arts
[audio.c:527] error: Failed to open audio output module
[mpg123.c:779] error: Failed to initialize output, goodbye.
j...@aragorn:Violin_Concertos $
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages mpg123 depends on:
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libltdl7 2.2.6b-2 A system independent dlopen wrappe
ii libmpg123-0 1.9.1-2 MPEG layer 1/2/3 audio decoder --
Versions of packages mpg123 recommends:
ii libasound2 1.0.21a-1 shared library for ALSA applicatio
ii oss-compat 0.0.4+nmu3 OSS compatibility package
Versions of packages mpg123 suggests:
pn libartsc0 <none> (no description available)
ii libasound2 1.0.21a-1 shared library for ALSA applicatio
ii libaudio2 1.9.2-3 Network Audio System - shared libr
ii libesd0 0.2.41-6 Enlightened Sound Daemon - Shared
ii libjack0 0.118+svn3796-1 JACK Audio Connection Kit (librari
ii libpulse0 0.9.21-1 PulseAudio client libraries
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.10.0-1
Hi!
On Sun, Dec 20, 2009 at 06:52:26PM +0000, Jeff Abrahamson wrote:
> After a dist-upgrade, mpg123 no longer works. I suspect mpg123 rather
> than sound configuration in genral because ogg123 plays music just
> fine and saying
>
> $ cat /dev/urandom > /dev/dsp
>
> predictably produces noise.
>
>
> Example:
>
> j...@aragorn:Violin_Concertos $ mpg123
> 18_Concerto_Grosso_in_D_minor_Op_3_No_11_Allegro_2.mp3
> [module.c:138] error: Failed to open module alsa: file not found
> [module.c:138] error: Failed to open module oss: file not found
> [module.c:138] error: Failed to open module esd: file not found
> [module.c:138] error: Failed to open module jack: file not found
> [module.c:138] error: Failed to open module pulse: file not found
> [module.c:138] error: Failed to open module nas: file not found
> [module.c:138] error: Failed to open module arts: file not found
> [audio.c:180] error: Unable to find a working output module in this list:
> alsa,oss,esd,jack,pulse,nas,arts
> [audio.c:527] error: Failed to open audio output module
> [mpg123.c:779] error: Failed to initialize output, goodbye.
> j...@aragorn:Violin_Concertos $
Thanks for the report. I was able to reproduce it on testing. This is a
side-effect of a recent security-related change in libltdl7. mpg123 upstream
has already added a fix for this problem in 1.10.0, which is why the bug
didn't show up in unstable. 1.10.0-2 is about to enter testing as soon as
a lagging build on powerpc becomes available, and your system should be
fine again. In the meantime, please stick with the workaround Nick Lewycky
provided earlier (ie. LD_LIBRARY_PATH=/usr/lib/mpg123 mpg123 ...).
Regards,
Daniel.
--- End Message ---