[Libguestfs] How to build virt-v2v after the project was separated

Nir Soffer nsoffer at redhat.com
Sun Nov 17 16:07:48 UTC 2019


Looks like virt-v2v cannot be built now, since it requires non-existing version
of libguestfs-devel.

Based on (no README or any instructions in virt-v2v)
http://libguestfs.org/guestfs-building.1.html

I tried this:

git clean -dxf
./autogen.sh

And it fails with:

--- Checking for libraries used by virt-v2v ---
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGUESTFS... no
configure: error: Package requirements (libguestfs >= 1.41.5) were not met:

Package dependency requirement 'libguestfs >= 1.41.5' could not be satisfied.
Package 'libguestfs' has version '1.40.2', required version is '>= 1.41.5'

$ rpm -qa | grep libguestfs
libguestfs-xfs-1.40.2-4.fc30.x86_64
libguestfs-tools-c-1.40.2-4.fc30.x86_64
libguestfs-devel-1.40.2-4.fc30.x86_64
libguestfs-1.40.2-4.fc30.x86_64

Is it possible to build using libguestfs source?

Nir





More information about the Libguestfs mailing list