Your message dated Mon, 30 May 2016 16:03:05 +0000 (UTC)
with message-id <1443522668.22880.1464624185974.javamail.zim...@efficios.com>
and subject line Re: Bug#825040: ltt-control: FTBFS: 'SIGUNUSED' undeclared
(src/common/runas.c)
has caused the Debian Bug report #825040,
regarding ltt-control: FTBFS: 'SIGUNUSED' undeclared (src/common/runas.c)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
825040: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825040
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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!
--- End Message ---
--- Begin Message ---
Version: 2.8.0-1
Hi,
This bug was resolved with the upload of 2.8.0-1 which includes a fix to build
on architectures lacking SIGUNUSED.
Regards,
Michael
----- On May 22, 2016, at 5:05 PM, Aaron M. Ucko a...@alum.mit.edu wrote:
> 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!
--- End Message ---