Allan Adair schreef op ma 23-05-2022 om 21:44 [+0200]:
> (define-public libvirt-with-qemu-bridge-helper
> (package
> (inherit libvirt)
> (name "libvirt-with-qemu-bridge-helper")
This fixes only a variant of the libvirt library itself, it doesn't
cause your modified version to be used. Y
Thanks! Looks like I was on a good track. The only reference that I could
find to /usr/libexec/qemu-bridge-helper was in the meson.build file of the
libvirt package. I wrote a package variant that looks like this, to test:
(define-public libvirt-with-qemu-bridge-helper
(package
(inherit libv
Ludovic Courtès schreef op ma 23-05-2022 om 17:28 [+0200]:
> Hi,
>
> Allan Adair skribis:
>
> > File "/gnu/store/g2x37cxh2ag5h66f0p9zaz9pkz2vcvgg-python-libvirt-
> > 7.9.0/lib/python3.9/site-packages/libvirt.py", line 1353, in create
> > raise libvirtError('virDomainCreate() failed')
> >
Hi,
Allan Adair skribis:
> File "/gnu/store/g2x37cxh2ag5h66f0p9zaz9pkz2vcvgg-python-libvirt-
> 7.9.0/lib/python3.9/site-packages/libvirt.py", line 1353, in create
> raise libvirtError('virDomainCreate() failed')
> libvirt.libvirtError: '/usr/libexec/qemu-bridge-helper' is not a suitable
>
Hi Allan,
Just an idea,
You can try to fix the package and try again.
--
Rene
Hi Guix!
I am using a libvirt-service-type in my system configuration and it seems
to be working. I can launch VMs using virt-manager, for example. However I
have run into a potential problem, and I think it has to do with the
libvirt package.
Additionally, I would like to present a plea to other