-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
C.UTF-8 locale missing #2340
Comments
There was a time when |
@purplekrayons I'm using Arch. |
As far as I know, there is no way to determine what locales are available using JavaScript (or TypeScript). It looks like that change was implemented to address a broader range of locale issues. You may be in a tricky spot from where im standing. It seems like there are no immediate plans to include C.UTF-8 in glibc. The common consensus appears to be to leave it up to the various distro's to include. For the time being I would just manually revert the change you linked to permit building in Arch Linux. Perhaps @develar can provide further insight and offer a better suggestion. |
We need some locale for snapcraft, nsis, perl and some other tools. Previously was My assumption was is that |
This isn't limited to Arch, e.g. NixOS doesn't have |
@jeremejevs Please send me output of |
@develar Sure:
Carefully sanitized 😄 What are you looking for? I can mail you the whole output, but there's nothing else of relevance there. |
@jeremejevs LC_CTYPE and LC_ALL? |
@develar They aren't in my env. Here's the output of
And of
|
Another project had this issue in 2015: commercialhaskell/stack#856 Here's the pretty complicated logic they added in the commit that fixed it: |
@veggiedefender Thanks for info. Our fix is simple :) |
Please try prerelease 19.47.0 |
electron-builder
version: 19.46.9electron-updater
version: 2.16.1I'm unable to use
electron-builder
on Arch Linux, since there's noC.UTF-8
locale on it. The last working version is19.45.5
, AFAIK ([email protected]
). The commit that addedC.UTF-8
as the default locale for Linux.The text was updated successfully, but these errors were encountered: