GNU bug report logs - #47398
generic-html updater does not work for exiv2 package

Previous Next

Package: guix;

Reported by: Léo Le Bouter <lle-bout <at> zaclys.net>

Date: Fri, 26 Mar 2021 00:47:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Léo Le Bouter <lle-bout <at> zaclys.net>
Subject: bug#47398: closed (Re: bug#47398: generic-html updater does not
 work for exiv2 package)
Date: Mon, 29 Mar 2021 21:36:02 +0000
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.

-- 
47398: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47398
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Léo Le Bouter <lle-bout <at> zaclys.net>
Cc: 47398-done <at> debbugs.gnu.org
Subject: Re: bug#47398: generic-html updater does not work for exiv2 package
Date: Mon, 29 Mar 2021 23:35:21 +0200
Léo Le Bouter <lle-bout <at> zaclys.net> 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’.

[Message part 3 (message/rfc822, inline)]
From: Léo Le Bouter <lle-bout <at> zaclys.net>
To: bug-guix <at> gnu.org
Subject: generic-html updater does not work for exiv2 package
Date: Fri, 26 Mar 2021 01:46:02 +0100
[Message part 4 (text/plain, inline)]
$ ./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
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.