Control: severity -1 serious

The FTBFS now happens with:

cc -c -o ot_mutex.o -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/bage/opentracker-0.0~git20210823.110868e=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/libowfat -Wall -pipe -Wextra -O3 -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_SYSLOGS -DWANT_RESTRICT_STATS -DWANT_ACCESSLIST_WHITE -DWANT_COMPRESSION_GZIP -DWANT_SYSLOGS -DWANT_RESTRICT_STATS -DWANT_FULLSCRAPE ot_mutex.c
scan_urlencoded_query.c:10:10: fatal error: scan.h: No such file or directory
   10 | #include "scan.h"
      |          ^~~~~~~~
compilation terminated.
make[2]: *** [Makefile:87: scan_urlencoded_query.o] Error 1
make[2]: *** Waiting for unfinished jobs....
ot_mutex.c:14:10: fatal error: byte.h: No such file or directory
   14 | #include "byte.h"
      |          ^~~~~~~~
compilation terminated.
make[2]: *** [Makefile:87: ot_mutex.o] Error 1
trackerlogic.c:16:10: fatal error: byte.h: No such file or directory
   16 | #include "byte.h"
      |          ^~~~~~~~
compilation terminated.
make[2]: *** [Makefile:87: trackerlogic.o] Error 1
opentracker.c:24:10: fatal error: socket.h: No such file or directory
   24 | #include "socket.h"
      |          ^~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:87: opentracker.o] Error 1
make[2]: Leaving directory 
'/home/bage/opentracker-0.0~git20210823.110868e/opentracker-ipv4'
dh_auto_build: error: cd opentracker-ipv4 && make -j4 "INSTALL=install 
--strip-program=true" returned exit code 2

Reply via email to