Source: multitee
Version: 3.0-5
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: [email protected]
Usertags: ftbfs
X-Debbugs-CC: [email protected]
Dear Maintainer,
The package fails to build:
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall
-D_FORTIFY_SOURCE=2 -c -o sigdfl.o sigdfl.c
sigdfl.c:23:8: warning: return type defaults to ‘int’ [-Wimplicit-int]
static sigcont() /* XXX: should declare with right signal type */
^
sigdfl.c: In function ‘sigdfl’:
sigdfl.c:32:16: error: storage size of ‘oldvec’ isn’t known
struct sigvec oldvec;
^
sigdfl.c:33:16: error: storage size of ‘vec’ isn’t known
struct sigvec vec;
^
sigdfl.c:34:16: error: storage size of ‘contvec’ isn’t known
struct sigvec contvec;
^
sigdfl.c:48:2: warning: ‘sigblock’ is deprecated [-Wdeprecated-declarations]
oldmask = sigblock(0);
^
In file included from sigdfl.c:16:0:
/usr/include/signal.h:189:12: note: declared here
extern int sigblock (int __mask) __THROW __attribute_deprecated__;
^
sigdfl.c:49:2: warning: ‘sigblock’ is deprecated [-Wdeprecated-declarations]
sigblock(~0);
^
Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/multitee.html
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)