From debbugs-submit-bounces@debbugs.gnu.org Mon May 14 17:53:47 2012 Received: (at submit) by debbugs.gnu.org; 14 May 2012 21:53:47 +0000 Received: from localhost ([127.0.0.1]:54836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SU3Cr-0002lO-0U for submit@debbugs.gnu.org; Mon, 14 May 2012 17:53:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38347) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SU32F-0002VN-Bf for submit@debbugs.gnu.org; Mon, 14 May 2012 17:42:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU328-0004zh-Gm for submit@debbugs.gnu.org; Mon, 14 May 2012 17:42:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,TO_NO_BRKTS_PCNT autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:41181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU328-0004zd-DR for submit@debbugs.gnu.org; Mon, 14 May 2012 17:42:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU0vv-0005Qa-Sf for bug-coreutils@gnu.org; Mon, 14 May 2012 15:27:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU0vs-0003DS-Gq for bug-coreutils@gnu.org; Mon, 14 May 2012 15:27:51 -0400 Received: from minas.ics.muni.cz ([147.251.4.40]:47607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU0vs-0003Cq-78 for bug-coreutils@gnu.org; Mon, 14 May 2012 15:27:48 -0400 Received: from album.ics.muni.cz (album.ics.muni.cz [147.251.23.20]) by minas.ics.muni.cz (8.13.8/8.13.8/SuSE Linux 0.8) with SMTP id q4EJRg1q025156 for ; Mon, 14 May 2012 21:27:43 +0200 Received: by album.ics.muni.cz (sSMTP sendmail emulation); Mon, 14 May 2012 21:27:42 +0200 Date: Mon, 14 May 2012 21:27:42 +0200 From: Petr Pisar To: bug-coreutils@gnu.org Subject: Message src/fmt.c:285 marked as c-formatted string erroneously Message-ID: <20120514192742.GB3073@album.bayer.uni.cx> Mail-Followup-To: bug-coreutils@gnu.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="p4qYPpj5QlsIQJ0K" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Muni-Spam-TestIP: 147.251.23.20 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (minas.ics.muni.cz [147.251.4.35]); Mon, 14 May 2012 21:27:44 +0200 (CEST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 14 May 2012 17:53:27 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -6.1 (------) --p4qYPpj5QlsIQJ0K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, coreutils-8.17 contains this message: #: src/fmt.c:285 #, c-format msgid "" " -t, --tagged-paragraph indentation of first line different from second\n" " -u, --uniform-spacing one space between words, two after sentences\n" " -w, --width=WIDTH maximum line width (default of 75 columns)\n" " -g, --goal=WIDTH goal width (default of 93% of width)\n" The message is detected by xgettext as C formatted string because of the percentage character. The problem is such string does not pass through msgfmt tool while compiling the catalog because the '% ' is not a valid printf sequence. Solution is to suppress the auto-detection by adding /*xgettext:no-c-format*/ before the fputs() line in the source code. -- Petr --p4qYPpj5QlsIQJ0K Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iF4EABEIAAYFAk+xXK4ACgkQEsnFx2fG+qIrSgD/fEJF0uZg23yrE2AnJDijn3Rr K1ZBHQMFKMQQz0mGBbEBAKDOgyzuoHQfp15eY/AEDRnMfv5p+x36djevdSAOI6WS =QCpD -----END PGP SIGNATURE----- --p4qYPpj5QlsIQJ0K-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 14 18:03:17 2012 Received: (at 11472) by debbugs.gnu.org; 14 May 2012 22:03:17 +0000 Received: from localhost ([127.0.0.1]:54843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SU3MJ-00030L-A0 for submit@debbugs.gnu.org; Mon, 14 May 2012 18:03:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14310) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SU3ME-000307-RZ; Mon, 14 May 2012 18:03:13 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4EM38ac014840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 14 May 2012 18:03:09 -0400 Received: from [10.3.113.130] (ovpn-113-130.phx2.redhat.com [10.3.113.130]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q4EM38bQ009365; Mon, 14 May 2012 18:03:08 -0400 Message-ID: <4FB1811C.70209@redhat.com> Date: Mon, 14 May 2012 16:03:08 -0600 From: Eric Blake Organization: Red Hat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: 11472@debbugs.gnu.org Subject: Re: bug#11472: Message src/fmt.c:285 marked as c-formatted string erroneously References: <20120514192742.GB3073@album.bayer.uni.cx> In-Reply-To: <20120514192742.GB3073@album.bayer.uni.cx> X-Enigmail-Version: 1.4.1 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig5075D99EB51E67D8DA88FF97" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11472 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -6.9 (------) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5075D99EB51E67D8DA88FF97 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable merge 11470 11472 thanks On 05/14/2012 01:27 PM, Petr Pisar wrote: > The problem is such string does not pass through msgfmt tool while comp= iling > the catalog because the '% ' is not a valid printf sequence. >=20 > Solution is to suppress the auto-detection by adding /*xgettext:no-c-fo= rmat*/ > before the fputs() line in the source code. Thanks. You're the third person to report this today, but the first to provide a potential patch. Are you comfortable submitting that fix in 'git format-patch' form with a proper commit message? If not, we will probably do it on your behalf in the next 24 hours or so. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig5075D99EB51E67D8DA88FF97 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.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPsYEcAAoJEKeha0olJ0NqoGQH/2/nY75BqP0tG6+3R2kkp5U8 X5KFKWpc7tb7wo1Wo6Nj7m4gqqNd/WjBUd+XGcugKDy67yy1NL7WeBJGWtEg0l1e uKkVJSr6a/SU4qZcUdCMUU9nwGE4c0WhBwCTkkb1l7LqFCKEGT1kZxd6/0oRCCqR Pt7kEapKJKnxehXVDZhO98vu2rJjxjy+rbiRijghdI9IGg290Aj/jVO/kHoBU9v7 6CrGVARWBv4ezN45JhEHgls0/I/DdDAMMH6mN1gN79yzb0fVSpnksd6k1Z9i44hA zv2Iv0ZdMHdinltcfW/+GY/9EYr6ktO+Iw8/JF4+m+7XTJCH4r+KEDGVVAFS73Y= =hu0U -----END PGP SIGNATURE----- --------------enig5075D99EB51E67D8DA88FF97-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 14 18:42:04 2012 Received: (at submit) by debbugs.gnu.org; 14 May 2012 22:42:04 +0000 Received: from localhost ([127.0.0.1]:54868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SU3xs-0004jW-6g for submit@debbugs.gnu.org; Mon, 14 May 2012 18:42:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33302) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SU3xY-0004im-4y for submit@debbugs.gnu.org; Mon, 14 May 2012 18:42:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU3xR-0008NO-9g for submit@debbugs.gnu.org; Mon, 14 May 2012 18:41:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:35340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU3xR-0008NH-6L for submit@debbugs.gnu.org; Mon, 14 May 2012 18:41:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU3xO-0000Yw-Nj for bug-coreutils@gnu.org; Mon, 14 May 2012 18:41:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU3xL-0008Lk-9c for bug-coreutils@gnu.org; Mon, 14 May 2012 18:41:34 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:43111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU3xL-0008LT-2l for bug-coreutils@gnu.org; Mon, 14 May 2012 18:41:31 -0400 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Vrxj40VlGz3hhXV for ; Tue, 15 May 2012 00:41:27 +0200 (CEST) Received: from igel.home (ppp-93-104-130-99.dynamic.mnet-online.de [93.104.130.99]) by mail.mnet-online.de (Postfix) with ESMTPA id 3Vrxj32qktz4KK46 for ; Tue, 15 May 2012 00:41:27 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 807D3CA2A0; Tue, 15 May 2012 00:41:26 +0200 (CEST) From: Andreas Schwab To: bug-coreutils@gnu.org Subject: Re: bug#11472: Message src/fmt.c:285 marked as c-formatted string erroneously References: <20120514192742.GB3073@album.bayer.uni.cx> X-Yow: This ASIAGO-N-DRIED TOMATO combo would taste a lot better between two plastic SIPPER LIDS! Date: Tue, 15 May 2012 00:41:25 +0200 In-Reply-To: <20120514192742.GB3073@album.bayer.uni.cx> (Petr Pisar's message of "Mon, 14 May 2012 21:27:42 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.96 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -6.9 (------) Petr Pisar writes: > The problem is such string does not pass through msgfmt tool while compiling > the catalog because the '% ' is not a valid printf sequence. Actually, it is. The format is 'o' with a space flag. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 00:17:22 2012 Received: (at control) by debbugs.gnu.org; 16 May 2012 04:17:22 +0000 Received: from localhost ([127.0.0.1]:56902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUVft-0000ZU-SW for submit@debbugs.gnu.org; Wed, 16 May 2012 00:17:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43299) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUVfp-0000Z7-Qd; Wed, 16 May 2012 00:17:19 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4G4H4Mk011565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 16 May 2012 00:17:04 -0400 Received: from [10.3.113.4] ([10.3.113.4]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q4G4H3Ci002968; Wed, 16 May 2012 00:17:03 -0400 Message-ID: <4FB32A3E.5070508@redhat.com> Date: Tue, 15 May 2012 22:17:02 -0600 From: Eric Blake Organization: Red Hat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Chusslove Illich Subject: Re: bug#11483: [Translation-i18n] Problem with translation of coreutils 8.17 References: <201205152314.55942.caslav.ilic@gmx.net> In-Reply-To: <201205152314.55942.caslav.ilic@gmx.net> X-Enigmail-Version: 1.4.1 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig670212B715C4695E30437748" X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control Cc: translation-i18n@lists.sourceforge.net, primozz.peterlin@gmail.com, 11483@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -6.9 (------) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig670212B715C4695E30437748 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable merge 11470 11483 thanks On 05/15/2012 03:14 PM, Chusslove Illich wrote: >> [: Primoz PETERLIN :] >> Apparently, msgfmt interprets "% o" in the help text of the --goal opt= ion >> as a format specifier. >=20 > When that happens, you add such a comment line just before the problema= tic > gettext call: >=20 > /* xgettext: no-c-format */ > gettext("...93% of width...") >=20 > The extracted message will then have no-c-format flag instead of c-form= at, > thus not triggering format validation. This is documented in section 4.= 6 of > Gettext manual. This is the fourth report of the same issue within 48 hours, and second mention of the solution, but still no one has submitted the solution as an actual patch. We will get the problem fixed, but an actual patch would make it easier. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig670212B715C4695E30437748 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.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPsyo+AAoJEKeha0olJ0NquyIIAIHJzyzt7CkPAF/cpV6I1doJ GvHbGygPaaoKTADesP+MlOUCSAF0ut/A2Ku84BHC1zqWLJjUZeKN5zulUFlYW4fj Fy+ZRpLcDTN1a5IYytDk46VWYnzVC6bgdvPduwvqVhSwAWFX/O3HyhK3nod8brbG VgKcO9zZhCvIqGaTTPkB4gm/s9x4hW7vr0r3s8ueme6hhDOHYAGXOYOgpsZ//Hcy QR8srEU0bAD8yPMOg6ymygEzKfwccVDyNKadwmJUqdY4oJ8q2Ta9zs5A5PLwZwNZ rEroq/VggRPUJZpY3TSSKcDaiEj0Qb4qZWi85ZOw7I6FYOvEfJyWABqzC/GOyz0= =vsGJ -----END PGP SIGNATURE----- --------------enig670212B715C4695E30437748-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 19:10:32 2012 Received: (at control) by debbugs.gnu.org; 16 May 2012 23:10:32 +0000 Received: from localhost ([127.0.0.1]:58238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUnMW-0006wR-DI for submit@debbugs.gnu.org; Wed, 16 May 2012 19:10:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57750) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SUnMR-0006w9-8k; Wed, 16 May 2012 19:10:29 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4GNAEQ7002845 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 16 May 2012 19:10:14 -0400 Received: from [10.3.113.4] ([10.3.113.4]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q4GNADb4017627; Wed, 16 May 2012 19:10:13 -0400 Message-ID: <4FB433D5.1050604@redhat.com> Date: Wed, 16 May 2012 17:10:13 -0600 From: Eric Blake Organization: Red Hat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Ivan Vilata i Balaguer Subject: Re: bug#11494: Accidental format string prevents translation References: <20120516224837.GA3653@edgar.selidor.net> In-Reply-To: <20120516224837.GA3653@edgar.selidor.net> X-Enigmail-Version: 1.4.1 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig0ABC1521668595FAECBCB6D1" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control Cc: 11494@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -6.9 (------) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0ABC1521668595FAECBCB6D1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable forcemerge 11470 11494 thanks On 05/16/2012 04:48 PM, Ivan Vilata i Balaguer wrote: > Hi, in coreutils 8.17 (and in current git), `fmt.c` contains the follow= ing > help line: >=20 > -g, --goal=3DWIDTH goal width (default of 93% of width) >=20 > The percent is interpreted (at least by `msgfmt`) as the start of a `%o= ` > format string, thus translations are forced to have an "o" after `93%` = which > makes things quite difficult. ;) >=20 > Changing `93%` by `93%%` should do the job. Thanks, Thanks for the report; however, you're the fifth person to report this in 48 hours, and it has already been fixed in current git: http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=3De2bd5cda0a34 --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig0ABC1521668595FAECBCB6D1 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.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPtDPVAAoJEKeha0olJ0NqGkUH+gIvN8A5ri7ygL1zLNt1CmA/ nWNZYf30iloHyFwRnX3hC+9Tq+qDpHDLoAi+pMGSD2mRC7dVMp2UUNpf6k9cRbO0 mVNsKkNOEfj6y/cBMmk2FTGMkhyrl1M2tzbr9GaGA309cfC4/bqegWyem/KcU9Wz Mq5VWMlFREmzPh3WRlKvznYI6Y4f+TrYYpOaG5hHXt9XNAY9O7MHKNJ7MrwtZ2Kl rM+uRP+8hEW4KNkhOvImWdyAdZJAmX5yT5rARSe0+XzOqz4JZN/khautGcnKwYav /vFU4/MDIVqKBE7dMSpvMLF0DxbXRJQCiejrQFJdSIO7255gzbEStmBLO4CqIYs= =dfE+ -----END PGP SIGNATURE----- --------------enig0ABC1521668595FAECBCB6D1-- From unknown Mon Jun 23 20:19:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 15 Jun 2012 11:24:02 +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 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 19 10:54:22 2012 Received: (at control) by debbugs.gnu.org; 19 Jun 2012 14:54:22 +0000 Received: from localhost ([127.0.0.1]:48690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgzoz-0008Ox-9H for submit@debbugs.gnu.org; Tue, 19 Jun 2012 10:54:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2018) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgzow-0008Oo-4f for control@debbugs.gnu.org; Tue, 19 Jun 2012 10:54:20 -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 q5JEosHn002436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Jun 2012 10:50:54 -0400 Received: from [10.3.113.98] (ovpn-113-98.phx2.redhat.com [10.3.113.98]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q5JEorYE022697 for ; Tue, 19 Jun 2012 10:50:54 -0400 Message-ID: <4FE091CD.4080507@redhat.com> Date: Tue, 19 Jun 2012 08:50:53 -0600 From: Eric Blake Organization: Red Hat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: Re: Processed: Re: bug#11740: Message erroneously marked c-format in coreutils.pot from 8.17 References: <4FE08359.9070705@redhat.com> <4FE0851B.8000808@redhat.com> In-Reply-To: <4FE0851B.8000808@redhat.com> X-Enigmail-Version: 1.4.2 OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigCFB3E87A2FCDAEFB7C554D62" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -6.9 (------) This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCFB3E87A2FCDAEFB7C554D62 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable unarchive 11470 forcemerge 11470 11740 thanks >=20 > On 06/19/2012 07:53 AM, GNU bug Tracking System wrote: >> Processing commands for control@debbugs.gnu.org: >> >>> forcemerge 11470 11740 >> bug number 11470 not found. (Is it archived?) >> >>> thanks >> Stopping processing here. >> >> Please contact help-debbugs@gnu.org if you need assistance. >> >> GNU bugs database, http://debbugs.gnu.org/ >> >> >=20 --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigCFB3E87A2FCDAEFB7C554D62 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.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJP4JHNAAoJEKeha0olJ0NqdVYH/0+T0Q88+NfHOK51vQiOQNfU Ii4YWC96W8ovY0sO/QsigUAgUnHXmN6qawfHmUjVJBgwd0TYoY0G5VTd3xkkdX9p DowA69CMwjyz8yNh4Ez0/PlZrnBq6uDuAXQN+2mYC671HUc8Q7auodV/6hjMYttE rmI6xBP1IzOnXoxn34ADkj5zjlZ5LLkPLXyJWxm4IhKjIwbldGIYTYzrZkqQFTKb Sbe4kin1vjaN77NuyZUDwO+n80UWVijvwf8Buu47CTJm15JY3xUTyVJvaeGXHxtQ 9MalLJx1jE0Za0yrr281Asvrtnsh8cXVTn4OgcOWd0M8mJ2ju/rQ0FWh9fBko4A= =S04b -----END PGP SIGNATURE----- --------------enigCFB3E87A2FCDAEFB7C554D62-- From unknown Mon Jun 23 20:19:44 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, 18 Jul 2012 11:24:03 +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