mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #684] Building on Debian 10/arm64 fails #277
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#277
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 @EvilOlaf on GitHub (Dec 23, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/684
Hey there,
I just tried to build from source since arm64 binaries are not provided be default unfortunately ;).
Anyway did not work out so well for some reason.
Linux station-p1 4.4.213-rockchip64 #17 SMP Tue Dec 8 14:20:56 MSK 2020 aarch64 GNU/Linuxas base of Debian Buster.cargowas installed from repositories and its version is1.42.1.Getting rid of all rust packages and install rust via https://rustup.rs/ and choosing nightly branch fixes this.
However there are followup issues that prevent a successful compiling:
Installing
libxcb-render-util0-dev libxcb-shape0-dev libxcb-xfixes0-devand their dependencies fixes this.Cheers
Werner
@Rigellute commented on GitHub (Jan 6, 2021):
Surprised to see that you needed nightly to compile 🤔.
It would be great if we could compile an arm64 binary in CI for distribution.
@EvilOlaf commented on GitHub (Jan 6, 2021):
Maybe get in touch with fosshost to get a small arm64 based vm that can act as CI. They are currently on an adventure to deploy a whole bunch of arm64 based servers around the globe: arm-64.com