On Mon, Feb 05, 2018 at 09:06:15AM +0200, Adrian Bunk wrote: > ... > ../../../lib/sandbox.c: In function 'make_seccomp_filter': > ../../../lib/sandbox.c:435:50: error: invalid application of 'sizeof' to > incomplete type 'struct termios' > SC_ALLOW_ARG_1 ("ioctl", SCMP_A1 (SCMP_CMP_EQ, TCGETS)); > ^ > ../../../lib/sandbox.c:183:53: note: in definition of macro 'SC_ALLOW_ARG_1' > if (seccomp_rule_add (ctx, SCMP_ACT_ALLOW, nr, 1, cmp1) < 0) \ > ^~~~
Thanks. I've disabled seccomp for now for other reasons, which deals with this build failure, but I've also fixed the architecture-specific problem here for the next upstream release: https://git.savannah.gnu.org/cgit/man-db.git/commit/?id=13d37b21fe591b84558cd84701a6930b158b5904 -- Colin Watson [cjwat...@debian.org]