From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#39970: guix commands broken on Azerbaijani 'az_AZ' and Turkish 'tr_TR' locales Date: Wed, 18 Mar 2020 07:47:12 +0100 Message-ID: <20200318064712.iycghze5nnr7q777@pelzflorian.localdomain> References: <20200307120052.ocwzphlvemvmb2ts@pelzflorian.localdomain> <20200307152003.myj7jkjthokbmark@pelzflorian.localdomain> <20200308070804.ylpb5yrwpgbc3p3w@pelzflorian.localdomain> <8736ah1mxb.fsf@gnu.org> <20200312110206.2hsinzejnmcefmot@pelzflorian.localdomain> <874kutsgmx.fsf@gnu.org> <20200317094443.cnajoi4yuzvxaafe@pelzflorian.localdomain> <87wo7ibrwe.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38189) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jESUl-0007qQ-DN for bug-guix@gnu.org; Wed, 18 Mar 2020 02:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jESUk-0006Ah-Dg for bug-guix@gnu.org; Wed, 18 Mar 2020 02:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33808) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jESUk-0006Aa-AG for bug-guix@gnu.org; Wed, 18 Mar 2020 02:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jESUk-0003Bx-46 for bug-guix@gnu.org; Wed, 18 Mar 2020 02:48:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87wo7ibrwe.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 39970@debbugs.gnu.org On Tue, Mar 17, 2020 at 10:20:01PM +0100, Ludovic Courtès wrote: > "pelzflorian (Florian Pelz)" skribis: > > `LC_ALL=tr_TR.utf8 make check` is still very unhappy though. > > There are many failures. I will continue to investigate later today. > > OK. The tests fail to many other uses of [a-z] in regexps. I will look; for e.g. guix/import/cran.scm (if (string-match "^[A-Za-z][^ :]+:( |\n|$)" line) …) it would be easier and clearer to just list [a-z] explicitly: > LGTM, thank you! :) Pushed as 771c5e155d7862ed91a5d503eecc00c1db1150ad. Regards, Florian