From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Kraai Subject: bug#40899: Locales not set up correctly Date: Tue, 28 Apr 2020 01:34:20 -0700 Message-ID: <20200428083420.GB4166@inspiron-3147> References: <20200427122943.GA25049@inspiron-3147> <20200428075632.GA4166@inspiron-3147> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51506) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTLtF-0004pD-Ki for bug-guix@gnu.org; Tue, 28 Apr 2020 04:47:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTLhm-0002Db-If for bug-guix@gnu.org; Tue, 28 Apr 2020 04:38:27 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55506) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jTLhm-0002DW-5r for bug-guix@gnu.org; Tue, 28 Apr 2020 04:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jTLhm-00082F-1l for bug-guix@gnu.org; Tue, 28 Apr 2020 04:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: zimoun Cc: 40899@debbugs.gnu.org On Tue, Apr 28, 2020 at 10:14:13AM +0200, zimoun wrote: > On Tue, 28 Apr 2020 at 09:56, Matthew Kraai wrote: > > > When I run guix, it still produces the same locale messages: > > > > ``` > > $ guix package -I > > guile: warning: failed to install locale > > hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' package > > and defining `GUIX_LOCPATH', along these lines: > > > > guix package -i glibc-utf8-locales > > export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" > > > > See the "Application Setup" section in the manual, for more info. > > > > glibc-utf8-locales 2.29 out /gnu/store/n79cf8bvy3k96gjk1rf18d36w40lkwlr-glibc-utf8-locales-2.29 > > ``` > > Hum? Did you set GUIX_LOCPATH? Yes, ``` admin@ip-172-31-11-27:~$ echo $GUIX_LOCPATH /home/admin/.guix-profile/lib/locale admin@ip-172-31-11-27:~$ guix package -I guile: warning: failed to install locale hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix package -i glibc-utf8-locales export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" See the "Application Setup" section in the manual, for more info. glibc-utf8-locales 2.29 out /gnu/store/n79cf8bvy3k96gjk1rf18d36w40lkwlr-glibc-utf8-locales-2.29 ``` -- Matthew Kraai