Weird, is GUIX_LOCPATH not set at all maybe? Le 7 avril 2021 09:48:02 GMT-04:00, Luis Felipe a écrit : >On Wednesday, April 7, 2021 11:09 AM, Julien Lepiller > wrote: > >> Ah, don't pass -E GUIX_LOCPATH, I think it prevents guix from setting >it properly in the environment. > >It fails a bit differently now; it errors trying to set locale >"de_DE.utf8": > >★★★★★★★★★★★★★★★★★★★★ >$ LANG=C GUIX_WEB_SITE_LOCAL=yes guix environment -C -m manifest.scm -E >LANG --share=$HOME/.guix-profile/lib/locales -E GUIX_WEB_SITE_LOCAL >--share=/tmp -- haunt build >Backtrace: >In ice-9/boot-9.scm: > 222:17 19 (map1 (((apps base data)) ((apps base templates #)) # ?)) > 3297:17 18 (resolve-interface (apps base data) #:select _ #:hide _ ?) >In ice-9/threads.scm: > 390:8 17 (_ _) >In ice-9/boot-9.scm: > 3223:13 16 (_) >In ice-9/threads.scm: > 390:8 15 (_ _) >In ice-9/boot-9.scm: > 3507:20 14 (_) > 2806:4 13 (save-module-excursion _) > 3527:26 12 (_) >In unknown file: > 11 (primitive-load-path "apps/base/data" #) >In ice-9/eval.scm: > 626:19 10 (_ #) > 173:55 9 (_ #) > 174:20 8 (_ #) > 177:32 7 (lp (# ?)) > 159:9 6 (_ #(# (G_ ?) ?)) > 159:9 5 (_ #(# (G_ ?) ?)) > 159:9 4 (_ #(# (G_ ?) ?)) > 163:9 3 (_ #(# (G_ ?) ?)) >In srfi/srfi-1.scm: > 586:17 2 (map1 ("de_DE" "en_US" "eo" "es_ES" "fr_FR" "ko_KR" # #)) >In ice-9/eval.scm: > 619:8 1 (_ #(#(# # ?) ?)) >In unknown file: > 0 (setlocale 6 "de_DE.utf8") > >ERROR: In procedure setlocale: >In procedure setlocale: Invalid argument >★★★★★★★★★★★★★★★★★★★★