Re: libvirt: A potential problem in the package and looking for guidance

2022-05-23 Thread Maxime Devos
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

Re: libvirt: A potential problem in the package and looking for guidance

2022-05-23 Thread Allan Adair
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

Re: libvirt: A potential problem in the package and looking for guidance

2022-05-23 Thread Maxime Devos
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') > >

Re: libvirt: A potential problem in the package and looking for guidance

2022-05-23 Thread Ludovic Courtès
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 >

Re: libvirt: A potential problem in the package and looking for guidance

2022-05-21 Thread Rene Saavedra
Hi Allan, Just an idea, You can try to fix the package and try again. -- Rene

libvirt: A potential problem in the package and looking for guidance

2022-05-18 Thread Allan Adair
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