GNU bug report logs - #38951
gnu: Add libgovirt.

Previous Next

Package: guix-patches;

Reported by: "Raghav Gururajan" <raghavgururajan <at> disroot.org>

Date: Sun, 5 Jan 2020 18:56:02 UTC

Severity: normal

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38951 in the body.
You can then email your comments to 38951 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38951; Package guix-patches. (Sun, 05 Jan 2020 18:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Raghav Gururajan" <raghavgururajan <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 05 Jan 2020 18:56:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Raghav Gururajan" <raghavgururajan <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: gnu: Add libgovirt.
Date: Sun, 05 Jan 2020 18:55:43 +0000
[Message part 1 (text/plain, inline)]
Hello Guix!

Please find the attached patch to add libgovirt.

Thank you!

Regards,
RG.
[libgovirt.patch (application/octet-stream, attachment)]

Reply sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
You have taken responsibility. (Mon, 13 Jan 2020 16:18:01 GMT) Full text and rfc822 format available.

Notification sent to "Raghav Gururajan" <raghavgururajan <at> disroot.org>:
bug acknowledged by developer. (Mon, 13 Jan 2020 16:18:02 GMT) Full text and rfc822 format available.

Message #10 received at 38951-done <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: "Raghav Gururajan" <raghavgururajan <at> disroot.org>
Cc: 38951-done <at> debbugs.gnu.org
Subject: Re: [bug#38951] gnu: Add libgovirt.
Date: Mon, 13 Jan 2020 17:17:51 +0100
[Message part 1 (text/plain, inline)]
Hi Raghav,

I've found the reason for the test failure by using this patch:

--- libgovirt-0.3.6/tests/mock-httpd.c.orig	2020-01-13 16:54:08.578009738 +0100
+++ libgovirt-0.3.6/tests/mock-httpd.c	2020-01-13 16:54:58.442238829 +0100
@@ -114,6 +114,9 @@
 		cert = g_tls_certificate_new_from_files (abs_srcdir "/https-cert/server-cert.pem",
 							 abs_srcdir "/https-cert/server-key.pem",
 							 &error);
+		if (error != NULL) {
+			fprintf(stderr, "ERROR: %s\n", error->message);
+		}
 		g_assert (error == NULL);
 		server = soup_server_new (SOUP_SERVER_SERVER_HEADER, "simple-soup-httpd ",
 					  SOUP_SERVER_TLS_CERTIFICATE, cert,

Then I fixed the test failure by adding glib-networking (which is a GIO plugin).

I suspect that the tests won't work reliably because of the networking
involved (even when local)--but let's cross that bridge when we come to it.

Committed to guix master as commit 3f1ed953e8a596dc3a4924758a931b8a774bde5f.
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 Feb 2020 12:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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