From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Help with locale Date: Tue, 17 Mar 2020 13:44:42 -0400 Message-ID: <20200317174442.GA7416@jasmine.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51371) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEGGs-0003az-GN for help-guix@gnu.org; Tue, 17 Mar 2020 13:44:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEGGr-0001Gb-Fv for help-guix@gnu.org; Tue, 17 Mar 2020 13:44:54 -0400 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:48015) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEGGr-0000xi-5i for help-guix@gnu.org; Tue, 17 Mar 2020 13:44:53 -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 12:36:27PM +0100, Mikael Djurfeldt wrote: > I have installed glibc-locales, however it seems like the reason for the > above is that there is no link from .guix-profile/lib/locale to the > glibc-locales package. If I put a link there manually, the warning above > disappears, but as soon as the profile is updated (at a guix pull pulling > in new packages, e.g.), there is again no locales link and the warning > returns. If you installed glibc-locales, it should show up at '~/.guix-profile/lib/locale' for the user that installed it (Guix package management is per-user). How did you install glibc-locales and as which user?