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

[Error] host-spawn cannot be downloaded on armv7l #1442

Closed
danyer opened this issue Jun 18, 2024 · 0 comments
Closed

[Error] host-spawn cannot be downloaded on armv7l #1442

danyer opened this issue Jun 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@danyer
Copy link

danyer commented Jun 18, 2024

When creating a container, on an odroid-hc1, I get:
/usr/bin/host-spawn: line 1: Not: not found

Debugging it, I found that it tries to install it from https://github.com/1player/host-spawn/releases/download/1.5.0/host-spawn-armv7l, where the armv7l is the output of uname -m. But the only release available is for armv7 (no l at the end).
The download will then create a file with "Not found" instead of the real host-spawn (which was not found) and, when launched, it will not find "Not", hence that funny error message "Not: not found" :)

Anyway, this is not really important (except to hide to ugly error message), since host-spawn doesn't seem to work on my odroid-hc1 (in an alpine container), although it works on a x86-64 (I've tried the armv7 version (1.5.0 and 1.6.0), but also I compiled my own using "go install")

Thanks for distrobox, I'm using it every day!

@danyer danyer added the bug Something isn't working label Jun 18, 2024
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

1 participant