From unknown Wed Aug 20 01:18:12 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#53309 <53309@debbugs.gnu.org> To: bug#53309 <53309@debbugs.gnu.org> Subject: Status: Newly-added python-piexif fails to patch source due to CRLF(?) Reply-To: bug#53309 <53309@debbugs.gnu.org> Date: Wed, 20 Aug 2025 08:18:12 +0000 retitle 53309 Newly-added python-piexif fails to patch source due to CRLF(?) reassign 53309 guix submitter 53309 Tobias Geerinckx-Rice severity 53309 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 16 17:48:11 2022 Received: (at submit) by debbugs.gnu.org; 16 Jan 2022 22:48:11 +0000 Received: from localhost ([127.0.0.1]:44422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9EJm-0005Py-Rk for submit@debbugs.gnu.org; Sun, 16 Jan 2022 17:48:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:46644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9EJk-0005Pq-Dk for submit@debbugs.gnu.org; Sun, 16 Jan 2022 17:48:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58222) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9EJk-0003sm-6v for bug-guix@gnu.org; Sun, 16 Jan 2022 17:48:08 -0500 Received: from [2a02:c205:2020:6054::1] (port=41740 helo=tobias.gr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9EJi-0003cs-6P for bug-guix@gnu.org; Sun, 16 Jan 2022 17:48:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=DK+dh+B0oQ0LW dpmMMDJTZeQm+C50SYDx+f59jLdgzo=; h=date:subject:cc:to:from; d=tobias.gr; b=Gu+xG4QfOh0KQVIkURJ0P0thybxzKq7E45lCI3rtpkwasptiVIbsNvk mIa/8dauhCD3Bgq72iQvYKb//icjNgESDgP4EELLk0mzGd4Qph/mRbgX8buiO+wDBRx3fw LAnv9sfGDVwF6L8vZTuKMg2hLzGillCoxIUuApWZ9b6EPsAAL6nw3AgXsCNNc54OCJfkDv xXwksqE2v42Y/PZJLhaZzE+rQoZAzlCt/mku7nX2Njwnvts2Xl7FAnbMMqzToimAf6hgBd vVqmUHP89oc3lzOgd/VrV7UmNguDKUPKlYPONH1b0t43796RK8Hefem9cR+faWj068w8l4 qa8vymg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 1e20786a (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 16 Jan 2022 22:47:59 +0000 (UTC) From: Tobias Geerinckx-Rice To: Bug reports for GNU Guix Subject: Newly-added python-piexif fails to patch source due to CRLF(?) Date: Sun, 16 Jan 2022 23:44:46 +0100 BIMI-Selector: v=BIMI1; s=default; Message-ID: <87a6fv70uv.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:c205:2020:6054::1 (failed) Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Hartmut Goebel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hullo Hartmut, I'm strangely unable to build python-piexif: patching file tests/s_test.py Hunk #1 FAILED at 9 (different line endings). Hunk #2 FAILED at 580 (different line endings). 2 out of 2 hunks FAILED -- saving rejects to file=20 tests/s_test.py.rej Indeed: $ file tests/s_test.py tests/s_test.py: Python script, ASCII text executable, with CRLF=20 line terminators $ file python-piexif-fix-tests-with-pillow-7.2.pat> python-piexif-fix-tests-with-pillow-7.2.patch: ASCII text At least that's what I guess is the problem. This is worrying since I'd expect all this to be 100%=20 reproducible, and it seems to work fine for both you & Ludo'=E2=80=A6 Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYeSg6A0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW154qMBAOObVuX7wp5Zif5cJyv44tg1UWxGoCEMJ4K4/UF+ 12nnAP9wTcoK6GxHIEjR808MyOMa9CIrhnMXeWl21MC5mgwVDQ== =/C5s -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 17 11:19:08 2022 Received: (at 53309) by debbugs.gnu.org; 17 Jan 2022 16:19:09 +0000 Received: from localhost ([127.0.0.1]:47692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9Uiq-0004Xi-NM for submit@debbugs.gnu.org; Mon, 17 Jan 2022 11:19:08 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:47708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9Uin-0004X8-SB for 53309@debbugs.gnu.org; Mon, 17 Jan 2022 11:19:06 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 62C8A54A; Mon, 17 Jan 2022 17:18:59 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6dHwomWNJY4W; Mon, 17 Jan 2022 17:18:58 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 6F5382DD; Mon, 17 Jan 2022 17:18:58 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tobias Geerinckx-Rice Subject: Re: bug#53309: Newly-added python-piexif fails to patch source due to CRLF(?) References: <87a6fv70uv.fsf@nckx> Date: Mon, 17 Jan 2022 17:18:58 +0100 In-Reply-To: <87a6fv70uv.fsf@nckx> (Tobias Geerinckx-Rice's message of "Sun, 16 Jan 2022 23:44:46 +0100") Message-ID: <871r16mj2l.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 62C8A54A X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; SUBJECT_HAS_QUESTION(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53309 Cc: 53309@debbugs.gnu.org, Hartmut Goebel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -0.0 (/) Hi, Tobias Geerinckx-Rice skribis: > This is worrying since I'd expect all this to be 100% reproducible, > and it seems to work fine for both you & Ludo'=E2=80=A6 Applying the patch also fails for me (I think I didn=E2=80=99t test it when reviewing Hartmut=E2=80=99s patches.) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 18 13:25:34 2022 Received: (at submit) by debbugs.gnu.org; 18 Jan 2022 18:25:34 +0000 Received: from localhost ([127.0.0.1]:51666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9tAj-0000xD-QS for submit@debbugs.gnu.org; Tue, 18 Jan 2022 13:25:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:57082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9tAe-0000x2-99 for submit@debbugs.gnu.org; Tue, 18 Jan 2022 13:25:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45580) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9tAe-0004wt-0l for bug-guix@gnu.org; Tue, 18 Jan 2022 13:25:28 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:59731) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9tAb-0008HR-Io for bug-guix@gnu.org; Tue, 18 Jan 2022 13:25:27 -0500 Received: from hermia.goebel-consult.de ([79.211.190.155]) by mrelayeu.kundenserver.de (mreue012 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MJFpj-1mtk1d3ZzH-00Kg1p; Tue, 18 Jan 2022 19:25:18 +0100 Received: from [127.0.0.1] (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id D6E0B6611F; Tue, 18 Jan 2022 19:25:15 +0100 (CET) Message-ID: <9c15079f-3170-a20e-fce6-903fa169f5c4@crazy-compilers.com> Date: Tue, 18 Jan 2022 19:25:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: Newly-added python-piexif fails to patch source due to CRLF(?) Content-Language: en-US To: Tobias Geerinckx-Rice , Bug reports for GNU Guix References: <87a6fv70uv.fsf@nckx> From: Hartmut Goebel Organization: crazy-compilers.com In-Reply-To: <87a6fv70uv.fsf@nckx> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:zrpUyu8Y+hQIXNVzkRJF3ZV7UlvzIFKdX32I6JLngjSKXl3uBuM hrteTiuKaiu/D880Vb0KzrnvPi+0M+xgZeCgprDT8Q8PZYt1KC4Yp58a5A+BD3o7jIL2L3/ grnNaxi8gPtESNS/5cXYIRMrQ8XwO5IjAK+QG8WqTkQriYMcjxjn7ccNhTQ8CzMGFMak/y/ G1/3InJTjOt8jN3zim3Sw== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:C57hDC3FRrI=:n9y9L8X/4UWwE5TwhibNA5 v7rYKc28EDkLl6VXRqXp2JW/QOJj7LaXlq2iIVra1GQpeSnZm2A7sO7CKKUGmvE84JbouoANW w7T1i40Qg1rIa4oVuyC+1l6z3ulhfTuApXlOy3fzAOZcOd4G1mTcIvEcvJ3kkg7dgh6wRXAid vqxat5MLAN/00hdAKjIqAhGLajqWCPpK36yVL3wYlx1pRoqUjO640yW+wMoR8UwOARRgM1Gop akdCq+278oj2noMLPsmaRCiS9KeIg1dHbTIobK6vCYBa7MejQX19FJUZCReikASgJdXb0aNOQ Q+fgFCBpYZ42yvXDdtuXWm/h2BuXBTRyE3mztsw4H3buD7MLOZYq53SV84vy2oSeQl2HPLeiz +crAhA2ty9Jg2DGQqjcesrDD0lGY3Hpq/KxbFTYlcvdhjwjVIuuN5B/x2ieo6BXiEUwSOo9R7 1eHNuc0rZ6uNrHRZ7B964zXnL+I1v0ZdpRhtExs6Gm9ItagkS6wDIwNFQC8yJqk+lg7r90TtT 3GDHzQyupTNc+wcxOiaylYga50wpYAuej1SpYINMD+EUeOYr07cfZ+ztpShnS9OhlHLOPA7Lw ojwa9v9Qp0cIZpvaVq2rfB30YBwlSEU35jFBZMiAI1DiIZ58F70thatPKVVSxbIuF0H3x0ML7 IR0Rs8dx+2kqNnDkkNRsabwmdKZcxH4GPS/wwywkulV3DBN9KZzmtM4VB9a7otj0I5xxCiAZU LLzgRu02wfNba73E Received-SPF: none client-ip=212.227.126.135; envelope-from=h.goebel@crazy-compilers.com; helo=mout.kundenserver.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -4.4 (----) Hi, Am 16.01.22 um 23:44 schrieb Tobias Geerinckx-Rice: > This is worrying since I'd expect all this to be 100% reproducible, > and it seems to work fine for both you & Ludo'… I have to admit that I did not test the patch again after converting the line-endings - which Ludo asked for. Changing the line-endings was too simple FMPOV - I trusted Ludo's recommendation. I'll fix this. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 18 14:13:10 2022 Received: (at 53309-close) by debbugs.gnu.org; 18 Jan 2022 19:13:10 +0000 Received: from localhost ([127.0.0.1]:51730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9tuo-0002Ef-GO for submit@debbugs.gnu.org; Tue, 18 Jan 2022 14:13:10 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:57009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9tum-0002EO-CU for 53309-close@debbugs.gnu.org; Tue, 18 Jan 2022 14:13:09 -0500 Received: from hermia.goebel-consult.de ([79.211.190.155]) by mrelayeu.kundenserver.de (mreue011 [212.227.15.167]) with ESMTPSA (Nemesis) id 1MNL2Y-1myPjT1nNC-00OqgB; Tue, 18 Jan 2022 20:13:01 +0100 Received: from [127.0.0.1] (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 7292B6611F; Tue, 18 Jan 2022 20:12:58 +0100 (CET) Message-ID: <954c0529-2dcb-965a-deac-f0025cdfcee0@crazy-compilers.com> Date: Tue, 18 Jan 2022 20:12:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: Newly-added python-piexif fails to patch source due to CRLF(?) Content-Language: de-DE From: Hartmut Goebel To: Tobias Geerinckx-Rice , 53309-close@debbugs.gnu.org References: <87a6fv70uv.fsf@nckx> <9c15079f-3170-a20e-fce6-903fa169f5c4@crazy-compilers.com> Organization: crazy-compilers.com In-Reply-To: <9c15079f-3170-a20e-fce6-903fa169f5c4@crazy-compilers.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:Jif9dqPKuxHDYITrEwDwjFNqFSJsno0IozavkIc6izw8e8PmisX cJvYhIYX0McubhwEuAbkDSUTGb9mIPnZQu5nToVqWxYipx3B/pRs8YBXa8Edj6lPe72YH0X Jg2o70yY39U7yc9dOHU+tW9ZCnkt9x1Ja2NUevrD5Sp2z7EksYXyJQH4siAlGYHKneVKufq i1eLd/vy1IAYfdSAbgP7g== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:4JnxF3ZqfDk=:bAWnASKDrPpsFpBWi2ZBPp I4xAZLLgTbu++UVHxn7+9zEmTZSW6TMRC+lkT87wqa3B5/IXVYuo/eQ3tO7dIPIhdop5G8Qr9 aSsVIZxpKvHnrmG2mLM8NshZeCTwxR/mjUcckEbnG04TFs/jw+yfcJulkUmFSUi8f/HkHFpLq 1RqV6de0IKR9hSugI22I/kf4x/it5E+mjJ43O0+roayioMo+BhyLTjMtEwWOIFW0G/G0NAlMY JBR+B0S2A8A0ot2sBh1vPGUvKfqMr+1N/Bwn3pW6F68nmjwPafrYRlu5pBm0AgahmWOL/IHDD cDOZqxvemLn3tpS96mJcNm+2530JBm4IF+//mr1w8wdgsRkQqOwqCDOEBlf5KShGATCu6BaJb QQWYOn0cSTCdNAPKt90XyMlX91LT7XysNes9YI04oEGGIUdiFNUdXfR3clGmjrTxhhO6NSrcc CeEn+GLLzBQJmkXPKf11tGi2VrdKeIg3WdmhugpUvTm+kwQb00WQCEPa2DNTiQw3V+LQ4wYh6 8O+mooTPVyTq3lM+O/RAG467O2sW33j4odAJQTIDeF/WyOup3cC7AS5g2UFmAyD+GI1Z8oF6F vqzkfjJXW2rhM31QzfDBIrt538sEoyvl0LD5iRi6kg8HsFv1DV3I90Qly9HIvptQJnc3H/iGx f431LkLuA7w4/FoXXMF3X93VSYosIUwdqyCZ7WMqSzuWVg2cIuKv7Y6unZMJ8ysLDNe+b97Uk R+t6uUpY5Gd1X8y7 X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: 53309-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -2.1 (--) Fixed in af47145e995c9d3d116a60053648b4f35e2ed125 -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 18 14:31:05 2022 Received: (at submit) by debbugs.gnu.org; 18 Jan 2022 19:31:05 +0000 Received: from localhost ([127.0.0.1]:51757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9uC9-0002kI-J6 for submit@debbugs.gnu.org; Tue, 18 Jan 2022 14:31:05 -0500 Received: from lists.gnu.org ([209.51.188.17]:60132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9uC5-0002jQ-RE for submit@debbugs.gnu.org; Tue, 18 Jan 2022 14:31:04 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57794) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9uC2-0007dq-2e for bug-guix@gnu.org; Tue, 18 Jan 2022 14:31:01 -0500 Received: from [2a02:c205:2020:6054::1] (port=42050 helo=tobias.gr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9uBy-0000q7-IZ for bug-guix@gnu.org; Tue, 18 Jan 2022 14:30:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=yiE3ZukE9HCDn L4ySyXI11d6VrI2epHLcHwWy/ZbHPg=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=Q5nx6Mjx01k0k8qKj6gfN/1g2z5DNH8nJN1w2J pTprcZcFgkkd9bN/1MJR+lNYEkDxFl19FwQW/MFJuMZ84EgtcsYpdTbTZdbzM28vbwVmpX 5DSZwYE89nLeHdj2MSBaVPTaRZejw/ZXdrAU0HwIEjf/dnMkbQ7L7OWf5Ysg82lyll7pDm Uf79yjcAbRCuvywYc/2BpAB9CrX5dXj9IdYTDY0ZYz+DoH1Je7DJ7QTcZujz8/PvVUsDZh LYLOaCWoBxZJEVVpIsaka2pURvxVBm3K8VfG8txBqaOaa19YPJoM16oXehSXZQbsQ2N7wy 6VxNlenNeo8n8FXXdOFwBDPw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id a9d3fcdc (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 18 Jan 2022 19:30:45 +0000 (UTC) References: <87a6fv70uv.fsf@nckx> <9c15079f-3170-a20e-fce6-903fa169f5c4@crazy-compilers.com> From: Tobias Geerinckx-Rice To: Hartmut Goebel Subject: Re: Newly-added python-piexif fails to patch source due to CRLF(?) Date: Tue, 18 Jan 2022 20:29:45 +0100 In-reply-to: <9c15079f-3170-a20e-fce6-903fa169f5c4@crazy-compilers.com> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87pmoox2lk.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:c205:2020:6054::1 (failed) Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Bug reports for GNU Guix X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hartmut Goebel =E5=86=99=E9=81=93=EF=BC=9A > I have to admit that I did not test the patch again after=20 > converting > the line-endings - which Ludo asked for. Changing the=20 > line-endings was > too simple FMPOV - I trusted Ludo's recommendation. All good, I'm just glad it's not due to some spooky gremlin=20 (similar to the locale orcs that still occasionally haunt our=20 lands). > I'll fix this. Thanks! Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYecVlw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW151ZoBAIioMZWA5/66GFkn06pjx5e1w5nJDrX8PtbFbWsu JC/7AP9+gsTQADa3P32HNDBUYAWhBnYZRmPJ20fueBvux3WiCg== =+ZND -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Aug 20 01:18:12 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 Feb 2022 12: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