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 15:24:06 +0100 Message-ID: <87won3fjll.fsf@elephly.net> References: <8736pswk00.fsf@roquette.mug.biscuolo.net> <877ef3h07n.fsf@elephly.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]:49729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gk8ae-0003Um-Mq for help-guix@gnu.org; Thu, 17 Jan 2019 09:24:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gk8ae-0005Ag-3S for help-guix@gnu.org; Thu, 17 Jan 2019 09:24:16 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21786) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gk8ad-0004nG-NE for help-guix@gnu.org; Thu, 17 Jan 2019 09:24:16 -0500 In-reply-to: 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: zimoun Cc: help-guix Hi simon, > Maybe I am doing wrong. > > $ ldd /var/guix/profiles/per-user/root/current-guix/bin/guix-daemon > [...] > libc.so.6 =3D> /gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2.28/lib= /libc.so.6 > > > So the version is 2.28, right? > Then my profile contains the version 2.28 of the locale, I guess. > > $ echo $GUIX_LOCPATH > /home/simon/.guix-profile/lib/locale > $ ls `echo $GUIX_LOCPATH` > 2.28 This is in your environment. But what about the daemon=E2=80=99s environme= nt? It is not started in your environment where GUIX_LOCPATH is set. How do you start the daemon? If it=E2=80=99s via systemd you may want to look at = the service file to see where GUIX_LOCPATH points. > I mean, does `guix pull' restart the daemon? No, it only installs a new version of Guix in $HOME/.config/guix/ -- Ricardo