From unknown Tue Aug 19 14:23:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#6217 <6217@debbugs.gnu.org> To: bug#6217 <6217@debbugs.gnu.org> Subject: Status: new test failure: misc/sort-debug-keys Reply-To: bug#6217 <6217@debbugs.gnu.org> Date: Tue, 19 Aug 2025 21:23:56 +0000 retitle 6217 new test failure: misc/sort-debug-keys reassign 6217 coreutils submitter 6217 Jim Meyering severity 6217 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue May 18 17:15:50 2010 Received: (at submit) by debbugs.gnu.org; 18 May 2010 21:15:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEU8k-0003qq-H5 for submit@debbugs.gnu.org; Tue, 18 May 2010 17:15:50 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEU8h-0003qi-OK for submit@debbugs.gnu.org; Tue, 18 May 2010 17:15:49 -0400 Received: from lists.gnu.org ([199.232.76.165]:60387) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OEU8Z-00075c-0W for submit@debbugs.gnu.org; Tue, 18 May 2010 17:15:39 -0400 Received: from [140.186.70.92] (port=33309 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEU8W-000835-Ah for bug-coreutils@gnu.org; Tue, 18 May 2010 17:15:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEU8T-0002RS-0P for bug-coreutils@gnu.org; Tue, 18 May 2010 17:15:34 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:55429) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEU8S-0002QY-Ap for bug-coreutils@gnu.org; Tue, 18 May 2010 17:15:32 -0400 Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id 8FDE994016B for ; Tue, 18 May 2010 23:15:27 +0200 (CEST) Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp1-g21.free.fr (Postfix) with ESMTP for ; Tue, 18 May 2010 23:15:25 +0200 (CEST) Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 616AFABE; Tue, 18 May 2010 23:15:25 +0200 (CEST) From: Jim Meyering To: bug-coreutils@gnu.org Subject: new test failure: misc/sort-debug-keys Date: Tue, 18 May 2010 23:15:25 +0200 Message-ID: <87d3wsud1u.fsf@meyering.net> Lines: 72 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit Cc: =?utf-8?Q?P=C3=A1draig?= Brady X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) Hi P=C3=A1draig, I've just noticed this failure: http://hydra.nixos.org/build/411307/nixlog/1/raw but don't have time to look at it now. I suspect that LC_ALL=3Dnone is the problem. FAIL: misc/sort-debug-keys (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D sort: key 1 is numeric and spans multiple fields + printf '2,,3\n2.4\n' + sort -s -k1n --debug sort: using simple byte comparison sort: key 1 is numeric and spans multiple fields + printf '1a\x002b\x00' + sort -s -n -z --debug sort: using simple byte comparison + compare out exp + diff -u out exp + cat + test none + echo ' 1=C3=82=C2=B2---++3 1,234 Mi' + LC_ALL=3DC + sort --debug -k2g -k1b,1 sort: using simple byte comparison sort: key 1 is numeric and spans multiple fields + echo ' 1=C3=82=C2=B2---++3 1,234 Mi' + LC_ALL=3Dnone + sort --debug -k2g -k1b,1 sort: using simple byte comparison sort: key 1 is numeric and spans multiple fields + echo '+1234 1234Gi 1,234M' + LC_ALL=3Dnone + sort --debug -k1,1n -k1,1g -k1,1h -k2,2n -k2,2g -k2,2h -k3,3n -k3,3g -k3,= 3h sort: using simple byte comparison + compare out exp + diff -u out exp --- out 2010-05-18 19:07:46.569714878 +0000 +++ exp 2010-05-18 19:07:46.564714926 +0000 @@ -3,9 +3,9 @@ _________ ________________________ 1=C3=82=C2=B2---++3 1,234 Mi - _ - _________ -________________________ + _____ + ________ +_______________________ +1234 1234Gi 1,234M ^ no match for key _____ @@ -13,7 +13,7 @@ ____ ____ ______ - _ - _ - _ + _____ + _____ + ______ ___________________ + fail=3D1 + Exit 1 + set +e + exit 1 + exit 1 + remove_tmp_ + __st=3D1 From debbugs-submit-bounces@debbugs.gnu.org Tue May 18 18:53:59 2010 Received: (at 6217-done) by debbugs.gnu.org; 18 May 2010 22:53:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEVfi-0004bT-5J for submit@debbugs.gnu.org; Tue, 18 May 2010 18:53:58 -0400 Received: from mail1.slb.deg.dub.stisp.net ([84.203.253.98]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OEVff-0004bK-Hi for 6217-done@debbugs.gnu.org; Tue, 18 May 2010 18:53:56 -0400 Received: (qmail 40300 invoked from network); 18 May 2010 22:53:50 -0000 Received: from unknown (HELO ?192.168.2.25?) (84.203.137.218) by mail1.slb.deg.dub.stisp.net with SMTP; 18 May 2010 22:53:50 -0000 Message-ID: <4BF319F9.6040208@draigBrady.com> Date: Tue, 18 May 2010 23:51:37 +0100 From: =?UTF-8?B?UMOhZHJhaWcgQnJhZHk=?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: Jim Meyering Subject: Re: bug#6217: new test failure: misc/sort-debug-keys References: <87d3wsud1u.fsf@meyering.net> In-Reply-To: <87d3wsud1u.fsf@meyering.net> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 6217-done Cc: 6217-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) On 18/05/10 22:15, Jim Meyering wrote: > Hi Pádraig, > > I've just noticed this failure: > > http://hydra.nixos.org/build/411307/nixlog/1/raw > > but don't have time to look at it now. > I suspect that LC_ALL=none is the problem. Sigh, I noticed the failure right after I checked in, and thought I had fixed it with 144d6e5f, but misread the tarball and manual successes as a build success :( This should hopefully fix it. sorry, Pádraig. diff --git a/tests/misc/sort-debug-keys b/tests/misc/sort-debug-keys index 0f05025..6714a47 100755 --- a/tests/misc/sort-debug-keys +++ b/tests/misc/sort-debug-keys @@ -300,7 +300,8 @@ _____ ___________________ EOF -if test "$LOCALE_FR_UTF8"; then +: ${LOCALE_FR_UTF8=none} +if test "$LOCALE_FR_UTF8" != "none"; then From unknown Tue Aug 19 14:23:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 16 Jun 2010 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator