-
-
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
Failed to execute gitui binary file downloaded from the release page #259
Comments
I see the same on Ubuntu 19.10:
So it looks like the ELF interpreter is set to
|
I can also reproduce this on |
the previous binary released was statically linked
|
Mine is dynamically linked
|
Yes yes, it seems that 0.10.0 is dynamically linked in when previous
versions were not.
Le dim. 30 août 2020 à 16:33, c02y <notifications@github.com> a écrit :
… the previous binary released was statically linked
╰─» file /home/cfurmaniak/.asdf/installs/gitui/0.9.1/bin/gitui
/home/cfurmaniak/.asdf/installs/gitui/0.9.1/bin/gitui: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]=37819338526ade65a1e6844cd51f6d042cfa079b, stripped
Mine is dynamically linked
$ file ./gitui
./gitui: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ead58df2438331cfba31c46d33722915f567768, stripped
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#259 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB4F7RR3FTTQZVBAYEXYJ3SDJPK7ANCNFSM4QPQQJGQ>
.
|
yeah I can confirm the linux release binary seems broken due to new dynamically linked dependencies for clipboard support: unfortunately I need to rely on help by someone with linux experience to sort this out. currently we are looking to find a solution to link the clipboard dependencies statically in our if anyone is up for helping us with this feel free to join our discord: https://discord.gg/7TGFfuq |
in the meantime I now removed the broken linux binary from the release. in the meantime on linux building locally or using the Arch or Fedora packages by @ignatenkobrain and @wezm are the only option |
Any hints on building from source?
|
Yeah using recent rust 1.46 |
A bit tricky hint for Ubuntu 16.04 usual users along with preferring clipboard support to non-Arch and non-Fedora Linux users... |
Yeah let's see if a volunteer shows up to do that |
|
@extrawurst Thanks a bunch! 👍 |
Describe the bug
A clear and concise description of what the bug is.
I downloaded gitui from https://github.com/extrawurst/gitui/releases/download/v0.10.0/gitui-linux-musl.tar.gz
extract and execute
./gitui
, failed with:And the ./gitui has the right permission.
FYI:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Successfully working.
Screenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: