From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Djurfeldt Subject: Re: Help with locale Date: Tue, 17 Mar 2020 21:37:27 +0100 Message-ID: References: <20200317174442.GA7416@jasmine.lan> <20200317194527.GB24888@jasmine.lan> <20200317202236.GB19263@jasmine.lan> Reply-To: mikael@djurfeldt.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54869) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEIy5-0007yy-Bi for help-guix@gnu.org; Tue, 17 Mar 2020 16:37:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEIy4-0005Av-5o for help-guix@gnu.org; Tue, 17 Mar 2020 16:37:41 -0400 Received: from mail-vk1-f178.google.com ([209.85.221.178]:34257) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEIy3-000544-Vd for help-guix@gnu.org; Tue, 17 Mar 2020 16:37:40 -0400 Received: by mail-vk1-f178.google.com with SMTP id w67so6415893vkf.1 for ; Tue, 17 Mar 2020 13:37:39 -0700 (PDT) In-Reply-To: <20200317202236.GB19263@jasmine.lan> 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: Leo Famulari Cc: help-guix@gnu.org On Tue, Mar 17, 2020 at 9:22 PM Leo Famulari wrote: > On Tue, Mar 17, 2020 at 09:19:02PM +0100, Mikael Djurfeldt wrote: > > I only tried it for root so far and it did not show up in root's > > '~/.guix-profile/lib/locale'. > > Okay. As root, can you do `guix package --list-installed` and send the > results here? > It's just: guile-ssh 0.12.0 out /gnu/store/qqpigisk01ivzvb9pyi4d4d6v5p6djzw-guile-ssh-0.12.0 glibc-locales 2.29 out /gnu/store/03nvilh2x4z07dxv7h13gh986vvgpnsf-glibc-locales-2.29 > > Also, as root, can you send the result of `echo $GUIX_LOCPATH`? > /root/.guix-profile/lib/locale > > And finally, again as root, the result of `ls -l > ~root/.guix-profile/lib/locale`? > ls: cannot access '/root/.guix-profile/lib/locale': No such file or directory (There's not even a "lib".) > > How are you "becoming root", by the way? > sudo -i BTW, I tried Jeremy's suggestions and in the course of that discovered that my ordinary user gets the lib/locales link installed. So, the problem I report only exists for the root user. Best regards, Mikael