Hello! Since version 2.39.2, util-linux fails to build from source since tests/helpers/test_enosys.c is built even though alpha is not supported by libseccomp and does not have AUDIT_ARCH_NATIVE: gcc -DHAVE_CONFIG_H -I. -include config.h -I./include -DLOCALEDIR=\"/usr/share/locale\" -D_PATH_RUNSTATEDIR=\"/run\" -D_PATH_SYSCONFSTATICDIR=\"/usr/lib\" -Wdate-time -D_FORTIFY_SOURCE=2 -fsigned- char -fno-common -Wall -Wextra -Waddress-of-packed-member -Wdiscarded-qualifiers -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs - Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set- variable -Wunused-parameter -Wunused-result -Wunused-variable -Werror=sequence-point -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -Wformat -Werror=format-security -c -o tests/helpers/test_enosys.o tests/helpers/test_enosys.c In file included from tests/helpers/test_enosys.c:30: ./include/audit-arch.h:67:6: error: #error Unknown target architecture 67 | # error Unknown target architecture | ^~~~~ Full log available in [1]. Sam James from Gentoo suggested this might due to test_enosys being built unconditionally [2] while enosys requires AUDIT_ARCH_NATIVE [3]. On the other hand, we're not seeing this issue on sparc64 which currently doesn't have libseccomp support either. Any suggestions? Adrian > [1] https://buildd.debian.org/status/fetch.php?pkg=util-linux&arch=alpha&ver=2.39.2-1&stamp=1692576237&raw=0 > [2] https://github.com/util-linux/util-linux/blob/master/meson.build#L3414 > [3] https://github.com/util-linux/util-linux/blob/master/meson.build#L2947 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913