Skip to content
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

Can't run executable from linux-musl archive #17

Open
pylipp opened this issue Jan 22, 2021 · 1 comment
Open

Can't run executable from linux-musl archive #17

pylipp opened this issue Jan 22, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pylipp
Copy link

pylipp commented Jan 22, 2021

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 pylipp added the bug Something isn't working label Jan 22, 2021
@orhun
Copy link
Owner

orhun commented Jan 22, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants