From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: warning: failed to install locale Date: Thu, 17 Jan 2019 14:39:56 +0100 Message-ID: <877ef3h07n.fsf@elephly.net> References: <8736pswk00.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gk7tw-0007jL-Vs for help-guix@gnu.org; Thu, 17 Jan 2019 08:40:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gk7tt-0007iM-Uw for help-guix@gnu.org; Thu, 17 Jan 2019 08:40:07 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21821) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gk7tt-0007f9-B9 for help-guix@gnu.org; Thu, 17 Jan 2019 08:40:05 -0500 In-reply-to: <8736pswk00.fsf@roquette.mug.biscuolo.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Giovanni Biscuolo Cc: help-guix@gnu.org 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=3D"$HOME/.guix-profile/lib/locale" > substitute: > substitute: See the "Application Setup" section in the manual, for more i= nfo. > substitute: > substitute: This tells us that environment within the context of the =E2=80=9Csubstitut= e=E2=80=9D executable is not correct. You need to make sure that the daemon=E2=80=99s 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=E2=80=99s in use for the daemon. -- Ricardo