Source: kismet
Version: 2016.07.R1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> g++ -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/ncurses
> -I/usr/include/libnl3 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -c ipc_remote.cc -o
> ipc_remote.o
> In file included from /usr/include/x86_64-linux-gnu/sys/socket.h:33,
> from ipc_remote.h:61,
> from ipc_remote.cc:34:
> /usr/include/x86_64-linux-gnu/bits/socket.h:285:33: error: flexible array
> member ‘cmsghdr::__cmsg_data’ not at end of ‘struct<unnamed>’
> 285 | __extension__ unsigned char __cmsg_data __flexarr; /* Ancillary
> data. */
> | ^~~~~~~~~~~
> ipc_remote.cc:945:17: note: next member ‘int <unnamed struct>::fd’ declared
> here
> 945 | int fd;
> | ^~
> ipc_remote.cc:943:16: note: in the definition of ‘struct<unnamed>’
> 943 | typedef struct {
> | ^
> make[1]: *** [Makefile:317: ipc_remote.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/03/21/kismet_2016.07.R1-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.