mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #594] Update to 0.20.0 failed #344
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jack-Kaller on GitHub (Nov 1, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/594
Describe the bug
When trying to update spotify-player with cargo-update
cargo install-update -afrom 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
@aome510 commented on GitHub (Nov 1, 2024):
Did you try to follow the above instruction?
@Jack-Kaller commented on GitHub (Nov 3, 2024):
Yes, alsa seems to be a library and can't be installed as a package on my computer
@juliamertz commented on GitHub (Nov 3, 2024):
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@Jack-Kaller commented on GitHub (Nov 4, 2024):
It worked, thank you ! I'm closing the issue 👍