Hi Giovanni,

> substitute: guile: warning: failed to install locale
> substitute: hint: Consider installing the `glibc-utf8-locales' or 
> `glibc-locales' package and
> substitute: defining `GUIX_LOCPATH', along these lines:
> substitute:
> substitute:      guix package -i glibc-utf8-locales
> substitute:      export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
> substitute:
> substitute: See the "Application Setup" section in the manual, for more info.
> substitute:
> substitute:

This tells us that environment within the context of the “substitute”
executable is not correct.  You need to make sure that the daemon’s
environment is correct, i.e. that GUIX_LOCPATH points to a profile that
contains a glibc-utf8-locales package that matches the version of the
glibc that’s in use for the daemon.

--
Ricardo


Reply via email to