Package Details: pyao 0.82-5

Package Base: pyao
Description: Python ao wrapper library
Upstream URL: http://ekyo.nerim.net/software/pyogg/
Category: lib
Licenses: GPL
Submitter: Snowman
Maintainer: None
Last Packager: None
Votes: 18
First Submitted: 2007-03-31 03:36
Last Updated: 2011-02-02 05:13

Dependencies (2)

Required by (2)

Sources

Latest Comments

Anonymous comment

2012-06-15 14:51

http://ekyo.nerim.net/ is down currently. Mirror?

curl: (7) Failed to connect to 2001:7a8:0:fe01::1: Network is unreachable
==> ERROR: Failure while downloading pyao-0.82.tar.gz

Comment by iv597

2012-01-15 06:47

Nothing's missing, and even building libao from the ABS and then pyao against that doesn't solve it. Nothing seems to fix it and ao isn't terribly verbose about errors >.>

Comment by Schnouki

2011-12-08 10:48

Try running that:
ldd /usr/lib/ao/plugins-4/libalsa.so

If you see something about a missing lib, then try rebuilding pyao. (It may be linked against an outdated version of libalsa)

Comment by iv597

2011-12-08 01:10

I too get the libalsa.so issue. Help?

Anonymous comment

2011-04-22 07:03

When I execute ipython and run 'import ao', there are msg output like:

ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libpulse.so => dlopen() failed
ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libalsa.so => dlopen() failed

The first error is solved by installing libpulse via pacman.
But I have no idea about the second one. I found no answers after googling. By the way, I've already installed the alsa-plugins package.

Any ideas? Thanks!

Comment by Schnouki

2010-08-30 07:14

Here's a patch that fixes the build issue: http://aur.pastebin.com/NTrdHMuG (taken from the Ubuntu package).

It's related to a change in libao 0.9.0 (http://www.xiph.org/ao/doc/ao_device.html: "the ao_device structure is opaque as of release 0.9.0").

Anonymous comment

2010-07-31 00:24

Yeah, i have the same issue... :(

Comment by shanipribadi

2010-07-05 23:14

I get this when compiling.
Does anyone here understands what is wrong with it?

building 'aomodule' extension
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -march=native -O2 -pipe -fPIC -I/usr/local/include -I/usr/include/python2.6 -c src/aomodule.c -o build/temp.linux-x86_64-2.6/src/aomodule.o
src/aomodule.c: In function ‘dict_to_options’:
src/aomodule.c:18:3: warning: passing argument 2 of ‘PyDict_Next’ from incompatible pointer type
/usr/include/python2.6/dictobject.h:102:17: note: expected ‘Py_ssize_t *’ but argument is of type ‘int *’
src/aomodule.c: In function ‘py_ao_driver_info’:
src/aomodule.c:187:39: error: dereferencing pointer to incomplete type
error: command 'gcc' failed with exit status 1