GNU bug report logs - #38032
[PATCH 0/4] Update libvirt 5.8.0/virt-manager 2.2.1

Previous Next

Package: guix-patches;

Reported by: Miguel Arruga Vivas <rosen644835 <at> gmail.com>

Date: Sat, 2 Nov 2019 16:42:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.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 38032 in the body.
You can then email your comments to 38032 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#38032; Package guix-patches. (Sat, 02 Nov 2019 16:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Miguel Arruga Vivas <rosen644835 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 02 Nov 2019 16:42:02 GMT) Full text and rfc822 format available.

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

From: Miguel Arruga Vivas <rosen644835 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/4] Update libvirt 5.8.0/virt-manager 2.2.1
Date: Sat, 2 Nov 2019 17:41:09 +0100
Hi,

Regarding issue http://issues.guix.gnu.org/issue/36634 (upstream bug
report https://bugzilla.redhat.com/show_bug.cgi?id=1760233 where the
patch inside the second patch can be found too) I've updated it to the
latest stable version available.  The last one is a bugfix for the
missing ip binary in the path.  I hope the update to 3.9.0 won't need
the patch, but let's see.

Best regards,
Miguel




Information forwarded to guix-patches <at> gnu.org:
bug#38032; Package guix-patches. (Sat, 02 Nov 2019 16:49:02 GMT) Full text and rfc822 format available.

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

From: Miguel Arruga Vivas <rosen644835 <at> gmail.com>
To: 38032 <at> debbugs.gnu.org
Subject: PATCH 1/4] gnu: libvirt: Update to 5.8.0.
Date: Sat, 2 Nov 2019 17:47:55 +0100
[Message part 1 (text/plain, inline)]
This patch includes the proposed fix to upstream in order to ensure the
creation of the top-level /machine group when cgroup2 is mounted.  It
updates libvirt to the latest stable version available at the moment of
writing: 5.8.0.
----

* gnu/local.mk (dist_patch_DATA): Add new patch file.
* gnu/packages/patches/libvirt-create-machine-cgroup.patch: New patch,
submitted to upstream for upstream bug 1760233.
* gnu/packages/virtualization.scm (libvirt): Update version to 5.8.0.
Include patch.  Avoid execution of failing tests qemuxml2argvtest and
qemuhotplugtest.  Replace python by python-wrapper to avoid warnings on
patch-shebangs phase.
---
 gnu/local.mk                                  |  1 +
 .../libvirt-create-machine-cgroup.patch       | 48 +++++++++++++++++++
 gnu/packages/virtualization.scm               | 10 ++--
 3 files changed, 56 insertions(+), 3 deletions(-)
 create mode 100644
  gnu/packages/patches/libvirt-create-machine-cgroup.patch

[0001-gnu-libvirt-Update-to-5.8.0.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#38032; Package guix-patches. (Sat, 02 Nov 2019 16:49:02 GMT) Full text and rfc822 format available.

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

From: Miguel Arruga Vivas <rosen644835 <at> gmail.com>
To: 38032 <at> debbugs.gnu.org
Subject: [PATCH 2/4] gnu: python-libvirt: Update to 5.8.0.
Date: Sat, 2 Nov 2019 17:48:24 +0100
[Message part 1 (text/plain, inline)]
Only update and remove the comment.
----

* gnu/packages/virtualization.scm (python-libvirt): Update version to
5.8.0, update hash and remove obsolete comment.
---
 gnu/packages/virtualization.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
[0002-gnu-python-libvirt-Update-to-5.8.0.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#38032; Package guix-patches. (Sat, 02 Nov 2019 16:49:03 GMT) Full text and rfc822 format available.

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

From: Miguel Arruga Vivas <rosen644835 <at> gmail.com>
To: 38032 <at> debbugs.gnu.org
Subject: [PATCH 3/4] gnu: virt-manager: Update to 2.2.1.
Date: Sat, 2 Nov 2019 17:48:35 +0100
[Message part 1 (text/plain, inline)]
Gtksourceview is a new dependency of virt-manager.  The phase
fix-qemu-img-reference replaces an absolute reference
to /usr/bin/qemu-img and the other phases have been fixed to the new
file names.
---

* gnu/packages/virtualization.scm (virt-manager): Update to version
2.2.1.  Point to the correct file in fix-setup and fix-default-uri
phases.  Add fix-qemu-img-reference phase.  Add gtksourceview as an
input.
---
 gnu/packages/virtualization.scm | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)
[0003-gnu-virt-manager-Update-to-2.2.1.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#38032; Package guix-patches. (Sat, 02 Nov 2019 16:49:03 GMT) Full text and rfc822 format available.

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

From: Miguel Arruga Vivas <rosen644835 <at> gmail.com>
To: 38032 <at> debbugs.gnu.org
Subject: [PATCH 4/4] services: libvirtd: Provide ip binary at runtime.
Date: Sat, 2 Nov 2019 17:48:49 +0100
[Message part 1 (text/plain, inline)]
The log shows an error telling that the ip binary cannot be found, which
is located in /sbin, not /bin.
----

* gnu/services/virtualization.scm (libvirt-shepherd-service): Add sbin
  to the PATH variable, as ip binary is installed there.
---
 gnu/services/virtualization.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
[0004-services-libvirtd-Provide-ip-binary-at-runtime.patch (text/x-patch, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 05 Nov 2019 14:15:01 GMT) Full text and rfc822 format available.

Notification sent to Miguel Arruga Vivas <rosen644835 <at> gmail.com>:
bug acknowledged by developer. (Tue, 05 Nov 2019 14:15:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Miguel Arruga Vivas <rosen644835 <at> gmail.com>
Cc: 38032-done <at> debbugs.gnu.org
Subject: Re: [bug#38032] [PATCH 0/4] Update libvirt 5.8.0/virt-manager 2.2.1
Date: Tue, 05 Nov 2019 15:14:37 +0100
Hi Miguel,

Miguel Arruga Vivas <rosen644835 <at> gmail.com> skribis:

> Regarding issue http://issues.guix.gnu.org/issue/36634 (upstream bug
> report https://bugzilla.redhat.com/show_bug.cgi?id=1760233 where the
> patch inside the second patch can be found too) I've updated it to the
> latest stable version available.  The last one is a bugfix for the
> missing ip binary in the path.  I hope the update to 3.9.0 won't need
> the patch, but let's see.

Good.  I’ve applied and pushed the whole patch series.

Thank you!

Ludo’.




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

This bug report was last modified 5 years and 203 days ago.

Previous Next


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