On 26/02/16 10:12, Richard W.M. Jones wrote:
On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote:
> According to autogen.sh output Perl bindings and virt tools seem to
> be missing, could it be related to this? Are the tests relying to
> such dependencies?
Yes, the tests rely on Perl bindings working, so I guess you need to
install whatever missing dependencies are needed to make Perl work.
Rich.
I eventually installed the list of build dependencies from the source
package. Which theoretically means I have all the required dependencies
for building the library.
Now it complains about missing builtin mdadm feature.
SRCDIR=. LAYOUT=partitions-md ../../run --test ./make-fedora-img.pl
md_create: feature 'mdadm' is not available in this
build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
how to check for the availability of features. at
/home/noxdafox/development/libguestfs/test-data/phony-guests/make-fedora-img.pl
line 103.
Is it possible to skip the build of certain images and jump directly to
the interested one (Windows in my case)?