From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/2] Avoiding incompatible locale data in LOCPATH Date: Sun, 04 Oct 2015 10:09:09 +0200 Message-ID: <878u7j838a.fsf@gnu.org> References: <1443736716-8578-1-git-send-email-ludo@gnu.org> <87lhbmqglz.fsf@netris.org> <87eghdcivt.fsf@gnu.org> <87d1wv8uhh.fsf@gnu.org> <57a0ff0439d41dea5d6b6d2f876522f2@openmailbox.org> 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]:47193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZieM7-0002D2-CD for guix-devel@gnu.org; Sun, 04 Oct 2015 04:09:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZieM6-0006EP-LV for guix-devel@gnu.org; Sun, 04 Oct 2015 04:09:15 -0400 In-Reply-To: <57a0ff0439d41dea5d6b6d2f876522f2@openmailbox.org> (Daniel Pimentel's message of "Sat, 03 Oct 2015 19:56:14 -0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Daniel Pimentel Cc: guix-devel@gnu.org, beffa@ieee.org Daniel Pimentel skribis: > I added 'export LC_ALL=3D"C"' in my ~.bashrc. > > I'll to do upgrade and report it. With LC_ALL=3DC, one sidesteps the problem. For real testing, you need to use LC_ALL=3Dpt_BR.utf8 or something like that. Ludo=E2=80=99.