Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#19814 - [libao] RROR: Failed to load plugin /usr/lib/ao/plugins-4/libesd.so => dlopen() failed
Attached to Project:
Arch Linux
Opened by James Conway (MuffinFlavored) - Tuesday, 15 June 2010, 22:15 GMT
Last edited by Ionut Biru (wonder) - Saturday, 19 June 2010, 13:30 GMT
Opened by James Conway (MuffinFlavored) - Tuesday, 15 June 2010, 22:15 GMT
Last edited by Ionut Biru (wonder) - Saturday, 19 June 2010, 13:30 GMT
|
DetailsDescription: shell-fm outputs ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libesd.so => dlopen() failed before playing every song.
Additional info: * package version(s) shell-fm 0.7-3 * config and/or log files etc. None Steps to reproduce: 1. Open shell-fm 2. Pick a station 3. See error 4. Enjoy music despite error message (the program still functions 100% as expected, with audio output working) |
This task depends upon
Closed by Ionut Biru (wonder)
Saturday, 19 June 2010, 13:30 GMT
Reason for closing: Fixed
Additional comments about closing: libao 1.0.0-2 disable esd
Saturday, 19 June 2010, 13:30 GMT
Reason for closing: Fixed
Additional comments about closing: libao 1.0.0-2 disable esd
-rwxr-xr-x 1 root root 8.0K Apr 10 16:57 /usr/lib/ao/plugins-4/libesd.so
[brandon@arch ao]$ pacman -Q libao
libao 1.0.0-1
[brandon@arch ao]$ shell-fm
Shell.FM v0.7, (C) 2006-2009 by Jonas Kramer
Published under the terms of the GNU General Public License (GPL).
Press ? for help.
radio url> artist/Pepper/
Receiving Pepper Radio.
Now playing "Full Speed" by Mike Pinto.
ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libesd.so => dlopen() failed
[brandon@arch ao]$
I'm attaching a small test program.
It's the example from the libao-1.0.0 source, with a one-line bugfix
from me.
Compile it with:
gcc ao_example.c -lao -lm
When you run it, you should see this same error message.
[brandon@peter Downloads]$ ./a.out
libao example program
ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libesd.so => dlopen() failed
Confirmed. This is not a shell-fm bug. This is a libao bug.
plugin? That would get rid of these errors on systems which do not
have esd.