From unknown Mon Jun 23 06:01:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47398: generic-html updater does not work for exiv2 package Resent-From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 26 Mar 2021 00:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47398 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 47398@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161671958031525 (code B ref -1); Fri, 26 Mar 2021 00:47:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Mar 2021 00:46:20 +0000 Received: from localhost ([127.0.0.1]:39951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPacF-0008CP-Mp for submit@debbugs.gnu.org; Thu, 25 Mar 2021 20:46:19 -0400 Received: from lists.gnu.org ([209.51.188.17]:35648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPacD-0008CH-PU for submit@debbugs.gnu.org; Thu, 25 Mar 2021 20:46:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33480) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPacD-0001k0-9f for bug-guix@gnu.org; Thu, 25 Mar 2021 20:46:17 -0400 Received: from mail.zaclys.net ([178.33.93.72]:38211) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPac9-0004Jv-M1 for bug-guix@gnu.org; Thu, 25 Mar 2021 20:46:16 -0400 Received: from guix-xps.local (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 12Q0kA00024293 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 26 Mar 2021 01:46:10 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 12Q0kA00024293 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1616719570; bh=7Wu7TAL9VbBwdkI8N3J5qHAZxSB8ASAhvnXdmsXDOsU=; h=Subject:From:To:Date:From; b=GBgPywlUyIb9V+JSF22NxX16JNRIFORuUWK5Z7CcYfjgxJ3DS4Un5CZmftkZ1l0E6 xVWQoMrBt7VDuQdh8P1/1Ogk6xEH3Dv/IR2cpTGYvaUE6ZYIKZRAezLAMct4J92ddY Ul6THLg+7e+uyGHoG8/+DqXQkRnRJiECnBPAnlKQ= Message-ID: <86b41b656fb81d25fbbb8d98d07f87d46b3b7811.camel@zaclys.net> From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Date: Fri, 26 Mar 2021 01:46:02 +0100 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-lmz7vnObCXFdVUwGFXh3" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Received-SPF: pass client-ip=178.33.93.72; envelope-from=lle-bout@zaclys.net; helo=mail.zaclys.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) --=-lmz7vnObCXFdVUwGFXh3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable $ ./pre-inst-env guix refresh exiv2 gnu/packages/image.scm:1343:2: warning: 'generic-html' updater failed to determine available releases for exiv2 It seems applying this patch does not help either: diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index d04a247976..8ede48eea5 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1350,6 +1350,9 @@ channels.") "-Source.tar.gz")) (sha256 (base32 "0y77wfadjsrcxijdqgkr3q88b6mm9y3rg8kqsmaig8iah49md7x7")))) + (properties + `((release-monitoring-url + . "https://www.exiv2.org/download.html"))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no test suite (propagated-inputs https://www.exiv2.org/builds/ is a common directory listing. The URLs contain 'Source' in them, is that another corner case? I don't know how it works precisely yet :-) Thank you --=-lmz7vnObCXFdVUwGFXh3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmBdLsoACgkQRaix6GvN EKZQyA//YfdGdIF7Bv5U2zdZpHdqfoA8tm9ot4py8B2/nbpNQSwGixxzu6lOzseL hIvAQOeiIbZO4mZzhbCk3ZPYpTAP+YEf2W5qRMRwkdGUZ07UN0UJWRB8v5ha86V0 x1Eckty3A50rTK7izW31AQj8XJ/Hdpgr1aMH49tbPelhjVLhoDZRH+FkPQTW3I8Y CRi+XFgNDb6uI6rOEj5LDJXUNOYncddASLi6/t2TdqN9+mzQGGFOcn6QWJ6IFVqh hMs8YxVkqesfGumA+IgW2C5i5h7vC3NpgfFQfuOOopp8Nul0lMHBUIX2vIoz81BC zpMBQ7rU8ecFTv9vKBw/J1QimI1fyJ/uxH/5TgoQtE9h+IxPZUy+oDpszL7PJS5H DQr2RXzcvyfxGmi207V6abQc1QKOVPGSGXchny5Qsrox8h3T7BSJIhI5Z3lcyvdL tjF24EEAB2gHvIoCi7uM3UflFaibKNi9VbWrR+GUxaAPWGIRao8QqX81ytnOP9yf Os+JrQ6Mjw4mq2zG69XLJj8yFDvJo5MNOcBoSGquVwQTlb4Vag4v6RvARkeNLQKz Q2WAkY0zYWlid2XwfGaQ87bxiaTR20+nEynnn3gqmFyHBEgdX8qODEFoz1CFS+A1 Le56xzmSOAynGTi0y8ohCzwsuXw+z1nQimldVDSMjTGx62jtmBI= =UpmD -----END PGP SIGNATURE----- --=-lmz7vnObCXFdVUwGFXh3-- From unknown Mon Jun 23 06:01:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?L=C3=A9o?= Le Bouter Subject: bug#47398: closed (Re: bug#47398: generic-html updater does not work for exiv2 package) Message-ID: References: <87pmzhlk2u.fsf@gnu.org> <86b41b656fb81d25fbbb8d98d07f87d46b3b7811.camel@zaclys.net> X-Gnu-PR-Message: they-closed 47398 X-Gnu-PR-Package: guix Reply-To: 47398@debbugs.gnu.org Date: Mon, 29 Mar 2021 21:36:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1617053762-25982-1" This is a multi-part message in MIME format... ------------=_1617053762-25982-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47398: generic-html updater does not work for exiv2 package which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 47398@debbugs.gnu.org. --=20 47398: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47398 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1617053762-25982-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47398-done) by debbugs.gnu.org; 29 Mar 2021 21:35:45 +0000 Received: from localhost ([127.0.0.1]:49774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQzY1-0006ka-GP for submit@debbugs.gnu.org; Mon, 29 Mar 2021 17:35:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQzXz-0006kL-L1 for 47398-done@debbugs.gnu.org; Mon, 29 Mar 2021 17:35:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52519) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lQzXt-0007AC-Fi; Mon, 29 Mar 2021 17:35:38 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=50132 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lQzXf-0004ee-Eb; Mon, 29 Mar 2021 17:35:33 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: =?utf-8?Q?L=C3=A9o?= Le Bouter Subject: Re: bug#47398: generic-html updater does not work for exiv2 package References: <86b41b656fb81d25fbbb8d98d07f87d46b3b7811.camel@zaclys.net> Date: Mon, 29 Mar 2021 23:35:21 +0200 In-Reply-To: <86b41b656fb81d25fbbb8d98d07f87d46b3b7811.camel@zaclys.net> (=?utf-8?Q?=22L=C3=A9o?= Le Bouter"'s message of "Fri, 26 Mar 2021 01:46:02 +0100") Message-ID: <87pmzhlk2u.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47398-done Cc: 47398-done@debbugs.gnu.org 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: -1.7 (-) L=C3=A9o Le Bouter skribis: > $ ./pre-inst-env guix refresh exiv2 > gnu/packages/image.scm:1343:2: warning: 'generic-html' updater failed > to determine available releases for exiv2 [...] > The URLs contain 'Source' in them, is that another corner case? I don't > know how it works precisely yet :-) Indeed! Fixed in 1575da60628cf2594cd7b1ab0812ec4c50ac5092. Ludo=E2=80=99. ------------=_1617053762-25982-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Mar 2021 00:46:20 +0000 Received: from localhost ([127.0.0.1]:39951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPacF-0008CP-Mp for submit@debbugs.gnu.org; Thu, 25 Mar 2021 20:46:19 -0400 Received: from lists.gnu.org ([209.51.188.17]:35648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPacD-0008CH-PU for submit@debbugs.gnu.org; Thu, 25 Mar 2021 20:46:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33480) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPacD-0001k0-9f for bug-guix@gnu.org; Thu, 25 Mar 2021 20:46:17 -0400 Received: from mail.zaclys.net ([178.33.93.72]:38211) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPac9-0004Jv-M1 for bug-guix@gnu.org; Thu, 25 Mar 2021 20:46:16 -0400 Received: from guix-xps.local (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 12Q0kA00024293 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 26 Mar 2021 01:46:10 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 12Q0kA00024293 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1616719570; bh=7Wu7TAL9VbBwdkI8N3J5qHAZxSB8ASAhvnXdmsXDOsU=; h=Subject:From:To:Date:From; b=GBgPywlUyIb9V+JSF22NxX16JNRIFORuUWK5Z7CcYfjgxJ3DS4Un5CZmftkZ1l0E6 xVWQoMrBt7VDuQdh8P1/1Ogk6xEH3Dv/IR2cpTGYvaUE6ZYIKZRAezLAMct4J92ddY Ul6THLg+7e+uyGHoG8/+DqXQkRnRJiECnBPAnlKQ= Message-ID: <86b41b656fb81d25fbbb8d98d07f87d46b3b7811.camel@zaclys.net> Subject: generic-html updater does not work for exiv2 package From: =?ISO-8859-1?Q?L=E9o?= Le Bouter To: bug-guix@gnu.org Date: Fri, 26 Mar 2021 01:46:02 +0100 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-lmz7vnObCXFdVUwGFXh3" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Received-SPF: pass client-ip=178.33.93.72; envelope-from=lle-bout@zaclys.net; helo=mail.zaclys.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) --=-lmz7vnObCXFdVUwGFXh3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable $ ./pre-inst-env guix refresh exiv2 gnu/packages/image.scm:1343:2: warning: 'generic-html' updater failed to determine available releases for exiv2 It seems applying this patch does not help either: diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index d04a247976..8ede48eea5 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1350,6 +1350,9 @@ channels.") "-Source.tar.gz")) (sha256 (base32 "0y77wfadjsrcxijdqgkr3q88b6mm9y3rg8kqsmaig8iah49md7x7")))) + (properties + `((release-monitoring-url + . "https://www.exiv2.org/download.html"))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no test suite (propagated-inputs https://www.exiv2.org/builds/ is a common directory listing. The URLs contain 'Source' in them, is that another corner case? I don't know how it works precisely yet :-) Thank you --=-lmz7vnObCXFdVUwGFXh3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmBdLsoACgkQRaix6GvN EKZQyA//YfdGdIF7Bv5U2zdZpHdqfoA8tm9ot4py8B2/nbpNQSwGixxzu6lOzseL hIvAQOeiIbZO4mZzhbCk3ZPYpTAP+YEf2W5qRMRwkdGUZ07UN0UJWRB8v5ha86V0 x1Eckty3A50rTK7izW31AQj8XJ/Hdpgr1aMH49tbPelhjVLhoDZRH+FkPQTW3I8Y CRi+XFgNDb6uI6rOEj5LDJXUNOYncddASLi6/t2TdqN9+mzQGGFOcn6QWJ6IFVqh hMs8YxVkqesfGumA+IgW2C5i5h7vC3NpgfFQfuOOopp8Nul0lMHBUIX2vIoz81BC zpMBQ7rU8ecFTv9vKBw/J1QimI1fyJ/uxH/5TgoQtE9h+IxPZUy+oDpszL7PJS5H DQr2RXzcvyfxGmi207V6abQc1QKOVPGSGXchny5Qsrox8h3T7BSJIhI5Z3lcyvdL tjF24EEAB2gHvIoCi7uM3UflFaibKNi9VbWrR+GUxaAPWGIRao8QqX81ytnOP9yf Os+JrQ6Mjw4mq2zG69XLJj8yFDvJo5MNOcBoSGquVwQTlb4Vag4v6RvARkeNLQKz Q2WAkY0zYWlid2XwfGaQ87bxiaTR20+nEynnn3gqmFyHBEgdX8qODEFoz1CFS+A1 Le56xzmSOAynGTi0y8ohCzwsuXw+z1nQimldVDSMjTGx62jtmBI= =UpmD -----END PGP SIGNATURE----- --=-lmz7vnObCXFdVUwGFXh3-- ------------=_1617053762-25982-1--