mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[GH-ISSUE #454] compilation fail for aarch64 using alpine OS. #287
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#287
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 @grewhit25 on GitHub (Mar 26, 2020).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/454
I am attempting to build librespot on a 64bits aarch64 Raspberry Pi using docker alpine:edge
The compilation fail with the following:
From my research the issue is fixed in nix > 0.11.0
Is it possible to update Cargo dependency to point to a later version of ‘nix’ i.e. 0.14.1 or later?
Your help would be much appreciated.
@ashthespy commented on GitHub (Mar 26, 2020):
IIRC,
nixis stuck at0.10.0for thelibmdnscrate that is published.You could instead patch it to use the git version
https://github.com/librespot-org/libmdns, that uses thehostnamecrate instead..@grewhit25 commented on GitHub (Mar 27, 2020):
@ashthespy Thank you very much for you prompt reply and suggestion.
The compilation does now seems to be stuck a bit further on here:
Any suggestion or recommendations would great.
@ashthespy commented on GitHub (Mar 27, 2020):
Hmm, not an expert, but
SIGKILL: killseems to suggest the compilation was prematurely killed?@grewhit25 commented on GitHub (Mar 27, 2020):
Great!! Success.
I did have a look at that, but you comment caused me to go have a look at the number of jobs being submitted and after reducing jobs to 2; compilation was successful.
Thanks again for you help.