==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done ==> Making package: zulu 0.1-5 (Mon Oct 7 12:41:29 2019) ==> Retrieving sources... -> Found zulu-0.1.tgz ==> Validating source files with sha512sums... zulu-0.1.tgz ... Passed Host and machine ids are equal (03ca1e0d79db47a597e66a5149387887): refusing to link journals ==> Making package: zulu 0.1-5 (Mon 07 Oct 2019 12:41:30 PM EDT) ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found zulu-0.1.tgz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting zulu-0.1.tgz with bsdtar ==> Starting build()... checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for alarm... yes checking for bzero... yes checking for memset... yes checking for select... yes checking for socket... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands make all-am make[1]: Entering directory '/build/zulu/src/zulu' if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include/ -I../include/ -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT zulu.o -MD -MP -MF ".deps/zulu.Tpo" -c -o zulu.o zulu.c; \ then mv -f ".deps/zulu.Tpo" ".deps/zulu.Po"; else rm -f ".deps/zulu.Tpo"; exit 1; fi zulu.c: In function ‘forge_proberesponse’: zulu.c:195:70: warning: pointer type mismatch in conditional expression 195 | cpy(&packet[2],(unsigned int)channel > 13 ? WLAN_DEFAULT_CHANNEL:&channel,nu8); | ^ zulu.c: In function ‘forge_Authentication’: zulu.c:698:8: warning: implicit declaration of function ‘ntohs’ [-Wimplicit-function-declaration] 698 | nu16 =ntohs(0x0001); | ^~~~~ zulu.c: In function ‘wlan_spy’: zulu.c:958:3: warning: implicit declaration of function ‘init_ap_list’; did you mean ‘update_ap_list’? [-Wimplicit-function-declaration] 958 | init_ap_list(); | ^~~~~~~~~~~~ | update_ap_list zulu.c:959:3: warning: implicit declaration of function ‘init_client_list’; did you mean ‘update_client_list’? [-Wimplicit-function-declaration] 959 | init_client_list(); | ^~~~~~~~~~~~~~~~ | update_client_list zulu.c:964:17: warning: implicit declaration of function ‘read_packet’ [-Wimplicit-function-declaration] 964 | while((n_read=read_packet(fd_sock,read_buf,MAX_BUFLEN)) >= 0) { | ^~~~~~~~~~~ zulu.c:965:2: warning: implicit declaration of function ‘analyze_packet’; did you mean ‘analyze_pakcet’? [-Wimplicit-function-declaration] 965 | analyze_packet(read_buf,n_read); | ^~~~~~~~~~~~~~ | analyze_pakcet if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include/ -I../include/ -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi main.c: In function ‘main’: main.c:326:6: warning: implicit declaration of function ‘iwconfig_set_ssid’ [-Wimplicit-function-declaration] 326 | if(iwconfig_set_ssid(device,error_message,"zulu") < 0) { | ^~~~~~~~~~~~~~~~~ main.c:330:6: warning: implicit declaration of function ‘iwconfig_set_channel’ [-Wimplicit-function-declaration] 330 | if(iwconfig_set_channel(device,error_message,in_ch) < 0) { | ^~~~~~~~~~~~~~~~~~~~ main.c:366:8: warning: implicit declaration of function ‘forge_deauth’; did you mean ‘forge_Data’? [-Wimplicit-function-declaration] 366 | if(forge_deauth(fd_sock,src_mac,dest_mac,reason_code,countFramesToSend,duration,flags, fragment, sequence)) { | ^~~~~~~~~~~~ | forge_Data main.c:430:9: warning: implicit declaration of function ‘forge_ver_distrib’ [-Wimplicit-function-declaration] 430 | if(forge_ver_distrib(fd_sock,src_mac,dest_mac,data_distri, mgmt_distri, ctrl_distri)) { | ^~~~~~~~~~~~~~~~~ main.c:467:8: warning: implicit declaration of function ‘forge_proberesponse’ [-Wimplicit-function-declaration] 467 | if(forge_proberesponse(fd_sock,src_mac, ssid, beac_int,channel,countFramesToSend,duration,flags,fragment,sequence)) { | ^~~~~~~~~~~~~~~~~~~ main.c: In function ‘str_to_mac’: main.c:537:9: warning: implicit declaration of function ‘ctoi’; did you mean ‘atoi’? [-Wimplicit-function-declaration] 537 | dig1 = ctoi(dig1) * 16 + ctoi(dig2); | ^~~~ | atoi if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include/ -I../include/ -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT analyzer.o -MD -MP -MF ".deps/analyzer.Tpo" -c -o analyzer.o analyzer.c; \ then mv -f ".deps/analyzer.Tpo" ".deps/analyzer.Po"; else rm -f ".deps/analyzer.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include/ -I../include/ -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT socklib.o -MD -MP -MF ".deps/socklib.Tpo" -c -o socklib.o socklib.c; \ then mv -f ".deps/socklib.Tpo" ".deps/socklib.Po"; else rm -f ".deps/socklib.Tpo"; exit 1; fi socklib.c:18:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 18 | init_raw_sock(int *fd_sock, char *device) { | ^~~~~~~~~~~~~ socklib.c: In function ‘init_raw_sock’: socklib.c:38:23: warning: implicit declaration of function ‘htons’ [-Wimplicit-function-declaration] 38 | saddr.sll_protocol = htons(ETH_P_80211_RAW); | ^~~~~ socklib.c: At top level: socklib.c:48:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 48 | init_spy_sock(int *fd_sock,char *device) { | ^~~~~~~~~~~~~ socklib.c:125:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 125 | shut_sock(int fd_sock) { | ^~~~~~~~~ In file included from /usr/include/string.h:494, from socklib.c:8: In function ‘strncpy’, inlined from ‘init_raw_sock’ at socklib.c:31:2: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socklib.c: In function ‘init_raw_sock’: socklib.c:31:42: note: length computed here 31 | strncpy((char *)&(ifr.ifr_name), device,strlen(device)+1); | ^~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from socklib.c:8: In function ‘strncpy’, inlined from ‘init_spy_sock’ at socklib.c:66:2: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socklib.c: In function ‘init_spy_sock’: socklib.c:66:42: note: length computed here 66 | strncpy((char *)&(ifr.ifr_name), device,strlen(device)+1); | ^~~~~~~~~~~~~~ if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include/ -I../include/ -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT llist.o -MD -MP -MF ".deps/llist.Tpo" -c -o llist.o llist.c; \ then mv -f ".deps/llist.Tpo" ".deps/llist.Po"; else rm -f ".deps/llist.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include/ -I../include/ -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT wlaninfo.o -MD -MP -MF ".deps/wlaninfo.Tpo" -c -o wlaninfo.o wlaninfo.c; \ then mv -f ".deps/wlaninfo.Tpo" ".deps/wlaninfo.Po"; else rm -f ".deps/wlaninfo.Tpo"; exit 1; fi wlaninfo.c: In function ‘update_ap_list’: wlaninfo.c:87:3: warning: implicit declaration of function ‘init_list’ [-Wimplicit-function-declaration] 87 | init_list(node); | ^~~~~~~~~ wlaninfo.c: In function ‘init_ap_list’: wlaninfo.c:102:2: warning: implicit declaration of function ‘free_ap_list’; did you mean ‘free_list’? [-Wimplicit-function-declaration] 102 | free_ap_list(); | ^~~~~~~~~~~~ | free_list wlaninfo.c: In function ‘init_client_list’: wlaninfo.c:193:2: warning: implicit declaration of function ‘free_client_list’; did you mean ‘init_client_list’? [-Wimplicit-function-declaration] 193 | free_client_list(); | ^~~~~~~~~~~~~~~~ | init_client_list wlaninfo.c: In function ‘display_wlan_stats’: wlaninfo.c:262:2: warning: implicit declaration of function ‘alarm’ [-Wimplicit-function-declaration] 262 | alarm(10); | ^~~~~ if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include/ -I../include/ -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT iwcontrol.o -MD -MP -MF ".deps/iwcontrol.Tpo" -c -o iwcontrol.o iwcontrol.c; \ then mv -f ".deps/iwcontrol.Tpo" ".deps/iwcontrol.Po"; else rm -f ".deps/iwcontrol.Tpo"; exit 1; fi gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wl,-O1,--sort-common,--as-needed,-z,relro -o zulu zulu.o main.o analyzer.o socklib.o llist.o wlaninfo.o iwcontrol.o -lm make[1]: Leaving directory '/build/zulu/src/zulu' ==> Entering fakeroot environment... ==> Starting package()... make[1]: Entering directory '/build/zulu/src/zulu' test -z "/usr/bin" || mkdir -p -- "/build/zulu/pkg/zulu/usr/bin" /usr/bin/install -c 'zulu' '/build/zulu/pkg/zulu/usr/bin/zulu' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/build/zulu/src/zulu' ==> 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 "zulu"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: zulu 0.1-5 (Mon 07 Oct 2019 12:41:36 PM EDT) ==> Cleaning up...