RPi-Distro / repo

Issue tracking for the archive.raspberrypi.org repo
37 stars 1 forks source link

Buster missing libasound.so? #226

Closed shokuntsuki closed 3 years ago

shokuntsuki commented 3 years ago

I have pyalsaaudio and libasound2-dev installed. The code I am attempting to use has worked with previous installations of Raspbian.

As best I can tell, pyalsaaudio relies on /usr/lib/libasound.so being installed. libasound.so is present in Debian's distribution but not in Buster. Is there a reason for leaving it out of Buster? (see https://larsimmisch.github.io/pyalsaaudio/pyalsaaudio.html#alsa-and-python)

XECDesign commented 3 years ago

Everything looks okay from this end.

$ dpkg -S /usr/lib/arm-linux-gnueabihf/libasound.so
libasound2-dev:armhf: /usr/lib/arm-linux-gnueabihf/libasound.so

Which matches the paths in Debian:

/usr/lib/arm-linux-gnueabihf/libasound.so | libasound2-dev [armhf]

https://packages.debian.org/search?suite=buster&arch=any&mode=exactfilename&searchon=contents&keywords=libasound.so

shokuntsuki commented 3 years ago

This did not turn out to be my problem, thank you!