From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Help with locale Date: Tue, 17 Mar 2020 16:44:54 -0400 Message-ID: <20200317204454.GA20196@jasmine.lan> References: <20200317174442.GA7416@jasmine.lan> <20200317194527.GB24888@jasmine.lan> <20200317202236.GB19263@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]:36437) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEJ57-0004lU-Q9 for help-guix@gnu.org; Tue, 17 Mar 2020 16:44:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEJ56-0007Qs-Dq for help-guix@gnu.org; Tue, 17 Mar 2020 16:44:57 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:42389) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEJ56-0007O0-6X for help-guix@gnu.org; Tue, 17 Mar 2020 16:44:56 -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:37:27PM +0100, Mikael Djurfeldt wrote: > On Tue, Mar 17, 2020 at 9:22 PM Leo Famulari wrote: > > Okay. As root, can you do `guix package --list-installed` and send the > > results here? > > 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 > > > 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".) > > 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. Something is not right here. The .guix-profile directory is a symlink union of all the packages in the user's profile, so it should definitely contain a 'lib/locale' directory if the user has installed glibc-locales. What is the result of `ls -l ~root/.guix-profile`?