=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for rid-1.11nb2 Compiling RID (Remote Intrusion Detector) clang -c -pipe -Os -I/opt/pkg/include -DHAVE_LIBPCAP=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_CTYPE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 listen.c pinger.c rid.c sender.c pinger.c:50:2: warning: 'memset' will always overflow; destination buffer has size 28, but size argument is 65535 [-Wbuiltin-memcpy-chk-size] bzero(outpack, PACKSIZE); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_strings.h:53:3: note: expanded from macro 'bzero' __builtin___memset_chk (dest, 0, __VA_ARGS__, __darwin_obsz0 (dest)) ^ 1 warning generated. rid.c:154:9: warning: call to undeclared function 'yyparse'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ret = yyparse(); ^ rid.c:183:6: warning: call to undeclared library function 'isalnum' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if(!isalnum(*mask_ptr)){ ^ rid.c:183:6: note: include the header or explicitly provide a declaration for 'isalnum' rid.c:226:40: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] printf("Number of hosts alive: %d\n", NumAlive); ~~ ^~~~~~~~ %lu rid.c:233:16: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] if((Device = pcap_lookupdev(perr)) == NULL){ ^ /Users/pbulk/build/security/rid/work/.buildlink/include/pcap/pcap.h:394:1: note: 'pcap_lookupdev' has been explicitly marked deprecated here PCAP_DEPRECATED("use 'pcap_findalldevs' and use the first device") ^ /Users/pbulk/build/security/rid/work/.buildlink/include/pcap/funcattrs.h:307:47: note: expanded from macro 'PCAP_DEPRECATED' #define PCAP_DEPRECATED(msg) __attribute__((deprecated(msg))) ^ rid.c:295:17: warning: call to undeclared function 'sender'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] sender(); ^ 5 warnings generated. /opt/pkg/bin/bison -y -d grammer.y /usr/bin/lex parser.l *** Error code 1 Stop. bmake: stopped in /Users/pbulk/build/security/rid/work/rid-1.11 *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/rid *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/rid