* Christian Göttsche: > Package: glibc > Version: 2.41-3 > > src:libselinux FTBFS on alpha due to pedantic checks for an ABI > incompatibility around matchpathcon_filespec_add(3). > It seems __INO_T_MATCHES_INO64_T is not defined (to 1) although from > my understanding ino_t and ino64_t have the same size of 8 bytes.
No, they are different: sysdeps/unix/sysv/linux/alpha/bits/typesizes.h:#define __INO_T_TYPE __U32_TYPE sysdeps/unix/sysv/linux/alpha/bits/typesizes.h:#define __INO64_T_TYPE __U64_TYPE Thanks, Florian

