Skip to content

Failed to execute gitui binary file downloaded from the release page  #259

Closed
@c02y

Description

@c02y

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:

$ ./gitui
Failed to execute process './gitui'. Reason:
The file './gitui' does not exist or could not be executed.

And the ./gitui has the right permission.

FYI:

$ ldd ./gitui
linux-vdso.so.1 (0x00007ffe637e1000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f706f942000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f706f93d000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f706f935000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f706f76c000)
/lib/ld64.so.1 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f706f9b0000)

To Reproduce
Steps to reproduce the behavior:

  1. download https://github.com/extrawurst/gitui/releases/download/v0.10.0/gitui-linux-musl.tar.gz
  2. extract it
  3. execute it

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):

  • OS/Distro + Version: [5.7.17-2-MANJARO]
  • GitUI Version [v0.10.0]
  • Rust version: [rustc 1.45.0 (5c1f21c3b 2020-07-13)]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions