From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25691: locale generation is broken Date: Sun, 12 Feb 2017 18:46:28 +0100 Message-ID: <87k28vti8b.fsf@gnu.org> References: <20170211162403.tcetctlvvdp5u5dq@wasp> <87mvds1lal.fsf@gnu.org> <20170211224257.22d3gr2ajqtaj6uw@wasp> <20170212103807.eccavyrjmhsz7gal@wasp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccyEr-0002rY-GK for bug-guix@gnu.org; Sun, 12 Feb 2017 12:47:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccyEo-000565-4R for bug-guix@gnu.org; Sun, 12 Feb 2017 12:47:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39083) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ccyEo-000561-0s for bug-guix@gnu.org; Sun, 12 Feb 2017 12:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ccyEn-00049a-P0 for bug-guix@gnu.org; Sun, 12 Feb 2017 12:47:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170212103807.eccavyrjmhsz7gal@wasp> (ng0's message of "Sun, 12 Feb 2017 10:38:07 +0000") 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.org@gnu.org Sender: "bug-Guix" To: ng0 Cc: 25691@debbugs.gnu.org ng0 skribis: > I'm not impatient, I just did a check on a third computer which differs > from the other two. I was able to rule out that the set of services is > to blame, the only lines they share is this: > > (locale-libcs (list glibc-2.23 (canonical-package glibc)))=20 > (locale "en_US.UTF-8") After some more investigation, this turns out to be an instance of , which is fixed in core-updates but not in master yet. For now a workaround is the one you gave. :-/ Ludo=E2=80=99.