mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #993] Docker compile for ARM hf fails on branch dev #480
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#480
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 @pejobo on GitHub (May 1, 2022).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/993
This is from the log:
@JasonLG1979 commented on GitHub (May 2, 2022):
The docker builds aren't really maintained very well. The above error is an upstream dependency issue (num-integer) and does not happen when building on my Ubuntu or Debian based machines or when building the Raspotify .debs in docker.
@JasonLG1979 commented on GitHub (May 2, 2022):
Pretty much everything in the contrib folder is the product of drive by commits that may or may not be of any real use.
@pejobo commented on GitHub (May 2, 2022):
That's sad. I will have a look later this week if I can fix it. But my rust skills are very limited..
@ashthespy commented on GitHub (May 2, 2022):
What version of Rust are you on in that Docker container? You might want to update it to the MSRV
@pejobo commented on GitHub (May 5, 2022):
See #994, which is for master branch. There an update from stretch to bullseye was sufficient. I assume that will fix it for the dev branch, too.
@roderickvd commented on GitHub (May 19, 2022):
I understand that we can close this issue now.