mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #466] build failed #295
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#295
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 @treeshateorcs on GitHub (Apr 19, 2020).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/466
both on stable and nightly. both on 0.1.1 and git
must be something on my end, but i cannot solve this for the life of me
@treeshateorcs commented on GitHub (Apr 19, 2020):
solved by setting
--features "pulseaudio-backend,with-vorbis"@treeshateorcs commented on GitHub (Apr 19, 2020):
how do i solve this?
@treeshateorcs commented on GitHub (Apr 19, 2020):
when i only do
--features "pulseaudio-backend"(withoutwith-vorbis), it's still the same error as in the first post@ashthespy commented on GitHub (Apr 19, 2020):
This is a dupe of #460 and is caused by a breaking change in the protobuf crate.. https://github.com/librespot-org/librespot/pull/463 should fix it..
@treeshateorcs commented on GitHub (Apr 19, 2020):
sorry for the bother. couldn't find it
@ashthespy commented on GitHub (Apr 19, 2020):
Can you confirm if that PR fixes it?
@treeshateorcs commented on GitHub (Apr 19, 2020):
it does! thank you
@treeshateorcs commented on GitHub (Apr 20, 2020):
please merge that PR into master, i can't build spotifyd because the fix is only on dev (if that's possible)
@ashthespy commented on GitHub (Apr 21, 2020):
I'm not sure how the versioning with cargo and master work, so will leave that to others.
Have a look into Cargo's
patchor use spotifyd'sCargo.lockand build it withcargo build --lockedas possible interim solutions..