On Mon, 2020-06-01 at 09:47 +0200, Pino Toscano wrote:
On Monday, 1 June 2020 04:17:00 CEST Kevin Locke wrote:
> I'm attempting to compile virt-v2v 1.42.0 on Debian testing. With gcc
> 9.3.0, libosinfo 1.7.1, and glib 2.64.2, `./configure && make` fails
> on libosinfo-c.c with the following error message:
>
> [...]
>
> Is this a version incompatibility or something I've misconfigured?
> If someone could point me in the right direction, I'd appreciate it.
Uhm, that's indeed a problem, and apparently due to a bug in libosinfo
and a change in glib.
I just posted a change that should fix this, see its message for a
longer explanation of the issue:
https://www.redhat.com/archives/libguestfs/2020-June/msg00003.html
tested on Fedora 31 and Debian testing.
That patch fixes the issue for me. Thanks!
I mentioned your name in the commit message to give you credit for
the report, is it OK for you? (If not, I will remove it before
pushing.)
That's quite OK with me. I appreciate it.
Thanks again,
Kevin