Package: libseccomp
Version: 0.1.0-1
Severity: Important
According to src/arch.c ~line 38:
#if __i386__
.token = AUDIT_ARCH_I386,
#elif __x86_64__
.token = AUDIT_ARCH_X86_64,
#else
#error the arch code needs to know about your machine type
#endif /* machine type guess */
The library only has support for i386/amd64, please tag accordingly in
the arch list, so that it doesn't erroneously appear as a problematic
package.
Regards
Konstantinos
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]