[Libguestfs] "make check" hangs after running for a little while

Kashyap Chamarthy kchamart at redhat.com
Mon May 20 09:05:56 UTC 2013


>> ln ../daemon/guestfsd tmp-d/usr/sbin/guestfsd
>> ln ./guestfsd.suppressions tmp-d/etc/guestfsd.suppressions
>> ( cd tmp-d && find | cpio --quiet -o -H newc ) > supermin.d/daemon.img-t
>> rm -rf tmp-d
>> mv supermin.d/daemon.img-t supermin.d/daemon.img
> 
> Did you run 'make' before 'make check'?  It seems to be building the
> appliance here which wouldn't be expected if 'make' had finished
> completely before 'make check' started.

That's the sequence I ran

    ./autogen.sh
    make
    make -k check LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 |& tee /tmp/log

Let me do a "make clean" and retry.
> 
> This is failing on the very first test.  Look in the tmp/ subdirectory
> for a file (or the latest file) called run-* and see what it contains.
> 
> You can also try running 'make quickcheck' which will test if things
> are basically working or not.

Ok, first I should read what are the make targets available :).

Thanks, Rich.

-- 
/kashyap




More information about the Libguestfs mailing list