mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #560] Compilation error with cargo install #324
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#324
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 @Caleb9 on GitHub (Sep 5, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/560
Describe the bug
There seems to be a compilation error on 32bit ARMv7l with Rust 1.80.1
To Reproduce
cargo install spotify_player --no-default-features --features alsa-backendLog and backtrace
Environment
Linux retropie 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux(uname -a)@aome510 commented on GitHub (Sep 5, 2024):
Can you try again with
—locked? More details https://doc.rust-lang.org/cargo/commands/cargo-install.html#dealing-with-the-lockfile@Caleb9 commented on GitHub (Sep 6, 2024):
Yup, that did it. Awesome, thanks. I learned something new about cargo today :).