From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39325: Problem with locales Date: Tue, 28 Jan 2020 11:54:28 +0100 Message-ID: <87imkvhmvv.fsf@gnu.org> References: <87v9owlzzt.fsf@cassou.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53021) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwOWM-0002XU-UX for bug-guix@gnu.org; Tue, 28 Jan 2020 05:55:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwOWL-0006JZ-VK for bug-guix@gnu.org; Tue, 28 Jan 2020 05:55:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53638) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwOWL-0006JV-RY for bug-guix@gnu.org; Tue, 28 Jan 2020 05:55:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwOWL-000275-Ns for bug-guix@gnu.org; Tue, 28 Jan 2020 05:55:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87v9owlzzt.fsf@cassou.me> (Damien Cassou's message of "Tue, 28 Jan 2020 09:57:42 +0100") 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: Damien Cassou Cc: 39325@debbugs.gnu.org Hi, Damien Cassou skribis: > I installed Guix using guix-install.sh on Fedora. Whatever I try, I > always get warnings about locales: > > $ guix package --install glibc-locales > The following package will be upgraded: > glibc-locales 2.29 =E2=86=92 2.29 /gnu/store/03nvilh2x4z07dxv7h13gh986= vvgpnsf-glibc-locales-2.29 > > substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.= 23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) > substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.= 23/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) > nothing to be done The warning comes from =E2=80=98guix substitute=E2=80=99, which is started = by the daemon. Could you (1) make sure your /etc/systemd/system/guix-daemon.service sets the right locale as done in , and (2) run =E2=80=9Cguix pull && guix install glibc-locales@2.29=E2=80=9D = as root and restart the service? Thanks, Ludo=E2=80=99.