On Tuesday, 20 August 2019 20:17:38 CEST Richard W.M. Jones wrote:
Unfortunately this breaks RHEL 7 builds :-(
On Mon, Jul 01, 2019 at 06:51:17PM +0200, Pino Toscano wrote:
> diff --git a/p2v/generate-p2v-config.pl b/p2v/generate-p2v-config.pl
> new file mode 100755
> index 000000000..dc36abbda
> --- /dev/null
> +++ b/p2v/generate-p2v-config.pl
> +use List::Util qw(any);
GEN p2v-config.h
"any" is not exported by the List::Util module
Can't continue after import errors at generate-p2v-config.pl line 23.
BEGIN failed--compilation aborted at generate-p2v-config.pl line 23.
See
https://www.redhat.com/archives/libguestfs/2019-July/msg00112.html
https://github.com/libguestfs/virt-p2v/commit/2ac0713900dc60d9f0fbb8e5234...
Instead of fixing p2v in libguestfs [1][2], it would be much easier to
check what virt-p2v is missing wrt documentation/release, and start
doing standalone releases of it. Once done that, we can drop p2v from
libguestfs altogether.
[1] b81c252e447d0206c475be6aa58694b74ce1fdd7
[2] parts of ab09bc25c76c451711306c02cc0c302ee79d0369
--
Pino Toscano