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
Search Criteria
Package Details: pyao 0.82-5
Package Actions
| Package Base: | pyao |
|---|---|
| Description: | Python ao wrapper library |
| Upstream URL: | http://ekyo.nerim.net/software/pyogg/ |
| Category: | lib |
| Licenses: | |
| Submitter: | Snowman |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 18 |
| First Submitted: | 2007-03-31 03:36 |
| Last Updated: | 2011-02-02 05:13 |
Sources
- http://ekyo.nerim.net/software/pyogg/pyao-0.82.tar.gz
- pyao-0.82-gentoo.diff
Latest Comments
Anonymous comment
Comment by iv597
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
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
I too get the libalsa.so issue. Help?
Anonymous comment
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
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
Yeah, i have the same issue... :(
Comment by shanipribadi
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