all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#47398: generic-html updater does not work for exiv2 package
@ 2021-03-26  0:46 Léo Le Bouter via Bug reports for GNU Guix
  2021-03-29 21:35 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Léo Le Bouter via Bug reports for GNU Guix @ 2021-03-26  0:46 UTC (permalink / raw)
  To: 47398

[-- Attachment #1: Type: text/plain, Size: 960 bytes --]

$ ./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

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47398: generic-html updater does not work for exiv2 package
  2021-03-26  0:46 bug#47398: generic-html updater does not work for exiv2 package Léo Le Bouter via Bug reports for GNU Guix
@ 2021-03-29 21:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-03-29 21:35 UTC (permalink / raw)
  To: Léo Le Bouter; +Cc: 47398-done

Léo Le Bouter <lle-bout@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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-29 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-26  0:46 bug#47398: generic-html updater does not work for exiv2 package Léo Le Bouter via Bug reports for GNU Guix
2021-03-29 21:35 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.