Closed Jack-Kaller closed 3 weeks ago
The system library
alsa
required by cratealsa-sys
was not found. The filealsa.pc
needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory. The PKG_CONFIG_PATH environment variable is not set.HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing
alsa.pc
.
Did you try to follow the above instruction?
Yes, alsa seems to be a library and can't be installed as a package on my computer
This is indicating you're missing a system dependency required to compile alsa-sys. To fix this on debian based distro's you can run: sudo apt install libasound2-dev
It worked, thank you ! I'm closing the issue :+1:
Describe the bug When trying to update spotify-player with cargo-update
cargo install-update -a
from v0.19.1 to v0.20.0, the build failedTo Reproduce Updating with cargo update
Expected behaviour spotify-player update to latest release
Log and backtrace
Environment