==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done ==> Making package: complemento 0.7.7.3-4 (Thu Nov 21 08:14:44 2019) ==> Retrieving sources... -> Found complemento-0.7.7.3.tar.gz ==> Validating source files with sha512sums... complemento-0.7.7.3.tar.gz ... Passed Host and machine ids are equal (27f8a8a2107e4714a5587b00f7368723): refusing to link journals ==> Making package: complemento 0.7.7.3-4 (Thu 21 Nov 2019 08:14:50 AM EST) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (4) libnsl-1.2.0-1.7 c-ares-1.15.0-1.3 libnet-1.1.6-3.6 python2-2.7.17-1.0 Total Download Size: 0.09 MiB Total Installed Size: 75.89 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading libnet-1.1.6-3.6-i686.pkg.tar.xz... 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] 185 | # 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 1223 | #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 266 | # 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 1245 | #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 203 | # 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] 212 | 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 328 | 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] 212 | 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 328 | 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] 236 | 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] 650 | 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] 639 | strncpy(data, payload, strlen(payload)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 382 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ httsquash.c: In function ‘void* scanstep(iprange*, int)’: httsquash.c:66:27: warning: ‘%x’ directive writing between 1 and 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 66 | sprintf(addr, "%s:%x", ipr->block, curr); | ^~ httsquash.c:66:23: note: using the range [0, 4294967295] for directive argument 66 | sprintf(addr, "%s:%x", ipr->block, curr); | ^~~~~~~ httsquash.c:66:16: note: ‘sprintf’ output between 3 and 265 bytes into a destination of size 256 66 | sprintf(addr, "%s:%x", ipr->block, curr); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ httsquash.c:64:27: warning: ‘%u’ directive writing between 1 and 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 64 | sprintf(addr, "%s.%u", ipr->block, curr); | ^~ httsquash.c:64:23: note: using the range [0, 4294967295] for directive argument 64 | sprintf(addr, "%s.%u", ipr->block, curr); | ^~~~~~~ httsquash.c:64:16: note: ‘sprintf’ output between 3 and 267 bytes into a destination of size 256 64 | sprintf(addr, "%s.%u", ipr->block, curr); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ httsquash.c:91:37: warning: ‘%s’ directive output may be truncated writing up to 2047 bytes into a region of size between 1792 and 2047 [-Wformat-truncation=] 91 | 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 91 | 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] 382 | # 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] 382 | # 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=] 144 | 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 144 | 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=] 164 | 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 164 | 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=] 162 | 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 162 | 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=] 160 | 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 160 | 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=] 158 | 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 158 | 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] 382 | # 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=] 144 | 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 144 | 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=] 164 | 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 164 | 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=] 162 | 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 162 | 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=] 160 | 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 160 | 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=] 158 | 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 158 | 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:15:05 AM EST) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Packages (4) c-ares-1.15.0-1.3 libnet-1.1.6-3.6 libnsl-1.2.0-1.7 python2-2.7.17-1.0 Total Removed Size: 75.89 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...