From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Djurfeldt Subject: Re: Help with locale Date: Tue, 17 Mar 2020 20:32:18 +0100 Message-ID: References: <20200317174442.GA7416@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]:39764) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEHx6-0003b9-91 for help-guix@gnu.org; Tue, 17 Mar 2020 15:32:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEHx2-0006u6-NF for help-guix@gnu.org; Tue, 17 Mar 2020 15:32:34 -0400 Received: from mail-ua1-f53.google.com ([209.85.222.53]:42208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEHx1-0006ka-4B for help-guix@gnu.org; Tue, 17 Mar 2020 15:32:32 -0400 Received: by mail-ua1-f53.google.com with SMTP id v16so7399744ual.9 for ; Tue, 17 Mar 2020 12:32:31 -0700 (PDT) In-Reply-To: <20200317174442.GA7416@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 6:44 PM Leo Famulari wrote: > 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). > It did not show up. > > How did you install glibc-locales and as which user? > I installed it as root through: guix package -i glibc-locales Best regards, Mikael