> Commit 63f51933 resolved bug #900055 by enabling seccomp on linux-any. > > Since version 1:2.12+dfsg-2 qemu FTBFS due to this dependency, while it was > building successfully before: > > https://buildd.debian.org/status/logs.php?pkg=qemu&arch=sparc64 > > Instead of enabling seccomp on linux-any, maybe it could be enabled on > something like this: > > [!alpha !ia64 !m68k !sh4 !sparc64 !hurd-any !kfreebsd-any]
Tracing this a bit.... It looks the kernel supports SECCOMP for sparc and sh, but these archs lack HAVE_ARCH_SECCOMP_FILTER. SECCOMP is completely missing on alpha, ia64 and m68k. I'm not sure why libseccomp is missing support for these two architectures, does it depend on HAVE_ARCH_SECCOMP_FILTER? I reported the bug upstream: https://github.com/seccomp/libseccomp/issues/231 And I also took the liberty to update the Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883308 Until this gets fixed, it should be ok to exclude those archs IMHO.