Daniel Pimentel <d...@d4n1.org> writes: > I have a similar problem with locale in Haunt package: > > Backtrace: > In ice-9/boot-9.scm: > 157: 10 [catch #t #<catch-closure 11f0b40> ...] > In unknown file: > ?: 9 [apply-smob/1 #<catch-closure 11f0b40>] > 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 120e940 at > ice-9/boot-9.scm:4045:3 ()>] > 4050: 5 [#<procedure 120e940 at ice-9/boot-9.scm:4045:3 ()>] > 1724: 4 [%start-stack load-stack ...] > 1729: 3 [#<procedure 1224ea0 ()>] > 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 > >> I believe it's related to this locale-related issue problem with our >> glibc package: >> >> http://lists.gnu.org/archive/html/guix-devel/2016-08/msg00167.html > > I think or with locale in general.
What is your locale? I had the same problem with Gajim on a foreign system on which I had set up “en_GB.utf8”. After switching to “en_US.utf8” I could start Gajim. Another possible fix may have been to install the “glibc-locales” package and set GUIX_LOCPATH as “glibc-utf8-locales” only contains a narrow subset of all possible locales. ~~ Ricardo