-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building on Pinebook Pro running Manjaro ARM #2283
Comments
I have the same error when trying to cross-compile gitui for OpenWRT ARM. |
getting the same issue when trying to install on arch (btw) x86_64 |
Same when running cargo install on ARM macOS |
building via |
hmm, in my opinion cargo does everything right, if your Cargo.toml allows such dependency updates. |
@egorenar i went down this path before. its not as easy as that: #2098 @skyfaller let me know if you are able to build via |
Tui-textarea's version specifier was wrong - it specified >0.23, which picks up whatever the latest 0.x.y version, but that's not semver compatible with 0.x-1.y and hence the compilation issue. This should have been fixed in the latest version of tui-textarea (0.5.y) though. |
Describe the bug
The latest version of gitui available as a binary on Manjaro ARM is 0.21.0-2, which is too old for me, given the latest release is v0.26.3. So I want to compile the latest version from source.
I have had trouble building gitui on my Pinebook Pro running Manjaro ARM, which is the default Linux distro the laptops ship with (and therefore I assume the best-supported distro, the Pine64 wiki says "The Pinebook Pro is officially supported by the Manjaro ARM project").
I managed to install
aur/gitui-git
withyay gitui-git
, which of course installs the latest VCS version rather than a stable release. In order to make it compile however, I have to runexport CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=gcc
first. I don't know how/why this helps. If I skip that step and run it normally, I get the error:If I run
cargo install gitui
to compile the latest stable release, it fails with the error:Context (please complete the following information):
The text was updated successfully, but these errors were encountered: