Source: ltt-control Version: 2.7.2-1 Severity: serious Justification: fails to build from source (but built successfully in the past)
Builds of ltt-control on architectures lacking SIGUNUSED have been failing: runas.c: In function 'reset_sighandler': runas.c:535:28: error: 'SIGUNUSED' undeclared (first use in this function) for (sig = SIGHUP; sig <= SIGUNUSED; sig++) { ^ runas.c:535:28: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [runas.lo] Error 1 This error affects the release architectures mips and mipsel, along with alpha, sparc64, and quite possibly other non-release architectures which haven't yet tried to build this version. (In particular, I wouldn't be surprised to see this error crop up on mips64el.) Could you please take a look? Thanks!