https://bugzilla.redhat.com/show_bug.cgi?id=1750823 --- Comment #1 from Richard W.M. Jones <rjones@xxxxxxxxxx> --- After fighting bugs in fedora-review, I found a real bug in this package. It cannot be built in mock (therefore koji) because the tests run virt-builder which requires access to the internet to download a template. ie This fails: make[2]: Entering directory '/builddir/build/BUILD/virt-p2v-1.41.0' ./run virt-builder --format raw -o /builddir/build/BUILD/virt-p2v-1.41.0/fedora.img fedora-30 curl: (6) Could not resolve host: builder.libguestfs.org virt-builder: error: external command ‘'curl' -q --config '/tmp/virt-builder.BGTbK7/guestfscurlbf58e7.conf'’ exited with error 6 If reporting bugs, run virt-builder with debugging enabled and include the complete output: virt-builder -v -x [...] make[2]: *** [Makefile:3027: /builddir/build/BUILD/virt-p2v-1.41.0/fedora.img] Error 1 In libguestfs, this file was only built as a side effect or running the special tests run-virt-p2v-directly and run-virt-p2v-in-a-vm which are not part of normal tests. In virt-p2v, a new check_DATA rule was added which will build this file as a side-effect of make check, but it seems as if fedora.img is not really needed for tests. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx