From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Help with locale Date: Tue, 17 Mar 2020 17:14:03 -0400 Message-ID: <20200317211403.GA21139@jasmine.lan> References: <20200317174442.GA7416@jasmine.lan> <20200317194527.GB24888@jasmine.lan> <20200317202236.GB19263@jasmine.lan> <20200317204454.GA20196@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35915) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEJXR-0003nr-At for help-guix@gnu.org; Tue, 17 Mar 2020 17:14:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEJXQ-00057L-5e for help-guix@gnu.org; Tue, 17 Mar 2020 17:14:13 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:44451) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEJXP-0004jy-RH for help-guix@gnu.org; Tue, 17 Mar 2020 17:14:12 -0400 Content-Disposition: inline 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-mx.org@gnu.org Sender: "Help-Guix" To: Mikael Djurfeldt Cc: help-guix@gnu.org On Tue, Mar 17, 2020 at 09:58:31PM +0100, Mikael Djurfeldt wrote: > root@hat:~# ls -l ~root/.guix-profile > lrwxrwxrwx 1 root root 45 mar 14 19:48 /root/.guix-profile -> > /var/guix/profiles/per-user/root/current-guix > root@hat:~# ls -lL ~root/.guix-profile > total 20 > dr-xr-xr-x 2 root root 4096 jan 1 1970 bin > dr-xr-xr-x 2 root root 4096 jan 1 1970 etc > dr-xr-xr-x 2 root root 4096 jan 1 1970 lib > -r--r--r-- 2 root root 454 jan 1 1970 manifest > dr-xr-xr-x 3 root root 4096 jan 1 1970 share > root@hat:~# ls -l ~root/.guix-profile/lib > total 8 > lrwxrwxrwx 2 root root 68 jan 1 1970 guile -> > /gnu/store/7slr0lvrsyvg00h8sv101pc5rx144mcf-guix-683861125/lib/guile > lrwxrwxrwx 2 root root 71 jan 1 1970 guix -> > /gnu/store/pqffdyy62xv8qla6jqa5gb47abnflbiz-guix-package-cache/lib/guix Okay, it looks like you don't have glibc-locales installed for the root user. You should install glibc-locales as root, and then restart the guix-daemon with `systemctl daemon-reload && systemctl restart guix-daemon`. If you definitely did have glibc-locales installed for root and it did not show up in the profile, that's a bug. Please double-check. > root@hat:~# ls -l ~mdj/.guix-profile > lrwxrwxrwx 1 mdj mdj 44 mar 17 21:24 /home/mdj/.guix-profile -> > /var/guix/profiles/per-user/mdj/guix-profile > root@hat:~# ls -lL ~mdj/.guix-profile > total 20 > dr-xr-xr-x 2 root root 4096 jan 1 1970 etc > dr-xr-xr-x 14 root root 4096 jan 1 1970 include > dr-xr-xr-x 3 root root 4096 jan 1 1970 lib > -r--r--r-- 2 root root 465 jan 1 1970 manifest > dr-xr-xr-x 3 root root 4096 jan 1 1970 share > root@hat:~# ls -l ~mdj/.guix-profile/lib > lrwxrwxrwx 3 root root 66 jan 1 1970 /home/mdj/.guix-profile/lib -> > /gnu/store/03nvilh2x4z07dxv7h13gh986vvgpnsf-glibc-locales-2.29/lib This looks fine.