Daniel Pimentel (2016-08-09 20:20 +0300) wrote:
> Hi Guixs,
Oh, you sent it here as well :-) Hi!
> I did an upgrade in my GuixSD (sudo guix pull && guix system reconfigure
> /etc/config.scm), but after this, my Haunt package not works. Following
> errors:
[...]
> ERROR: In procedure setlocale:
> ERROR: In procedure setlocale: Invalid argument
>
> My locales is set to en_US.UTF-8
I don't know, but maybe adding this:
(locale-libcs (cons glibc-2.22 %default-locale-libcs))
to your os declaration will help. See
<http://lists.gnu.org/archive/html/guix-devel/2016-08/msg00165.html> for
details.
Also try to run "guile" and evaluate (setlocale LC_ALL "") there. Does
it error too?
--
Alex