On 8/10/20 4:13 AM, Ian Jackson wrote:
Jim Fehlig writes ("[PATCH] OSSTEST: Install libtirpc-dev for libvirt builds"):
The check for XDR support was changed in libvirt commit d7147b3797
to use libtirpc pkg-config instead of complicated AC_CHECK_LIB,
AC_COMPILE_IFELSE, et. al. logic. The libvirt OSSTEST has been
failing since this change hit libvirt.git master. Fix it by adding
libtirpc-dev to the list of 'extra_packages' installed for libvirt
builds.
Signed-off-by: Jim Fehlig <jfeh...@suse.com>
Reviewed-by: Ian Jackson <ian.jack...@eu.citrix.com>
Thanks! I will push this to osstest pretest shortly.
Thanks Ian! Perhaps you've noticed libvirt has now moved to the meson build
system. My weak perl skills have discouraged me from investigating ways to
accommodate that.
Regards,
Jim