mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1033] Build on x86 fails since 05b9b13cf8 with rust 1.60.0 #491
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#491
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 @sqozz on GitHub (Aug 1, 2022).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1033
I tried to update librespot onto the newest commits from the dev-branch but realized that cargo fails to build with the following error:
I bisected and found
05b9b13cf857c9388e6a211203b2af2386553ee0as first "bad" commit where it fails. The one before builds just fine on the same host with the same rust/cargo/etc. versions:rust 1.60.0 (d1fd9fe 2022-03-01)
@sqozz commented on GitHub (Aug 1, 2022):
I realized that there was a rust update for my gentoo system to 1.62.1 (a748cf5a3 2022-06-08). With the newest version everything builds fine again. Is it worth a note somewhere in the docs that for dev/new-api at least rust 1.62.1 is required?
@roderickvd commented on GitHub (Aug 1, 2022):
It is already in the compiling docs. Though I believe you can now also specify it in the Cargo manifest. Feel free to put in a PR if you want to.
@sqozz commented on GitHub (Aug 1, 2022):
duh, I've missed that, sorry. PR created in https://github.com/librespot-org/librespot/pull/1034 - thanks!