-
Notifications
You must be signed in to change notification settings - Fork 42
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
Linux (manjaro) bug #46
Comments
Sorry, I haven't heard anything about these issues, but it seems like other people hit that same assertion for other libraries on all kinds of distributions. To help debug this, could you please provide some context:
Also, could you maybe try poking around at the locale settings before running the PPX? If you've got it installed from Yarn, do any of the following work:
|
yarn.
2.27
So i just need to persist the setting of LC_ALL=C and i should be good. Would you like to give me any more details and I can open a pull request with a special note for arch linux users? |
@mhallin after reading more about unix locale flags, realized that LC_ALL was overriding all values with "C". Went through one by one and turned each individual value to C to determine which value actually is behind this. I thought it would be "LC_TIME" based on the error message but this turned out to be incorrect. LC_CTYPE=C ended up being the main issue. Thoughts? From : http://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html
|
After some discussion on the ReasonML Discord, I've switched to building the Linux binaries with Musl rather than Glibc. Could you please try release 0.2.6 and see if that works without updating any locale variables? |
Sweet! works like a charm. I read through the discord discussion too, which is beyond me at this point but I appreciate the effort you took to resolve this issue. Thanks! |
Great to hear that it worked! |
…ery-output Rremove @bsField directive from query output
Greetings!
I have ran into an issue where in i was able to build a working version of my query on my mac but when i switched to a linux computer using manjaro i cannot get it to build. The error i get when building is:
ppx: loadlocale.c:129: _nl_intern_locale_data: Assertion
cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.`I have found a few other instances of libraries having issues around locale with arch linux and derivatives like manjaro. Have you heard any reports of this and have any guidance on how to resolve?
The text was updated successfully, but these errors were encountered: