bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44751: tests/swh.scm hangs building guix with guile-2.2


From: zimoun
Subject: bug#44751: tests/swh.scm hangs building guix with guile-2.2
Date: Fri, 20 Nov 2020 10:36:48 +0100

Hi Vagrant,

On Thu, 19 Nov 2020 at 17:52, Vagrant Cascadian <vagrant@debian.org> wrote:

> I'm exploring building with guile 2.2 because guile-gnutls built with
> guile 3.0 is only available in experimental, and even there, missing for
> arm64.
>
> FAIL: tests/swh.scm - lookup-origin

I remember issues fixed by 722ad41c44a499d2250c79527ef7d069ca728de0
which maybe introduce a regression for Guile 2.2.

--8<---------------cut here---------------start------------->8---
+;; XXX: Work around a bug in Guile 3.0.2 where #:verify-certificate? would
+;; be ignored (<https://bugs.gnu.org/40486>).
+(define* (http-get* uri #:rest rest)
+  (apply http-request uri #:method 'GET rest))
+(define* (http-post* uri #:rest rest)
+  (apply http-request uri #:method 'POST rest))
--8<---------------cut here---------------end--------------->8---

Maybe it is related.

All the best,
simon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]