On Thu, Nov 28, 2019 at 11:32 PM Richard W.M. Jones <rjones(a)redhat.com> wrote:
On Thu, Nov 28, 2019 at 11:04:42PM +0200, Nir Soffer wrote:
> I also cannot run the tests, "make check" fail very early with:
>
> SRCDIR=. LAYOUT=partitions ../../run --test ./make-fedora-img.pl
> Can't locate Sys/Guestfs.pm in @INC (you may need to install the
> Sys::Guestfs module) (@INC contains: /usr/local/lib64/perl5
You need to:
dnf install 'perl(Sys::Guestfs)'
Works now, thanks.