mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #187] install failed, can't compile clap on Armbian Buster #83
Reference in New Issue
Block a user
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 @MX10-AC2N on GitHub (Oct 3, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/187
Hi,
Just to try, I tried to install dust on an Armbian buster linux 5.10.60-meson64, but the installation process hangs, unable to compile Clap.
I tried the installation with cargo, and also directly with the source files but the results are the same ..
If you have any ideas, I'm interested.
@bootandy commented on GitHub (Oct 11, 2021):
My first thought is that's a clap error. Can you install other libraries that use clap 2.33 (This is the most common and widely used version of clap).
@MX10-AC2N commented on GitHub (Oct 14, 2021):
Thanks,
I'm a novice, please how can install other libraries that use clap 2.33 ?
@bootandy commented on GitHub (Oct 17, 2021):
can you install bat?
https://github.com/sharkdp/bat
@MX10-AC2N commented on GitHub (Oct 18, 2021):
Hi, I try install from source bat but "error of segmentation", build failed..
Another way I try build bat on Armbian Bulleyes 5.10.68-rockchip64 and the bat building process ends without any problems.. So I try build dust on armbian bullseye too and it's OK under Bullseye but not for Buster..
can you explain to me what to do about this end of build process message
Thank
@MX10-AC2N commented on GitHub (Oct 18, 2021):
That's it I found, I just had to use the latest version of rustc ..
sudo apt remove rustccurl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | shand the whole building process ends without any problem.
Sorry it was just rustc which is too old in the armbian buster repositories ..