Comment 14 for bug 1892826

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Update now that we have glibc 2.32

libguestfs as rebuilt correctly
root@g:~# eu-readelf -a /usr/lib/x86_64-linux-gnu/libguestfs.so.0 | grep xdr_uint64 | grep GLOBAL
  102: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF xdr_uint64_t@TIRPC_0.3.0 (12)

libvirt not yet, I'll need to upload a revert of the change that was needed prior to glibc 2.32
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)

Because 2.32 doesn't provide that anymore