=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for nfdump-1.6.12nb22 CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/missing aclocal-1.14 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/missing autoconf WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. (CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/missing autoheader) WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. rm -f stamp-h1 touch ./config.h.in /opt/pkg/bin/mksh ./config.status --recheck cd . && /opt/pkg/bin/mksh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /opt/pkg/bin/bmake all-recursive Making all in . cd . && /opt/pkg/bin/mksh /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/missing automake-1.14 --gnu WARNING: 'automake' is missing on your system. You should only need it if you modified 'Makefile.am', 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. /opt/pkg/bin/mksh ./config.status --recheck cd . && /opt/pkg/bin/mksh ./config.status Makefile config.status: creating Makefile Making all in bin /opt/pkg/bin/mksh ../ylwrap grammar.y y.tab.c grammar.c y.tab.h `echo grammar.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output grammar.output -- /opt/pkg/bin/bison -y -d /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin/grammar.y:112.22-27: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 112 | %type expr NUMBER PORTNUM ICMP_TYPE ICMP_CODE | ^~~~~~ /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin/grammar.y:112.29-35: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 112 | %type expr NUMBER PORTNUM ICMP_TYPE ICMP_CODE | ^~~~~~~ /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin/grammar.y:112.37-45: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 112 | %type expr NUMBER PORTNUM ICMP_TYPE ICMP_CODE | ^~~~~~~~~ /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin/grammar.y:112.47-55: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 112 | %type expr NUMBER PORTNUM ICMP_TYPE ICMP_CODE | ^~~~~~~~~ /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin/grammar.y:113.11-16: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 113 | %type STRING REASON | ^~~~~~ /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin/grammar.y:113.18-23: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 113 | %type STRING REASON | ^~~~~~ /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin/grammar.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin/grammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples updating grammar.h /opt/pkg/bin/bmake all-am clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nf_common.o -MD -MP -MF .deps/nf_common.Tpo -c -o nf_common.o nf_common.c In file included from nf_common.c:58: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nf_common.c:58: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nf_common.Tpo .deps/nf_common.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c In file included from util.c:59: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from util.c:59: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/util.Tpo .deps/util.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT minilzo.o -MD -MP -MF .deps/minilzo.Tpo -c -o minilzo.o minilzo.c mv -f .deps/minilzo.Tpo .deps/minilzo.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nffile.o -MD -MP -MF .deps/nffile.Tpo -c -o nffile.o nffile.c In file included from nffile.c:63: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nffile.c:63: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nffile.Tpo .deps/nffile.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nfx.o -MD -MP -MF .deps/nfx.Tpo -c -o nfx.o nfx.c In file included from nfx.c:63: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfx.c:63: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfx.Tpo .deps/nfx.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nfxstat.o -MD -MP -MF .deps/nfxstat.Tpo -c -o nfxstat.o nfxstat.c In file included from nfxstat.c:58: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfxstat.c:58: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfxstat.Tpo .deps/nfxstat.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT flist.o -MD -MP -MF .deps/flist.Tpo -c -o flist.o flist.c In file included from flist.c:72: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from flist.c:72: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/flist.Tpo .deps/flist.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT fts_compat.o -MD -MP -MF .deps/fts_compat.Tpo -c -o fts_compat.o fts_compat.c fts_compat.c:1080:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fts_maxarglen(argv) ^ fts_compat.c:1097:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fts_safe_changedir(sp, p, fd, path) ^ 2 warnings generated. mv -f .deps/fts_compat.Tpo .deps/fts_compat.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nfnet.o -MD -MP -MF .deps/nfnet.Tpo -c -o nfnet.o nfnet.c In file included from nfnet.c:57: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfnet.c:57: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfnet.Tpo .deps/nfnet.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT collector.o -MD -MP -MF .deps/collector.Tpo -c -o collector.o collector.c In file included from collector.c:68: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from collector.c:68: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/collector.Tpo .deps/collector.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT netflow_v1.o -MD -MP -MF .deps/netflow_v1.Tpo -c -o netflow_v1.o netflow_v1.c In file included from netflow_v1.c:57: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from netflow_v1.c:57: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/netflow_v1.Tpo .deps/netflow_v1.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT netflow_v9.o -MD -MP -MF .deps/netflow_v9.Tpo -c -o netflow_v9.o netflow_v9.c In file included from netflow_v9.c:61: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from netflow_v9.c:61: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/netflow_v9.Tpo .deps/netflow_v9.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT netflow_v5_v7.o -MD -MP -MF .deps/netflow_v5_v7.Tpo -c -o netflow_v5_v7.o netflow_v5_v7.c In file included from netflow_v5_v7.c:57: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from netflow_v5_v7.c:57: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/netflow_v5_v7.Tpo .deps/netflow_v5_v7.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT ipfix.o -MD -MP -MF .deps/ipfix.Tpo -c -o ipfix.o ipfix.c In file included from ipfix.c:60: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from ipfix.c:60: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/ipfix.Tpo .deps/ipfix.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT bookkeeper.o -MD -MP -MF .deps/bookkeeper.Tpo -c -o bookkeeper.o bookkeeper.c mv -f .deps/bookkeeper.Tpo .deps/bookkeeper.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT expire.o -MD -MP -MF .deps/expire.Tpo -c -o expire.o expire.c In file included from expire.c:69: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from expire.c:69: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/expire.Tpo .deps/expire.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nfstatfile.o -MD -MP -MF .deps/nfstatfile.Tpo -c -o nfstatfile.o nfstatfile.c mv -f .deps/nfstatfile.Tpo .deps/nfstatfile.Po cd .. && /opt/pkg/bin/bmake am--refresh /opt/pkg/bin/mksh ./config.status --recheck clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-nfcapd.o -MD -MP -MF .deps/nfcapd-nfcapd.Tpo -c -o nfcapd-nfcapd.o `test -f 'nfcapd.c' || echo './'`nfcapd.c In file included from nfcapd.c:86: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfcapd.c:86: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-nfcapd.Tpo .deps/nfcapd-nfcapd.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-nf_common.o -MD -MP -MF .deps/nfcapd-nf_common.Tpo -c -o nfcapd-nf_common.o `test -f 'nf_common.c' || echo './'`nf_common.c In file included from nf_common.c:58: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nf_common.c:58: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-nf_common.Tpo .deps/nfcapd-nf_common.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-util.o -MD -MP -MF .deps/nfcapd-util.Tpo -c -o nfcapd-util.o `test -f 'util.c' || echo './'`util.c In file included from util.c:59: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from util.c:59: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-util.Tpo .deps/nfcapd-util.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-minilzo.o -MD -MP -MF .deps/nfcapd-minilzo.Tpo -c -o nfcapd-minilzo.o `test -f 'minilzo.c' || echo './'`minilzo.c mv -f .deps/nfcapd-minilzo.Tpo .deps/nfcapd-minilzo.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-nffile.o -MD -MP -MF .deps/nfcapd-nffile.Tpo -c -o nfcapd-nffile.o `test -f 'nffile.c' || echo './'`nffile.c In file included from nffile.c:63: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nffile.c:63: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-nffile.Tpo .deps/nfcapd-nffile.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-nfx.o -MD -MP -MF .deps/nfcapd-nfx.Tpo -c -o nfcapd-nfx.o `test -f 'nfx.c' || echo './'`nfx.c In file included from nfx.c:63: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfx.c:63: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-nfx.Tpo .deps/nfcapd-nfx.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-nfxstat.o -MD -MP -MF .deps/nfcapd-nfxstat.Tpo -c -o nfcapd-nfxstat.o `test -f 'nfxstat.c' || echo './'`nfxstat.c In file included from nfxstat.c:58: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfxstat.c:58: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-nfxstat.Tpo .deps/nfcapd-nfxstat.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-flist.o -MD -MP -MF .deps/nfcapd-flist.Tpo -c -o nfcapd-flist.o `test -f 'flist.c' || echo './'`flist.c In file included from flist.c:72: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from flist.c:72: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-flist.Tpo .deps/nfcapd-flist.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-fts_compat.o -MD -MP -MF .deps/nfcapd-fts_compat.Tpo -c -o nfcapd-fts_compat.o `test -f 'fts_compat.c' || echo './'`fts_compat.c fts_compat.c:1080:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fts_maxarglen(argv) ^ fts_compat.c:1097:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fts_safe_changedir(sp, p, fd, path) ^ 2 warnings generated. mv -f .deps/nfcapd-fts_compat.Tpo .deps/nfcapd-fts_compat.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-nfstatfile.o -MD -MP -MF .deps/nfcapd-nfstatfile.Tpo -c -o nfcapd-nfstatfile.o `test -f 'nfstatfile.c' || echo './'`nfstatfile.c mv -f .deps/nfcapd-nfstatfile.Tpo .deps/nfcapd-nfstatfile.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-launch.o -MD -MP -MF .deps/nfcapd-launch.Tpo -c -o nfcapd-launch.o `test -f 'launch.c' || echo './'`launch.c mv -f .deps/nfcapd-launch.Tpo .deps/nfcapd-launch.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-nfnet.o -MD -MP -MF .deps/nfcapd-nfnet.Tpo -c -o nfcapd-nfnet.o `test -f 'nfnet.c' || echo './'`nfnet.c In file included from nfnet.c:57: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfnet.c:57: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-nfnet.Tpo .deps/nfcapd-nfnet.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-collector.o -MD -MP -MF .deps/nfcapd-collector.Tpo -c -o nfcapd-collector.o `test -f 'collector.c' || echo './'`collector.c In file included from collector.c:68: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from collector.c:68: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-collector.Tpo .deps/nfcapd-collector.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-netflow_v1.o -MD -MP -MF .deps/nfcapd-netflow_v1.Tpo -c -o nfcapd-netflow_v1.o `test -f 'netflow_v1.c' || echo './'`netflow_v1.c In file included from netflow_v1.c:57: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from netflow_v1.c:57: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-netflow_v1.Tpo .deps/nfcapd-netflow_v1.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-netflow_v5_v7.o -MD -MP -MF .deps/nfcapd-netflow_v5_v7.Tpo -c -o nfcapd-netflow_v5_v7.o `test -f 'netflow_v5_v7.c' || echo './'`netflow_v5_v7.c In file included from netflow_v5_v7.c:57: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from netflow_v5_v7.c:57: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-netflow_v5_v7.Tpo .deps/nfcapd-netflow_v5_v7.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-netflow_v9.o -MD -MP -MF .deps/nfcapd-netflow_v9.Tpo -c -o nfcapd-netflow_v9.o `test -f 'netflow_v9.c' || echo './'`netflow_v9.c In file included from netflow_v9.c:61: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from netflow_v9.c:61: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-netflow_v9.Tpo .deps/nfcapd-netflow_v9.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-ipfix.o -MD -MP -MF .deps/nfcapd-ipfix.Tpo -c -o nfcapd-ipfix.o `test -f 'ipfix.c' || echo './'`ipfix.c In file included from ipfix.c:60: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from ipfix.c:60: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-ipfix.Tpo .deps/nfcapd-ipfix.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-bookkeeper.o -MD -MP -MF .deps/nfcapd-bookkeeper.Tpo -c -o nfcapd-bookkeeper.o `test -f 'bookkeeper.c' || echo './'`bookkeeper.c mv -f .deps/nfcapd-bookkeeper.Tpo .deps/nfcapd-bookkeeper.Po clang -DHAVE_CONFIG_H -I. -I.. -pipe -Os -MT nfcapd-expire.o -MD -MP -MF .deps/nfcapd-expire.Tpo -c -o nfcapd-expire.o `test -f 'expire.c' || echo './'`expire.c In file included from expire.c:69: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from expire.c:69: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfcapd-expire.Tpo .deps/nfcapd-expire.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nfdump.o -MD -MP -MF .deps/nfdump.Tpo -c -o nfdump.o nfdump.c In file included from nfdump.c:80: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfdump.c:80: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfdump.Tpo .deps/nfdump.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nfstat.o -MD -MP -MF .deps/nfstat.Tpo -c -o nfstat.o nfstat.c In file included from nfstat.c:67: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfstat.c:67: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfstat.Tpo .deps/nfstat.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nfexport.o -MD -MP -MF .deps/nfexport.Tpo -c -o nfexport.o nfexport.c In file included from nfexport.c:58: ./util.h:48:10: warning: 'ntohll' macro redefined [-Wmacro-redefined] # define ntohll(n) (((uint64_t)ntohl(n)) << 32) + ntohl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:140:9: note: previous definition is here #define ntohll(x) __DARWIN_OSSwapInt64(x) ^ In file included from nfexport.c:58: ./util.h:49:10: warning: 'htonll' macro redefined [-Wmacro-redefined] # define htonll(n) (((uint64_t)htonl(n)) << 32) + htonl((n) >> 32) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/sys/_endian.h:141:9: note: previous definition is here #define htonll(x) __DARWIN_OSSwapInt64(x) ^ 2 warnings generated. mv -f .deps/nfexport.Tpo .deps/nfexport.Po clang -DHAVE_CONFIG_H -I. -I.. -ggdb -pipe -Os -MT nflowcache.o -MD -MP -MF .deps/nflowcache.Tpo -c -o nflowcache.o nflowcache.c mv -f .deps/nflowcache.Tpo .deps/nflowcache.Po /opt/pkg/bin/mksh ../ylwrap scanner.l lex.yy.c scanner.c -- /usr/bin/lex *** [scanner.c] Error code 1 bmake[3]: stopped in /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin 1 error bmake[3]: stopped in /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin *** [all] Error code 2 bmake[2]: stopped in /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin 1 error bmake[2]: stopped in /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12/bin *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12 1 error bmake[1]: stopped in /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12 *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12 1 error bmake: stopped in /Users/pbulk/build/net/nfdump/work/nfdump-1.6.12 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/nfdump *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/nfdump