=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for kismet-2008.05.01nb57 Makefile:344: warning: ignoring prerequisites on suffix rule definition Makefile:344: warning: ignoring prerequisites on suffix rule definition Makefile:347: warning: ignoring prerequisites on suffix rule definition Makefile:347: warning: ignoring prerequisites on suffix rule definition Makefile:350: warning: ignoring prerequisites on suffix rule definition Makefile:344: warning: ignoring prerequisites on suffix rule definition Makefile:344: warning: ignoring prerequisites on suffix rule definition Makefile:347: warning: ignoring prerequisites on suffix rule definition Makefile:347: warning: ignoring prerequisites on suffix rule definition Makefile:350: warning: ignoring prerequisites on suffix rule definition Generating dependencies... Makefile:344: warning: ignoring prerequisites on suffix rule definition Makefile:344: warning: ignoring prerequisites on suffix rule definition Makefile:347: warning: ignoring prerequisites on suffix rule definition Makefile:347: warning: ignoring prerequisites on suffix rule definition Makefile:350: warning: ignoring prerequisites on suffix rule definition Makefile:344: warning: ignoring prerequisites on suffix rule definition Makefile:344: warning: ignoring prerequisites on suffix rule definition Makefile:347: warning: ignoring prerequisites on suffix rule definition Makefile:347: warning: ignoring prerequisites on suffix rule definition Makefile:350: warning: ignoring prerequisites on suffix rule definition clang++ -I/opt/pkg/include/ncurses -I/opt/pkg/include -O2 -Wall -DVERSION_MAJOR=\"2008\" -DVERSION_MINOR=\"05\" -DVERSION_TINY=\"R1\" -DTIMESTAMP=\"`cat TIMESTAMP`\" -pipe -Os -I/opt/pkg/include/ncurses -I/opt/pkg/include -c util.cc -o util.o clang++ -I/opt/pkg/include/ncurses -I/opt/pkg/include -O2 -Wall -DVERSION_MAJOR=\"2008\" -DVERSION_MINOR=\"05\" -DVERSION_TINY=\"R1\" -DTIMESTAMP=\"`cat TIMESTAMP`\" -pipe -Os -I/opt/pkg/include/ncurses -I/opt/pkg/include -c cygwin_utils.cc -o cygwin_utils.o clang++ -I/opt/pkg/include/ncurses -I/opt/pkg/include -O2 -Wall -DVERSION_MAJOR=\"2008\" -DVERSION_MINOR=\"05\" -DVERSION_TINY=\"R1\" -DTIMESTAMP=\"`cat TIMESTAMP`\" -pipe -Os -I/opt/pkg/include/ncurses -I/opt/pkg/include -c ringbuf.cc -o ringbuf.o In file included from cygwin_utils.cc:19: ./config.h:295:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ In file included from ringbuf.cc:19: In file included from ./ringbuf.h:4: ./config.h:295:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ In file included from util.cc:19: ./config.h:295:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ In file included from util.cc:21: In file included from ./util.h:22: ./config.h:295:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ 1 warning generated. clang++ -I/opt/pkg/include/ncurses -I/opt/pkg/include -O2 -Wall -DVERSION_MAJOR=\"2008\" -DVERSION_MINOR=\"05\" -DVERSION_TINY=\"R1\" -DTIMESTAMP=\"`cat TIMESTAMP`\" -pipe -Os -I/opt/pkg/include/ncurses -I/opt/pkg/include -c configfile.cc -o configfile.o In file included from configfile.cc:20: ./config.h:295:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ In file included from util.cc:21: ./util.h:57:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct smart_word_token { ^~~~~~~ 1 warning generated. clang++ -I/opt/pkg/include/ncurses -I/opt/pkg/include -O2 -Wall -DVERSION_MAJOR=\"2008\" -DVERSION_MINOR=\"05\" -DVERSION_TINY=\"R1\" -DTIMESTAMP=\"`cat TIMESTAMP`\" -pipe -Os -I/opt/pkg/include/ncurses -I/opt/pkg/include -c speech.cc -o speech.o In file included from configfile.cc:28: In file included from ./configfile.h:35: In file included from ./packet.h:45: ./macaddr.h:77:19: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *in_mask = strchr(in, '/'); ^ ~~~~~~~~~~~~~~~ ./macaddr.h:50:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct mac_addr { ^~~~~~~ ./macaddr.h:281:5: warning: typedef requires a name [-Wmissing-declarations] typedef struct mask_vec_content { ^~~~~~~ ./macaddr.h:286:5: warning: typedef requires a name [-Wmissing-declarations] typedef struct mask_vec_offsets { ^~~~~~~ In file included from configfile.cc:28: In file included from ./configfile.h:35: ./packet.h:57:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct packet_parm { ^~~~~~~ ./packet.h:298:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct proto_info { ^~~~~~~ In file included from configfile.cc:29: ./util.h:57:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct smart_word_token { ^~~~~~~ configfile.cc:122:22: warning: variable 'found_num' set but not used [-Wunused-but-set-variable] int found_type = 0, found_num = 0; ^ configfile.cc:122:6: warning: variable 'found_type' set but not used [-Wunused-but-set-variable] int found_type = 0, found_num = 0; ^ In file included from speech.cc:19: ./config.h:295:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ 9 warnings and 1 error generated. gmake: *** [Makefile:347: configfile.o] Error 1 gmake: *** Waiting for unfinished jobs.... 3 warnings generated. In file included from speech.cc:23: In file included from ./speech.h:30: In file included from ./tracktypes.h:27: In file included from ./packet.h:45: ./macaddr.h:77:19: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *in_mask = strchr(in, '/'); ^ ~~~~~~~~~~~~~~~ ./macaddr.h:50:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct mac_addr { ^~~~~~~ ./macaddr.h:281:5: warning: typedef requires a name [-Wmissing-declarations] typedef struct mask_vec_content { ^~~~~~~ ./macaddr.h:286:5: warning: typedef requires a name [-Wmissing-declarations] typedef struct mask_vec_offsets { ^~~~~~~ In file included from speech.cc:23: In file included from ./speech.h:30: In file included from ./tracktypes.h:27: ./packet.h:57:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct packet_parm { ^~~~~~~ ./packet.h:298:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct proto_info { ^~~~~~~ In file included from speech.cc:23: In file included from ./speech.h:30: ./tracktypes.h:30:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct display_network; ^~~~~~~ ./tracktypes.h:93:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct wireless_client { ^~~~~~~ ./tracktypes.h:269:1: warning: typedef requires a name [-Wmissing-declarations] typedef struct wireless_network { ^~~~~~~ 9 warnings and 1 error generated. gmake: *** [Makefile:347: speech.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/kismet *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/kismet