I can replicate this with libvirt v6.6.0 from git. 6.0 works from packaging v6.0.0 from git does work as well.
There are two approaches now: #1 the intro of tirpc v6.0.0 configure: xdr: yes (CFLAGS='' LIBS='') vs v6.6.0 configure: xdr: yes (CFLAGS='-I/usr/include/tirpc' LIBS='-ltirpc') Since the xdr code that wraps data crashes and the use of libntirpc-dev (new transport-independent RPC library - development files) is new that might be the primary issue here. Also this [1] old thread triggers all the buzzwords matching this issue in one go which is a +1 on maybe being related. And there is [2] in v6.6 and we added libtirpc-dev to the build-deps (as it is now strictly required). configure: error: You must install the libtirpc >= 0.1.10 pkg-config module to compile libvirt We can't build without tirpc anymore. So I can't just disable+try. #2 just raw bisect the code and do something else until then Chances are this will identify [2] but we will see. [1]: https://www.redhat.com/archives/libvir-list/2014-September/msg01360.html [2]: https://gitlab.com/libvirt/libvirt/-/commit/d7147b3797380de2d159ce6324536f3e1f2d97e3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1892826 Title: autopkgtest breaks in groovy at 6.6.0-1ubuntu1 for smoke-lxc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1892826/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
