From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: warning: setlocale: LC_ALL: cannot change locale on foreign distro Date: Mon, 3 Jun 2019 11:47:54 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXpBl-0007P5-6P for help-guix@gnu.org; Mon, 03 Jun 2019 11:47:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXpBk-0005Tv-5A for help-guix@gnu.org; Mon, 03 Jun 2019 11:47:57 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:51400) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXpBk-0005S6-1q for help-guix@gnu.org; Mon, 03 Jun 2019 11:47:56 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hXpBj-0000MJ-4E for help-guix@gnu.org; Mon, 03 Jun 2019 11:47:55 -0400 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix, I'm setting up Guix on a foreign distro (CentOS 7). I'm working on getting locales right per section 2.6.1 of the manual. I have installed the guix-locales package in buth my user's and root's profile, and have restarted guix-daemon. However, when I run package installation opterations, I see the following message, ``` /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) ``` GUIX_LOCPATH is set to /home/jackhill/.guix-profile/lib/locale What am I missing? ``` $ guix describe Generation 2 Jun 03 2019 10:54:12 (current) guix 3092f1b repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 3092f1b835d79655eecb2f8a79dda20ad9ba6bd6 ``` Thanks, Jack