From unknown Wed Jun 18 23:05:30 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#15450 <15450@debbugs.gnu.org> To: bug#15450 <15450@debbugs.gnu.org> Subject: Status: SORT failing on some lines Reply-To: bug#15450 <15450@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:05:30 +0000 retitle 15450 SORT failing on some lines reassign 15450 coreutils submitter 15450 sam@netinetics.com severity 15450 normal tag 15450 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 23 17:56:39 2013 Received: (at submit) by debbugs.gnu.org; 23 Sep 2013 21:56:39 +0000 Received: from localhost ([127.0.0.1]:59119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOE7S-0008VC-79 for submit@debbugs.gnu.org; Mon, 23 Sep 2013 17:56:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44334) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VNw38-0003Gi-Up for submit@debbugs.gnu.org; Sun, 22 Sep 2013 22:38:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNw2t-0000PF-Q6 for submit@debbugs.gnu.org; Sun, 22 Sep 2013 22:38:53 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNw2t-0000PA-NS for submit@debbugs.gnu.org; Sun, 22 Sep 2013 22:38:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNw2l-0006NV-Ka for bug-coreutils@gnu.org; Sun, 22 Sep 2013 22:38:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNw2d-0000MG-H5 for bug-coreutils@gnu.org; Sun, 22 Sep 2013 22:38:35 -0400 Received: from smtp-1.wmhost.com ([89.166.50.59]:55405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNw2d-0000Lu-9k for bug-coreutils@gnu.org; Sun, 22 Sep 2013 22:38:27 -0400 Received: from localhost (localhost [127.0.0.1]) by smtp-1.wmhost.com (Postfix) with ESMTP id 3B295C0EA7 for ; Mon, 23 Sep 2013 05:28:44 +0300 (EEST) X-Virus-Scanned: amavisd-new at smtp-1.wmhost.com Received: from smtp-1.wmhost.com ([127.0.0.1]) by localhost (smtp-1.wmhost.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id geRXeeh1WoFn for ; Mon, 23 Sep 2013 05:28:38 +0300 (EEST) Received: from webmail-1.wmhost.com (www-7.wmhost.com [89.166.51.57]) by smtp-1.wmhost.com (Postfix) with ESMTP id CDCA1C07AF for ; Mon, 23 Sep 2013 05:28:38 +0300 (EEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail-1.wmhost.com (Postfix) with ESMTP id B97CF5A141 for ; Mon, 23 Sep 2013 05:28:38 +0300 (EEST) Received: from host-92-20-162-118.as13285.net (host-92-20-162-118.as13285.net [92.20.162.118]) by webmail-1.wmhost.com (Horde Framework) with HTTP; Mon, 23 Sep 2013 05:28:38 +0300 Message-ID: <20130923052838.86335fr60rlkyul2@webmail-1.wmhost.com> Date: Mon, 23 Sep 2013 05:28:38 +0300 From: sam@netinetics.com To: bug-coreutils@gnu.org Subject: SORT failing on some lines MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.11) X-AuthUser: sam@netinetics.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 23 Sep 2013 17:56:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hi there. I am using Ubuntu Linux and the SORT command to sort a 605MB index file I have created from a wikipedia dump. The index file contains the article name followed by a separator and then the reference numbers of the byte offset within the wikipedia dump file. This Index file I have created needs to be sorted into alphabetical order so that it can be searched quickly. I have found that although most of the lines in the file are sorted correctly, some are not, and this is throwing off the index searching. While most items are alphabetically sorted, the following occurs (for example): "Universe (1960 film)" "Universe" "Yellow 2G" "Yellow" the lines are in the wrong order. My C++ program which searches the index expects that "Universe" comes before "Universe (1960 film)" when doing a string compare. Interestingly, if I copy these problem lines into a separate text file and run SORT on them, it sorts correctly. I have tried every switch combination I can think of but the problem remains. I am wondering if it is something to do with the size of the file I am trying to sort. 605 megabytes, about 10,000,000 lines of text. Again, most of the lines are sorted correctly, but some (and I haven't checked exactly how many, but am finding them at random) are not. Would appreciate any help or comments you could offer Many thanks Best regards, Sam Sam Brown Netinetics Oy PL 23 00251 Helsinki Finland From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 23 18:23:16 2013 Received: (at 15450) by debbugs.gnu.org; 23 Sep 2013 22:23:16 +0000 Received: from localhost ([127.0.0.1]:59179 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOEXD-0000h5-SA for submit@debbugs.gnu.org; Mon, 23 Sep 2013 18:23:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8886) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOEXA-0000gr-J4; Mon, 23 Sep 2013 18:23:14 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8NMNAYG018372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Sep 2013 18:23:10 -0400 Received: from [10.3.113.164] (ovpn-113-164.phx2.redhat.com [10.3.113.164]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8NMN8nQ000510; Mon, 23 Sep 2013 18:23:09 -0400 Message-ID: <5240BF4C.5060707@redhat.com> Date: Mon, 23 Sep 2013 16:23:08 -0600 From: Eric Blake Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: sam@netinetics.com Subject: Re: bug#15450: SORT failing on some lines References: <20130923052838.86335fr60rlkyul2@webmail-1.wmhost.com> In-Reply-To: <20130923052838.86335fr60rlkyul2@webmail-1.wmhost.com> X-Enigmail-Version: 1.5.2 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="92ceKmnag7MVf2ljBbk3eBxRsV5tJM3pC" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Spam-Score: -7.3 (-------) X-Debbugs-Envelope-To: 15450 Cc: 15450@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.3 (-------) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --92ceKmnag7MVf2ljBbk3eBxRsV5tJM3pC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable tag 15450 needinfo thanks On 09/22/2013 08:28 PM, sam@netinetics.com wrote: > While most items are alphabetically sorted, the following occurs (for > example): >=20 > "Universe (1960 film)" > "Universe" >=20 > "Yellow 2G" > "Yellow" It sounds like you might be falling foul of a FAQ: https://www.gnu.org/software/coreutils/faq/coreutils-faq.html#Sort-does-n= ot-sort-in-normal-order_0021 But to know that for sure, you need to provide more information: what locale settings are you using, and does your locale treat punctuation as insignificant when doing strcoll()? Are you using LC_ALL=3DC to force C locale sorting? >=20 > the lines are in the wrong order. My C++ program which searches the > index expects that "Universe" comes before "Universe (1960 film)" when > doing a string compare. >=20 > Interestingly, if I copy these problem lines into a separate text file > and run SORT on them, it sorts correctly. > I have tried every switch combination I can think of but the problem > remains. You didn't show the actual options you are trying, so it's hard to say without more information. Are those the full line that you are sorting, or are you sorting something more like this $ LC_ALL=3Den_US.UTF-8 sort -t/ foo Yellow 2G/1 Yellow/2 $ LC_ALL=3Den_US.UTF-8 sort -t/ -k1,1 foo Yellow/2 Yellow 2G/1 Note how in the en_US locale, which ignores punctuation, I was able to get a different sort order depending on whether I remembered to terminate the sort key at the separator, vs. letting it strcoll() on the full line. Have you played with the --debug option, to make sure you are sorting on what you THINK you should be sorting on? > I am wondering if it is something to do with the size of the file I am > trying to sort. 605 megabytes, about 10,000,000 lines of text. Again, > most of the lines are sorted correctly, but some (and I haven't checked= > exactly how many, but am finding them at random) are not. Most likely, the size of the file probably has nothing to do with it. To guarantee it is not a bad merge when sort uses multiple files, rerun your command with 'sort --parallel=3D1 $your_options...' to ensure that there are no temporary files to be merged (if there IS a bug with how temporaries are merged, we definitely want to fix that; it would show up with --parallel larger than 1). Again, I suspect it is in your locale or command line, but without enough details I can't prove that. So I'll leave this bug open while waiting for more details. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --92ceKmnag7MVf2ljBbk3eBxRsV5tJM3pC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSQL9MAAoJEKeha0olJ0NqXIEH/jn4q3CYkK+11yU3WE83ret1 uVaXkJ0KN2Y0G3QiSxEPIhPMFrPUVQ2Hy9CNiyfjX+TZa+rK+sp9W3ITA4p1eeYz vVedv851HCTzbQSvol9q4HN8gwO0N+ZNeE4UbHpBIMSJ5WXmwb78JSH69+vCQ6en Y7qBIQQ4JL5EwwLZPRtTtC0FdZqHThtKh3JdxSoiEsrgOtb4z8WcIIT6dYM2SPyw Txxq0Z85Z+EosVcc8I2cHHPQwTcyabq+ihUPiDn6IQOQJmaCtnab7mNUPwwRmrX0 8DJHC/p0GxzjFW2TANuFRUUvzRbEMrt4gSqRe+6sb+SkjBifWR+bCVIhrH0WzDw= =F8Ql -----END PGP SIGNATURE----- --92ceKmnag7MVf2ljBbk3eBxRsV5tJM3pC-- From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 25 15:41:59 2013 Received: (at 15450-done) by debbugs.gnu.org; 25 Sep 2013 19:41:59 +0000 Received: from localhost ([127.0.0.1]:35946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOuyF-0000M4-3p for submit@debbugs.gnu.org; Wed, 25 Sep 2013 15:41:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63443) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOuyB-0000Lq-U9; Wed, 25 Sep 2013 15:41:57 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8PJfsKI031850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 25 Sep 2013 15:41:54 -0400 Received: from [10.3.113.164] (ovpn-113-164.phx2.redhat.com [10.3.113.164]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8PJfrTn027463; Wed, 25 Sep 2013 15:41:53 -0400 Message-ID: <52433C80.6030805@redhat.com> Date: Wed, 25 Sep 2013 13:41:52 -0600 From: Eric Blake Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: sam@netinetics.com, 15450-done@debbugs.gnu.org Subject: Re: bug#15450: SORT failing on some lines References: <20130923052838.86335fr60rlkyul2@webmail-1.wmhost.com> <5240BF4C.5060707@redhat.com> <20130925212837.436732felewg64b9@webmail-1.wmhost.com> In-Reply-To: <20130925212837.436732felewg64b9@webmail-1.wmhost.com> X-Enigmail-Version: 1.5.2 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qGFhiwpqOCUiMeFFujiVfllX1fNEoHdBb" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Spam-Score: -7.0 (-------) X-Debbugs-Envelope-To: 15450-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.0 (-------) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --qGFhiwpqOCUiMeFFujiVfllX1fNEoHdBb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable tag 15450 -moreinfo tag 15450 +notabug thanks On 09/25/2013 12:28 PM, sam@netinetics.com wrote: >=20 > Hello Eric, > Thank you kindly for your speedy reply. > I should apologize for the lack of information included with my email. > It was a hurried one. Re-adding the list for closure, with permission. >=20 > In fact your suggestions and link and a bit of tinkering have cured the= > problem. SORT works fine it seems. I should have had more faith. > The problem was purely with Locale, which I read up on in the FAQ link > you sent. I had looked at Locale previously but didn't seem to have any= > success with it. I had also been trying various options for SORT, > including -i, -d and even the field separation. (-t'#' -k1,1) I didn't > have any luck but I realized after reading through your reply that it > was the combination of these things which hadn't come right. >=20 > I'd just like to add here for anybody else who stumbles across this sam= e > problem, a description of the problem I was having in more detail (now > solved) >=20 > The text file was a 605MB list of title texts extracted from Wikipedia,= > separated by a #--# and followed by the 'long long' integer offsets of > where the article appeared in the dump file. (XML) > Example lines: >=20 > Alps Electric#--#7701298893,12,24,364,394,420 > Alps Electric Co.#--#4280442890,12,28,339,3144,3170 > Alps Electric Corporation#--#9562165739,12,36,447,477,503 >=20 > My machine was set to en-GB locale, although I had switched this to > en-US with same (wrong) results. >=20 > It was necessary to set the locale to LC_ALL=3DC and also to instruct S= ORT > only to look at the first field (up to the first #) using the -t'#' and= > -k1,1 switches as you mentioned. > Obvious really, but the combination of the two is what caused my confus= ion. >=20 > It is really worth reading up on Locale for anybody using SORT and othe= r > utilities as it can profoundly change the results of an operation. > Even setting locale to en-US doesn't help, as I read in the FAQ you > linked, because en-US quite drastically reduces sort possibilities > (case, punctuation etc ignored) >=20 > I'm sorry for the bother - but you put me on the right track. > Many thanks for that. Glad to hear it. As such, I've closed the bug in the tracker. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --qGFhiwpqOCUiMeFFujiVfllX1fNEoHdBb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSQzyBAAoJEKeha0olJ0Nqi/oH/2ImpSmyvzV0OR1kWS9cevjS cbhbUmomH46o9s3SzNs0w9sZmsVi9EU++jTk9lKsNXc+6FOlzq38b7D/+1pS1zoJ favIGiTOoORZIysqtXaoNN2JOkKDJwkIvXgJcPHEV+5WSEYNsD3Scz6H9FJK9QHn I1qmTL8ZyNtKEw14E35VBc0z/4oP5TBqBaL+6J5JSEvdOcrGVCg+oCz0NI5m/hk0 EMfKBBRJeiTgHP1rjR3ye4mr08wgaTBGda0iRfMT2Fyzjb5sDCDj23mnS5+R8gbi B+4nP+2llINh0+eEaopGHc0gBpuleZM93h10BEfz0fPjgs8QzrHkPJ4Lu6q1GVU= =fjiC -----END PGP SIGNATURE----- --qGFhiwpqOCUiMeFFujiVfllX1fNEoHdBb-- From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 25 15:44:16 2013 Received: (at control) by debbugs.gnu.org; 25 Sep 2013 19:44:16 +0000 Received: from localhost ([127.0.0.1]:35960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOv0S-0000QZ-Fp for submit@debbugs.gnu.org; Wed, 25 Sep 2013 15:44:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2984) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VOv0P-0000QP-Sj for control@debbugs.gnu.org; Wed, 25 Sep 2013 15:44:15 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8PJiDJU032372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Sep 2013 15:44:13 -0400 Received: from [10.3.113.164] (ovpn-113-164.phx2.redhat.com [10.3.113.164]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r8PJiCxu003098 for ; Wed, 25 Sep 2013 15:44:13 -0400 Message-ID: <52433D0C.4070709@redhat.com> Date: Wed, 25 Sep 2013 13:44:12 -0600 From: Eric Blake Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: GNU bug tracker automated control server Subject: Re: Processed (with 2 errors): Re: bug#15450: SORT failing on some lines References: <52433C80.6030805@redhat.com> In-Reply-To: X-Enigmail-Version: 1.5.2 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wOp6VH83Is8A8w125LxTF7NnDmC3t07qe" X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Spam-Score: -7.0 (-------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.0 (-------) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wOp6VH83Is8A8w125LxTF7NnDmC3t07qe Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable tag 15450 - moreinfo tag 15450 + notabug thanks On 09/25/2013 01:42 PM, GNU bug tracker automated control server wrote: > Processing commands for control@debbugs.gnu.org: >=20 >> tag 15450 -moreinfo > Unknown tag/s: -moreinfo. > Recognized are: patch wontfix moreinfo unreproducible fixed notabug pen= ding help security confirmed easy. >=20 >> tag 15450 +notabug > Unknown tag/s: +notabug. > Recognized are: patch wontfix moreinfo unreproducible fixed notabug pen= ding help security confirmed easy. >=20 >> thanks > Stopping processing here. >=20 > Please contact help-debbugs@gnu.org if you need assistance. >=20 > GNU bugs database, http://debbugs.gnu.org/ >=20 >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --wOp6VH83Is8A8w125LxTF7NnDmC3t07qe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSQz0MAAoJEKeha0olJ0NqSKkIAIh4zU9WWKNufRQ+uVKSuZPA 9Of93dnGnPH2WNzH7yJHROb2db9QWKdonnn+RHfgLjP8wL93nVdaWUxAgBK6EyGr tIxKEKkvhfMklQV1yl5uJ5dEo7QdygibSsgL/WyrxNnykhoO44sCmFk5XC5mleRh YYykWgjpEbxImbGByjPh35BLHKnTPk2TCYrWbkO1kPx3WkgBiPE02I+To+wrKcms vEP+od+kuy8NlI1vRs090J/AM/0zLP7L6BJCJsxGLWmSsrRyg31fIzd5ukAl9zt7 wZ3jy59HLEeLGR5IKb2oXHS0I3kRIWFl8Ovyw0LG0QNqtTp4IyW1nfwJ22sJJiY= =e7iA -----END PGP SIGNATURE----- --wOp6VH83Is8A8w125LxTF7NnDmC3t07qe-- From unknown Wed Jun 18 23:05:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 24 Oct 2013 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