* Haunt locale bug
@ 2016-08-09 17:20 Daniel Pimentel
2016-08-09 21:22 ` Alex Kost
2016-08-12 18:44 ` Daniel Pimentel
0 siblings, 2 replies; 4+ messages in thread
From: Daniel Pimentel @ 2016-08-09 17:20 UTC (permalink / raw)
To: help-guix
Hi Guixs,
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:
In unknown file:
?: 9 [apply-smob/1 #<catch-closure 259e780>]
In ice-9/boot-9.scm:
63: 8 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
432: 7 [eval # #]
In ice-9/boot-9.scm:
2401: 6 [save-module-excursion #<procedure 25bc940 at
ice-9/boot-9.scm:4045:3 ()>]
4050: 5 [#<procedure 25bc940 at ice-9/boot-9.scm:4045:3 ()>]
1724: 4 [%start-stack load-stack ...]
1729: 3 [#<procedure 25d3ea0 ()>]
In unknown file:
?: 2 [primitive-load
"/gnu/store/v6gq48wbxprf3sbrxdkc9scb80nyypjs-haunt-0.2/bin/.haunt-real"]
In haunt/ui.scm:
130: 1 [haunt-main
"/gnu/store/v6gq48wbxprf3sbrxdkc9scb80nyypjs-haunt-0.2/bin/.haunt-real"
...]
In unknown file:
?: 0 [setlocale 6 ""]
ERROR: In procedure setlocale:
ERROR: In procedure setlocale: Invalid argument
My locales is set to en_US.UTF-8
Thanks,
--
Daniel Pimentel (aka d4n1)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Haunt locale bug
2016-08-09 17:20 Haunt locale bug Daniel Pimentel
@ 2016-08-09 21:22 ` Alex Kost
2016-08-12 18:42 ` Daniel Pimentel
2016-08-12 18:44 ` Daniel Pimentel
1 sibling, 1 reply; 4+ messages in thread
From: Alex Kost @ 2016-08-09 21:22 UTC (permalink / raw)
To: Daniel Pimentel; +Cc: help-guix
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Haunt locale bug
2016-08-09 17:20 Haunt locale bug Daniel Pimentel
2016-08-09 21:22 ` Alex Kost
@ 2016-08-12 18:44 ` Daniel Pimentel
1 sibling, 0 replies; 4+ messages in thread
From: Daniel Pimentel @ 2016-08-12 18:44 UTC (permalink / raw)
To: help-guix
Hi Guixs,
after I added this in my .bashrc:
export LC_ALL=C
Haunt works.
But, with locale set to en_US.UTF-8 not work to me.
Thanks,
--
Daniel Pimentel (aka d4n1)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-08-12 18:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 17:20 Haunt locale bug Daniel Pimentel
2016-08-09 21:22 ` Alex Kost
2016-08-12 18:42 ` Daniel Pimentel
2016-08-12 18:44 ` Daniel Pimentel
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.