On Friday, May 21, 2021 6:43 PM, Luis Felipe <luis.felipe...@protonmail.com> wrote:
> On Friday, May 21, 2021 6:33 PM, Luis Felipe luis.felipe...@protonmail.com > wrote: > > > On Friday, May 21, 2021 6:17 PM, Julien Lepiller jul...@lepiller.eu wrote: > > > > > It worked on both for me. Do you maybe have some local modifications that > > > might explain why you can't build the website? > > > > Not that I know of. I use guix from upstream, and I haven't changed my > > .bashrc and .profile in a very long time. And they don't contain anything > > related to locales, nor to Guile. I don't know what else to check... > > Maybe I have to become French for the website to work :) > > Oh, actually, it seems it is something along those lines. I just ran this: > > ★★★★★★★★★★★★★★★★★★★★ > LANG=C GUIX_WEB_SITE_LOCAL=yes guix environment -C -m manifest.scm -E LANG -E > GUIX_WEB_SITE_LOCAL --share=/tmp -- haunt build > ★★★★★★★★★★★★★★★★★★★★ > > And the website builds. But if LANG is es_CO.utf8 (my user locale), then it > fails again. So, I tried again setting LANG=C and I noticed that while the website builds, the output has character enconding issues. For example what should be a right arrow in copy 'static/media/css/video-preview.css' ? 'static/media/css/video-preview.css' is replaced by a question mark. However, if I set LANG=fr_FR.utf8, everything works correctly :)