-
Notifications
You must be signed in to change notification settings - Fork 8
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
[FR] musl/AlpineLinux support #46
Comments
What error(s) do you get when you try to build choosenim from source? |
|
This is a problem with your alpine Nim installation. It is missing the You can use the
|
I don't understand. What is wrong with Nim distro packages? I'm looking to update the Alpine Nim package. Is there something i should be correcting?
Thanks for the workaround, but it didn't work for me. Don't remember why. I don't use Docker, so maybe i was doing something wrong. It's OK, but i'm curious why the docker image would install to |
well, i forked the nim package in the alpine gitlab and updated it and installed nim 2.2.0 successfully, but the nimble package failed to build. When investigating that, i see that araq says nimble should not be in a separate package, but that one could install nimble with |
|
ok, so my Nim alpine package should have used koch temporarily to build nimble when it was doing the other stuff. thanks |
correct |
Using the curl/wget install instructions fails on musl/alpine linux. I figured it would, but i wanted to see what happened.
/tmp/choosenim-0.8.9_linux_amd64 exists
Tried to build
choosenim
from source, but it can't buildnimble
from source, so that fails too. The nim package in alpine is also out of date, so i'm stuck on 2.0.4 for any alpine/musl targets, which is a production-grade problem for me.Thanks
The text was updated successfully, but these errors were encountered: