menyoki icon indicating copy to clipboard operation
menyoki copied to clipboard

Can't run executable from linux-musl archive

Open pylipp opened this issue 4 years ago • 1 comments

Running the latest linux-musl executable does not work.

To Reproduce Steps to reproduce the behavior:

  1. Download menyoki-1.2.0-x86_64-unknown-linux-musl.tar.gz
  2. Extract tar xfv ... and cd menyoki-1.2.0
  3. Run ./menyoki

Expected behavior The menyoki usage is displayed.

Screenshots/Logs -bash: ./menyoki: No such file or directory

System Information

  • OS: Debian 9.3 64bit
  • Rust Version: -
  • Project Version: 1.2.0

pylipp avatar Jan 22 '21 17:01 pylipp

This is a static-linking problem which is probably caused by the cross-compilation of x11-rs. I'll investigate this and try a different approach. (docker, maybe?)

orhun avatar Jan 22 '21 21:01 orhun