[Libguestfs] FYI - virt-v2v 2.1 now requires libvirt-ocaml library

Laszlo Ersek lersek at redhat.com
Mon May 2 07:16:30 UTC 2022


On 04/29/22 13:02, Richard W.M. Jones wrote:
> On Fri, Apr 29, 2022 at 12:16:38PM +0200, Laszlo Ersek wrote:
>> On 04/28/22 16:47, Richard W.M. Jones wrote:
>>>
>>> I just pushed this to the development branch:
>>>
>>> https://github.com/libguestfs/virt-v2v/commit/3c4505c12a096409e34dd70b938de29b8c7f81f7
>>>
>>> It removes the bundled/libvirt-ocaml directly entirely, so you'll need
>>> libvirt-ocaml installed to build virt-v2v.  The reason for doing this
>>> is I got a bunch of Coverity warnings for libvirt-ocaml and I only
>>> want to fix them in one place.
>>
>> Can you please add a "run.in" script to the libvirt-ocaml project root,
>> so that virt-v2v can be built against a just-built libvirt-ocaml git
>> worktree? Similar to "libnbd/run.in".
> 
> https://gitlab.com/libvirt/libvirt-ocaml/-/merge_requests/14
> 
> Can't push to my own project any more :-(

The project has been too successful for any single developer to keep
push access! ;)

Thank you for the patch; it's hairier that I thought it would be.

Interestingly, I had to run "make opt" in libvirt-ocaml (not just
"make") in order to get the CMXA files, which virt-v2v requires. Is that
intentional?

"make" in the libvirt-ocaml project root means "make all" ("all" is the
first target in Makefile.in), then "make -C libvirt all" means, per
"libvirt/Makefile.in":

------
all: $(BYTE_TARGETS)

opt: $(OPT_TARGETS)
------

I'd expect "all" to build "all" (both bytecode and native).

Anyway, now I can build virt-v2v again!

Laszlo


More information about the Libguestfs mailing list