unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44751: tests/swh.scm hangs building guix with guile-2.2
@ 2020-11-20  1:52 Vagrant Cascadian
  2020-11-20  9:36 ` zimoun
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2020-11-20  1:52 UTC (permalink / raw)
  To: 44751

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

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

And then hangs indefinitely. I've seen it run for hours at a time. Works
fine with guile 3.0.


In tests/swh.log, there is not much there, though obviously seems
problematic:

warning: cannot run Web server for tests: Address already in use
In thread:
In procedure listen: Wrong type argument in position 1 (expecting open
file port): #f


I don't have any debian patches applied to tests/swh.scm and do not
think any other patches are likely to affect this here, but you never
know. :)


live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* bug#44751: tests/swh.scm hangs building guix with guile-2.2
  2020-11-20  1:52 bug#44751: tests/swh.scm hangs building guix with guile-2.2 Vagrant Cascadian
@ 2020-11-20  9:36 ` zimoun
  0 siblings, 0 replies; 2+ messages in thread
From: zimoun @ 2020-11-20  9:36 UTC (permalink / raw)
  To: Vagrant Cascadian, 44751

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




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

end of thread, other threads:[~2020-11-20  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20  1:52 bug#44751: tests/swh.scm hangs building guix with guile-2.2 Vagrant Cascadian
2020-11-20  9:36 ` zimoun

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).