==> Synchronizing chroot copy [/chroot/armv7h/root] -> [build]...done ==> Making package: complemento 0.7.7.3-4 (Thu Nov 21 08:32:39 2019) ==> Retrieving sources... -> Found complemento-0.7.7.3.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... complemento-0.7.7.3.tar.gz ... Passed Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals ==> Making package: complemento 0.7.7.3-4 (Thu 21 Nov 2019 08:33:03 AM EST) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (4) libnsl-1.2.0-2 c-ares-1.15.0-1 libnet-1.1.6-3 python2-2.7.17-1 Total Installed Size: 65.80 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing c-ares... installing libnet... installing libnsl... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found complemento-0.7.7.3.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting complemento-0.7.7.3.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... (cd letdown; make clean) make[1]: Entering directory '/build/complemento/src/complemento/letdown' rm -f *.o letdown make[1]: Leaving directory '/build/complemento/src/complemento/letdown' (cd httsquash; make clean) make[1]: Entering directory '/build/complemento/src/complemento/httsquash' rm -f *.o httsquash make[1]: Leaving directory '/build/complemento/src/complemento/httsquash' (cd reverseraider; make clean) make[1]: Entering directory '/build/complemento/src/complemento/reverseraider' rm -f *.o reverseraider make[1]: Leaving directory '/build/complemento/src/complemento/reverseraider' (cd letdown; make) make[1]: Entering directory '/build/complemento/src/complemento/letdown' g++ -o letdown letdown.cpp -Wall -O3 `libnet-config --cflags --defines` `python2-config --includes` -lpcap `libnet-config --libs` `python2-config --ldflags` In file included from /usr/include/inttypes.h:25, from /usr/include/pcap/pcap-inttypes.h:120, from /usr/include/pcap/pcap.h:74, from /usr/include/pcap.h:43, from letdown.h:27, from letdown.cpp:21: /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/python2.7/Python.h:8, from scriptengine.h:28, from letdown.h:60, from letdown.cpp:21: /usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined #define _POSIX_C_SOURCE 200112L In file included from /usr/include/inttypes.h:25, from /usr/include/pcap/pcap-inttypes.h:120, from /usr/include/pcap/pcap.h:74, from /usr/include/pcap.h:43, from letdown.h:27, from letdown.cpp:21: /usr/include/features.h:266: note: this is the location of the previous definition # define _POSIX_C_SOURCE 200809L In file included from /usr/include/python2.7/Python.h:8, from scriptengine.h:28, from letdown.h:60, from letdown.cpp:21: /usr/include/python2.7/pyconfig.h:1245: warning: "_XOPEN_SOURCE" redefined #define _XOPEN_SOURCE 600 In file included from /usr/include/inttypes.h:25, from /usr/include/pcap/pcap-inttypes.h:120, from /usr/include/pcap/pcap.h:74, from /usr/include/pcap.h:43, from letdown.h:27, from letdown.cpp:21: /usr/include/features.h:203: note: this is the location of the previous definition # define _XOPEN_SOURCE 700 In file included from letdown.h:59, from letdown.cpp:21: inject.h: In function ‘int pcap_initialize(char*, uint32_t*, uint32_t*)’: inject.h:212:41: warning: ‘char* pcap_lookupdev(char*)’ is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] dev = pcap_lookupdev(pcap_errbuf); ^ In file included from /usr/include/pcap.h:43, from letdown.h:27, from letdown.cpp:21: /usr/include/pcap/pcap.h:328:16: note: declared here PCAP_API char *pcap_lookupdev(char *) ^~~~~~~~~~~~~~ In file included from letdown.h:59, from letdown.cpp:21: inject.h:212:41: warning: ‘char* pcap_lookupdev(char*)’ is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] dev = pcap_lookupdev(pcap_errbuf); ^ In file included from /usr/include/pcap.h:43, from letdown.h:27, from letdown.cpp:21: /usr/include/pcap/pcap.h:328:16: note: declared here PCAP_API char *pcap_lookupdev(char *) ^~~~~~~~~~~~~~ letdown.cpp: In function ‘void tcp_stack(u_char*, const pcap_pkthdr*, const u_char*)’: letdown.cpp:236:28: warning: variable ‘ethernet’ set but not used [-Wunused-but-set-variable] struct sniff_ethernet *ethernet; /* The ethernet header */ ^~~~~~~~ In file included from letdown.h:59, from letdown.cpp:21: inject.h: In function ‘int inject_tcp_packet(sess_key, char*, uint8_t, uint16_t)’: inject.h:650:16: warning: ‘char* strncpy(char*, const char*, size_t)’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(data, payload, strlen(payload)); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inject.h:639:16: warning: ‘char* strncpy(char*, const char*, size_t)’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(data, payload, strlen(payload)); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from letdown.h:59, from letdown.cpp:21: In function ‘int pcap_install_filter(char*, uint32_t*, uint32_t*)’, inlined from ‘void flood_start()’ at letdown.cpp:442:33: inject.h:294:16: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 256 equals destination size [-Wstringop-truncation] strncpy(pcap_errbuf, pcap_geterr(handle), PCAP_ERRBUF_SIZE); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inject.h:288:16: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 256 equals destination size [-Wstringop-truncation] strncpy(pcap_errbuf, pcap_geterr(handle), PCAP_ERRBUF_SIZE); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/build/complemento/src/complemento/letdown' (cd httsquash; make) make[1]: Entering directory '/build/complemento/src/complemento/httsquash' g++ -Wall -pthread `curl-config --cflags` -D_FORTIFY_SOURCE=2 -c -o httsquash.o httsquash.c In file included from /usr/include/unistd.h:25, from httsquash.h:23, from httsquash.c:20: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ httsquash.c: In function ‘void* scanstep(iprange*, int)’: httsquash.c:66:23: warning: ‘%x’ directive writing between 1 and 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] sprintf(addr, "%s:%x", ipr->block, curr); ^~~~~~~ httsquash.c:66:23: note: using the range [0, 4294967295] for directive argument httsquash.c:66:16: note: ‘sprintf’ output between 3 and 265 bytes into a destination of size 256 sprintf(addr, "%s:%x", ipr->block, curr); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ httsquash.c:64:23: warning: ‘%u’ directive writing between 1 and 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] sprintf(addr, "%s.%u", ipr->block, curr); ^~~~~~~ httsquash.c:64:23: note: using the range [0, 4294967295] for directive argument httsquash.c:64:16: note: ‘sprintf’ output between 3 and 267 bytes into a destination of size 256 sprintf(addr, "%s.%u", ipr->block, curr); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ httsquash.c:91:32: warning: ‘%s’ directive output may be truncated writing up to 2047 bytes into a region of size between 1792 and 2047 [-Wformat-truncation=] snprintf(buff, MAX_DATA-1, "%s%s%s", ipr->https ? "https://" : "http://", addr, ipr->url); ^~~~~~~~ httsquash.c:91:13: note: ‘snprintf’ output 1 or more bytes (assuming 2303) into a destination of size 2047 snprintf(buff, MAX_DATA-1, "%s%s%s", ipr->https ? "https://" : "http://", addr, ipr->url); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Wall -pthread `curl-config --cflags` -D_FORTIFY_SOURCE=2 -c -o argparser.o argparser.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from argparser.h:24, from argparser.c:22: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ g++ -o httsquash httsquash.o argparser.o -Wall -pthread `curl-config --cflags` `curl-config --libs` make[1]: Leaving directory '/build/complemento/src/complemento/httsquash' (cd reverseraider; make) make[1]: Entering directory '/build/complemento/src/complemento/reverseraider' gcc -Wall -D_FORTIFY_SOURCE=2 -c -o reverseraider.o reverseraider.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from argparser.h:24, from reverseraider.h:30, from reverseraider.c:25: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ reverseraider.c: In function ‘wordlistscanner’: reverseraider.c:144:37: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(host, MAX_ARG, "%s.%s", prefix, opt->domain); ^~ reverseraider.c:144:9: note: ‘snprintf’ output between 2 and 2048 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "%s.%s", prefix, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reverseraider.c:164:49: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 1012 and 1022 [-Wformat-truncation=] snprintf(host, MAX_ARG, "0%d%s.%s", i, prefix, opt->domain); ^~ ~~~~~~ reverseraider.c:164:21: note: ‘snprintf’ output between 4 and 2060 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "0%d%s.%s", i, prefix, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reverseraider.c:162:50: warning: ‘.’ directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(host, MAX_ARG, "%d%s.%s", i, prefix, opt->domain); ^ reverseraider.c:162:21: note: ‘snprintf’ output between 3 and 2059 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "%d%s.%s", i, prefix, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reverseraider.c:160:49: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(host, MAX_ARG, "%s0%d.%s", prefix, i, opt->domain); ^~ reverseraider.c:160:21: note: ‘snprintf’ output between 4 and 2060 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "%s0%d.%s", prefix, i, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reverseraider.c:158:50: warning: ‘.’ directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(host, MAX_ARG, "%s%d.%s", prefix, i, opt->domain); ^ reverseraider.c:158:21: note: ‘snprintf’ output between 3 and 2059 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "%s%d.%s", prefix, i, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -D_FORTIFY_SOURCE=2 -c -o argparser.o argparser.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from argparser.h:24, from argparser.c:21: /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -c argparser.c -Wall gcc -c reverseraider.c -Wall reverseraider.c: In function ‘wordlistscanner’: reverseraider.c:144:37: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(host, MAX_ARG, "%s.%s", prefix, opt->domain); ^~ reverseraider.c:144:9: note: ‘snprintf’ output between 2 and 2048 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "%s.%s", prefix, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reverseraider.c:164:49: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 1012 and 1022 [-Wformat-truncation=] snprintf(host, MAX_ARG, "0%d%s.%s", i, prefix, opt->domain); ^~ ~~~~~~ reverseraider.c:164:21: note: ‘snprintf’ output between 4 and 2060 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "0%d%s.%s", i, prefix, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reverseraider.c:162:50: warning: ‘.’ directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(host, MAX_ARG, "%d%s.%s", i, prefix, opt->domain); ^ reverseraider.c:162:21: note: ‘snprintf’ output between 3 and 2059 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "%d%s.%s", i, prefix, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reverseraider.c:160:49: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(host, MAX_ARG, "%s0%d.%s", prefix, i, opt->domain); ^~ reverseraider.c:160:21: note: ‘snprintf’ output between 4 and 2060 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "%s0%d.%s", prefix, i, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reverseraider.c:158:50: warning: ‘.’ directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(host, MAX_ARG, "%s%d.%s", prefix, i, opt->domain); ^ reverseraider.c:158:21: note: ‘snprintf’ output between 3 and 2059 bytes into a destination of size 1024 snprintf(host, MAX_ARG, "%s%d.%s", prefix, i, opt->domain); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o reverseraider *.o -lcares make[1]: Leaving directory '/build/complemento/src/complemento/reverseraider' ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "complemento"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: complemento 0.7.7.3-4 (Thu 21 Nov 2019 08:34:04 AM EST) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Packages (4) c-ares-1.15.0-1 libnet-1.1.6-3 libnsl-1.2.0-2 python2-2.7.17-1 Total Removed Size: 65.80 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python2... removing libnsl... removing libnet... removing c-ares... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...