[Nix-dev] Re: perl: warning: Setting locale failed.
Ludovic Courtès
ludo at gnu.org
Sun May 31 02:04:11 CEST 2009
Hi,
Tony White <tonywhite100 at googlemail.com>
writes:
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LANGUAGE = "",
> LC_ALL = (unset),
> LANG = "en_GB.UTF-8"
> are supported and installed on your system.
This means that the `en_GB.UTF-8' locale isn't available on your
system (info "(libc) Setting the Locale").
Normally `locale -a' lists the available locales. However, I suspect it
to be broken on NixOS because it sees only `C' and `POSIX' whereas
setlocale(3) succeeds with many other locales.
Thanks,
Ludo'.
More information about the nix-dev
mailing list