From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#39936: How To Resolve "LC_ALL: cannot change locale (en_US.utf8)" Date: Sat, 14 Mar 2020 13:27:50 -0400 Message-ID: <20200314172750.GB23309@jasmine.lan> References: <20200311190539.GC26593@jasmine.lan> <20200311224855.GA22532@jasmine.lan> <20200312173734.GA1942@jasmine.lan> <6grx9FRPih3hxHGgVo9d3vCGjjriHVKokjKAj3oeSnG1ysbnlYVtWsnpIsc686BpdS2b3cEIKpptt2cN2nDw2_JBQ3iLLW1C8wwE_rTvl_4=@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43254) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDAZv-00008o-As for bug-guix@gnu.org; Sat, 14 Mar 2020 13:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDAZu-0006rc-50 for bug-guix@gnu.org; Sat, 14 Mar 2020 13:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56166) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDAZu-0006qu-0b for bug-guix@gnu.org; Sat, 14 Mar 2020 13:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDAZt-0007e8-SB for bug-guix@gnu.org; Sat, 14 Mar 2020 13:28:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <6grx9FRPih3hxHGgVo9d3vCGjjriHVKokjKAj3oeSnG1ysbnlYVtWsnpIsc686BpdS2b3cEIKpptt2cN2nDw2_JBQ3iLLW1C8wwE_rTvl_4=@protonmail.com> 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: David Philipe Gil Cc: "39936@debbugs.gnu.org" <39936@debbugs.gnu.org> On Thu, Mar 12, 2020 at 08:58:19PM +0000, David Philipe Gil wrote: > I actually don't have a root profile in my home directory if that is > what you mean. However, removing the "LC_ALL=3Den_US.utf8" from the > "Environment=3D" line in "/etc/systemd/system/guix-daemon.service" seems > to have solved the issue! >=20 > Was that added by the install script? Will this be fixed/addressed? That LC_ALL bit was added to fix an earlier bug, . I'm not that familiar with how locales work so I'm not sure the best way forward here... so I'm CC-ing Ludovic, who worked on it previously.