-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
beam.packages.erlangR20.elixir warning: latin1 encoding vs. utf8 #30047
Comments
I will look into this. |
I see that you have dropped the override. Is this because of these are just harmless warnings? I've switched to the same nixpkgs and could not reproduce the warnings on Ubuntu:
Output is here: I'll try to reproduce this on NixOS machine now. |
I was able to reproduce this on NixOS machine: http://ix.io/AHh |
gleber
added a commit
to gleber/nixpkgs
that referenced
this issue
Oct 4, 2017
It looks like Erlang/OTP requires access to LOCALE_ARCHIVE for locales to correctly work. Elixir depends on this here: https://github.com/elixir-lang/elixir/blob/7a556b8f26f42f6b7510dc1d2351564d91ab746c/lib/elixir/src/elixir.erl#L76 Fixes NixOS#30047
Thanks @gleber 🎉 |
srhb
pushed a commit
to srhb/nixpkgs
that referenced
this issue
Oct 11, 2017
It looks like Erlang/OTP requires access to LOCALE_ARCHIVE for locales to correctly work. Elixir depends on this here: https://github.com/elixir-lang/elixir/blob/7a556b8f26f42f6b7510dc1d2351564d91ab746c/lib/elixir/src/elixir.erl#L76 Fixes NixOS#30047
fpletz
pushed a commit
that referenced
this issue
Oct 14, 2017
It looks like Erlang/OTP requires access to LOCALE_ARCHIVE for locales to correctly work. Elixir depends on this here: https://github.com/elixir-lang/elixir/blob/7a556b8f26f42f6b7510dc1d2351564d91ab746c/lib/elixir/src/elixir.erl#L76 Fixes #30047 (cherry picked from commit 558db53)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
When installing latest Elixir with Erlang 20 via
beam.packages.erlangR20.elixir
, several of these warnings are emitted through the build process:Steps to reproduce
I'm installing through
environment.systemPackages
with thisconfiguration.nix
(on Vultr FWIW). Though I believenix-env -i beam.packages.erlangR20.elixir
on a new system may be enough to reproduce.The only way I've gotten the warnings to subside if by specifying this
pkgs.lib.overrideDerivation
.Technical details
minimal-18.03pre116572.9824ca6975-x86_64-linux
1.11.15
18.03pre116572.9824ca6975
false
The text was updated successfully, but these errors were encountered: