From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: locale warnings Date: Tue, 26 Jun 2018 13:39:25 +0200 Message-ID: <87efgt6aky.fsf@gnu.org> References: <610573cbfd1d40a097c7ac045fa52123@esss.se> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXmJm-0007Wt-S1 for help-guix@gnu.org; Tue, 26 Jun 2018 07:39:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXmJj-00072x-LV for help-guix@gnu.org; Tue, 26 Jun 2018 07:39:30 -0400 In-Reply-To: <610573cbfd1d40a097c7ac045fa52123@esss.se> (Hinko Kocevar's message of "Mon, 25 Jun 2018 16:35:43 +0000") 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: Hinko Kocevar Cc: "help-guix@gnu.org" Hello, Hinko Kocevar skribis: > I followed the instructions to set up locale for user (https://www.gnu.or= g/software/guix/manual/guix.html#Application-Setup), but I'm still getting = these messages for each guix invocation: > > substitute: guile: warning: failed to install locale > substitute: warning: failed to install locale: Invalid argument These warnings come from the =E2=80=98guix substitute=E2=80=99 process, whi= ch is spawned as root by =E2=80=98guix-daemon=E2=80=99. To fix it, you need to add GUIX_LOCPATH to =E2=80=98guix-daemon.service=E2= =80=99 if it=E2=80=99s not already there, like this: https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-daemon.service.i= n#n10 HTH, Ludo=E2=80=99.