hmmm :-/ Old/Current: root@g:~# eu-readelf -a /usr/lib/libvirt/libvirt_lxc | grep xdr_uint64 | grep GLOBAL 104: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF xdr_uint64_t@GLIBC_2.2.5 (4)
New build has TIRPC linked now (built with the revert applied): root@g:~# eu-readelf -a /usr/lib/libvirt/libvirt_lxc | grep xdr_uint64 | grep GLOBAL 85: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF xdr_uint64_t@TIRPC_0.3.0 (8) But as mentioned even our glibc 2.32 still has xdr elements. Let us hope this does not crash again. root@g:~# eu-readelf -a /lib/x86_64-linux-gnu/libc.so.6 | grep xdr_uint64 2049: 0000000000150c70 228 FUNC GLOBAL DEFAULT 16 xdr_uint64_t@GLIBC_2.2.5 [ 180] xdr_uint64_t initial_location: +0x0000000000150c70 <xdr_uint64_t> (offset: 0x150c70) So to summarize: a) current libvirt build looks for xdr in glibc and still works b) rebuild as-is looks for xdr in tirpc c) rebuild with xdr changes no more reverted is an FTFBS (a)+(b) seem to work fine in sniff tests done for bug 1887490 with lxc guests, but for extra confidence we need to make sure autopkgtest work pre-upload as well. -- 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/libguestfs/+bug/1892826/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
