-
Notifications
You must be signed in to change notification settings - Fork 13
install with yarn on void linux musl #30
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
Comments
The provided binaries don't seem to be compatible with your system, which ultimately causes it to fall back to building from source that requires stack. In my Arch system I had to install ncurses5-compat-libs although I'm not sure if that applies here; could always try building from source though. |
Yes, the Linux binaries we provide won’t work on non-glibc-based systems. You’ll need to build the compiler from source, which requires stack. |
i got error when use
|
I'd suggest having a look on stack's issue tracker to see if you can find anyone else in a similar situation to you; maybe stack doesn't support non-glibc-based systems so well. |
I think there are a couple of separate issues here:
Since the only issue concerning purescript is the ENOENT error message, and we already have an issue for that, I'm going to close this. Sorry I couldn't be more help. |
Description
A clear and concise description of what the bug is.
I want to try purescript, and try to install on my void linux musl with yarn and get error instead
To Reproduce
Steps to reproduce the behavior.
output:
Expected behavior
A clear and concise description of what you expected to happen.
purescript success installed
Additional context
Add any other context about the problem here.
running on Void linux with musl libc
PureScript version
0.13.8
The text was updated successfully, but these errors were encountered: