=> Bootstrap dependency digest>=20010302: found digest-20180917 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for nmap-7.70nb1 echo "# ignored" > /data/scratch/net/nmap/work/nmap-7.70/makefile.dep Compiling libnetutil cd libnetutil && /usr/pkg/bin/gmake gmake[1]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libnetutil' clang++ -MM -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 ./netutil.cc ./PacketElement.cc ./NetworkLayerElement.cc ./ARPHeader.cc ./PacketElement.cc ./NetworkLayerElement.cc ./TransportLayerElement.cc ./ARPHeader.cc ./EthernetHeader.cc ./ICMPv4Header.cc ./ICMPv6Header.cc ./IPv4Header.cc ./IPv6Header.cc ./TCPHeader.cc ./UDPHeader.cc ./RawData.cc ./HopByHopHeader.cc ./DestOptsHeader.cc ./FragmentHeader.cc ./RoutingHeader.cc ./PacketParser.cc > makefile.dep Compiling libssh2 gmake[1]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libssh2/src' Compiling libnbase /usr/pkg/bin/gmake all-am cd nbase && /usr/pkg/bin/gmake clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing charpool.cc -o charpool.o gmake[2]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libssh2/src' Compiling libdnet CC comp.lo CC channel.lo CC crypt.lo gmake[1]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped' gmake[1]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/nbase' clang -O2 -I/usr/pkg/include -I/usr/include -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -c -o snprintf.o snprintf.c CC packet.lo CC session.lo CC misc.lo CC publickey.lo CC hostkey.lo CC scp.lo Making all in include CC sftp.lo CC kex.lo gmake[2]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/include' /usr/pkg/bin/gmake all-recursive CC mac.lo gmake[3]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/include' Making all in dnet gmake[4]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/include/dnet' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/include/dnet' gmake[4]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/include' gmake[4]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/include' gmake[3]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/include' gmake[2]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/include' Making all in src gmake[2]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/src' /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o addr-util.lo addr-util.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c addr-util.c -fPIC -DPIC -o .libs/addr-util.o snprintf.c:51:19: warning: unused variable 'rcsid' [-Wunused-const-variable] static const char rcsid[] = ^ clang -O2 -I/usr/pkg/include -I/usr/include -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -c -o getopt.o getopt.c 1 warning generated. /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o addr.lo addr.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c addr.c -fPIC -DPIC -o .libs/addr.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c addr-util.c -o addr-util.o >/dev/null 2>&1 addr.c:352:7: warning: overflow converting case value to switch condition type (65535 to 255) [-Wswitch] case ARP_HRD_VOID: ^ ../include/dnet/arp.h:47:22: note: expanded from macro 'ARP_HRD_VOID' #define ARP_HRD_VOID 0xFFFF /* Void type, nothing is known */ ^ addr.c:327:7: warning: overflow converting case value to switch condition type (803 to 35) [-Wswitch] case ARP_HRD_IEEE80211_RADIOTAP: /* IEEE 802.11 + radiotap header */ ^ ../include/dnet/arp.h:46:36: note: expanded from macro 'ARP_HRD_IEEE80211_RADIOTAP' #define ARP_HRD_IEEE80211_RADIOTAP 0x0323 /* IEEE 802.11 + radiotap header */ ^ addr.c:326:7: warning: overflow converting case value to switch condition type (802 to 34) [-Wswitch] case ARP_HRD_IEEE80211_PRISM: /* IEEE 802.11 + prism header */ ^ ../include/dnet/arp.h:45:33: note: expanded from macro 'ARP_HRD_IEEE80211_PRISM' #define ARP_HRD_IEEE80211_PRISM 0x0322 /* IEEE 802.11 + prism header */ ^ addr.c:325:7: warning: overflow converting case value to switch condition type (801 to 33) [-Wswitch] case ARP_HDR_IEEE80211: /* IEEE 802.11 */ ^ ../include/dnet/arp.h:44:27: note: expanded from macro 'ARP_HDR_IEEE80211' #define ARP_HDR_IEEE80211 0x0321 /* IEEE 802.11 */ ^ addr.c:323:7: warning: overflow converting case value to switch condition type (777 to 9) [-Wswitch] case ARP_HRD_APPLETALK: /* AppleTalk DDP */ ^ ../include/dnet/arp.h:43:27: note: expanded from macro 'ARP_HRD_APPLETALK' #define ARP_HRD_APPLETALK 0x0309 /* AppleTalk DDP */ ^ 5 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c addr.c -o addr.o >/dev/null 2>&1 clang -O2 -I/usr/pkg/include -I/usr/include -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -c -o nbase_str.o nbase_str.c CC userauth.lo clang -O2 -I/usr/pkg/include -I/usr/include -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -c -o nbase_misc.o nbase_misc.c clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing FingerPrintResults.cc -o FingerPrintResults.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o blob.lo blob.c clang -O2 -I/usr/pkg/include -I/usr/include -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -c -o nbase_memalloc.o nbase_memalloc.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c blob.c -fPIC -DPIC -o .libs/blob.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing FPEngine.cc -o FPEngine.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o ip-util.lo ip-util.c clang -O2 -I/usr/pkg/include -I/usr/include -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -c -o nbase_rnd.o nbase_rnd.c clang -O2 -I/usr/pkg/include -I/usr/include -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -c -o nbase_addrset.o nbase_addrset.c clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -g0 FPModel.cc -o FPModel.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c ip-util.c -fPIC -DPIC -o .libs/ip-util.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o ip6.lo ip6.c clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing idle_scan.cc -o idle_scan.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o rand.lo rand.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c rand.c -fPIC -DPIC -o .libs/rand.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c ip6.c -fPIC -DPIC -o .libs/ip6.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o arp-bsd.lo arp-bsd.c clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing MACLookup.cc -o MACLookup.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c blob.c -o blob.o >/dev/null 2>&1 clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing nmap_dns.cc -o nmap_dns.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c ip-util.c -o ip-util.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o eth-bsd.lo eth-bsd.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c eth-bsd.c -fPIC -DPIC -o .libs/eth-bsd.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c arp-bsd.c -fPIC -DPIC -o .libs/arp-bsd.o rm -f libnbase.a ar cr libnbase.a snprintf.o getopt.o nbase_str.o nbase_misc.o nbase_memalloc.o nbase_rnd.o nbase_addrset.o ranlib libnbase.a gmake[1]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/nbase' /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o fw-none.lo fw-none.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c fw-none.c -fPIC -DPIC -o .libs/fw-none.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c rand.c -o rand.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c ip6.c -o ip6.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c eth-bsd.c -o eth-bsd.o >/dev/null 2>&1 CC transport.lo libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c arp-bsd.c -o arp-bsd.o >/dev/null 2>&1 CC version.lo CC knownhost.lo libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c fw-none.c -o fw-none.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o intf.lo intf.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c intf.c -fPIC -DPIC -o .libs/intf.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing nmap_error.cc -o nmap_error.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing nmap.cc -o nmap.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o ip.lo ip.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c ip.c -fPIC -DPIC -o .libs/ip.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing netutil.cc -o netutil.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing nmap_ftp.cc -o nmap_ftp.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing PacketElement.cc -o PacketElement.o CC agent.lo /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o route-bsd.lo route-bsd.c CC openssl.lo libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c route-bsd.c -fPIC -DPIC -o .libs/route-bsd.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c intf.c -o intf.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c ip.c -o ip.o >/dev/null 2>&1 CC pem.lo clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing NmapOps.cc -o NmapOps.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c route-bsd.c -o route-bsd.o >/dev/null 2>&1 clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing NmapOutputTable.cc -o NmapOutputTable.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing NetworkLayerElement.cc -o NetworkLayerElement.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing nmap_tty.cc -o nmap_tty.o CC keepalive.lo clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing osscan2.cc -o osscan2.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/pkg/include -I/usr/include -O2 -I/usr/pkg/include -I/usr/include -Wall -c -o tun-bsd.lo tun-bsd.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c tun-bsd.c -fPIC -DPIC -o .libs/tun-bsd.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing osscan.cc -o osscan.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing output.cc -o output.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing payload.cc -o payload.o CC global.lo clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing TransportLayerElement.cc -o TransportLayerElement.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing ARPHeader.cc -o ARPHeader.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing EthernetHeader.cc -o EthernetHeader.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing ICMPv4Header.cc -o ICMPv4Header.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I/data/scratch/net/nmap/work/.buildlink/include -O2 -Wall -c tun-bsd.c -o tun-bsd.o >/dev/null 2>&1 clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing portlist.cc -o portlist.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing portreasons.cc -o portreasons.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing ICMPv6Header.cc -o ICMPv6Header.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing IPv4Header.cc -o IPv4Header.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing protocols.cc -o protocols.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing IPv6Header.cc -o IPv6Header.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing scan_engine.cc -o scan_engine.o /bin/sh ../libtool --tag=CC --mode=link clang -O2 -I/usr/pkg/include -I/usr/include -Wall -version-info 1:1:0 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o libdnet.la -rpath /usr/pkg/lib addr-util.lo addr.lo blob.lo ip-util.lo ip6.lo rand.lo arp-bsd.lo eth-bsd.lo fw-none.lo intf.lo ip.lo route-bsd.lo tun-bsd.lo CCLD libssh2.la clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing scan_engine_connect.cc -o scan_engine_connect.o libtool: link: clang -shared -fPIC -DPIC .libs/addr-util.o .libs/addr.o .libs/blob.o .libs/ip-util.o .libs/ip6.o .libs/rand.o .libs/arp-bsd.o .libs/eth-bsd.o .libs/fw-none.o .libs/intf.o .libs/ip.o .libs/route-bsd.o .libs/tun-bsd.o -L/data/scratch/net/nmap/work/.buildlink/lib -O2 -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,libdnet.so.1 -o .libs/libdnet.so.1.0.1 clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing TCPHeader.cc -o TCPHeader.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing UDPHeader.cc -o UDPHeader.o libtool: link: (cd ".libs" && rm -f "libdnet.so.1" && ln -s "libdnet.so.1.0.1" "libdnet.so.1") libtool: link: (cd ".libs" && rm -f "libdnet.so" && ln -s "libdnet.so.1.0.1" "libdnet.so") clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing RawData.cc -o RawData.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing HopByHopHeader.cc -o HopByHopHeader.o libtool: link: ar cru .libs/libdnet.a addr-util.o addr.o blob.o ip-util.o ip6.o rand.o arp-bsd.o eth-bsd.o fw-none.o intf.o ip.o route-bsd.o tun-bsd.o libtool: link: ranlib .libs/libdnet.a libtool: link: ( cd ".libs" && rm -f "libdnet.la" && ln -s "../libdnet.la" "libdnet.la" ) gmake[2]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped/src' gmake[2]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped' gmake[1]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libdnet-stripped' clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing scan_engine_raw.cc -o scan_engine_raw.o portlist.cc:378:33: warning: unused variable 'it' [-Wunused-variable] std::vector::iterator it; ^ clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing DestOptsHeader.cc -o DestOptsHeader.o gmake[2]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libssh2/src' gmake[1]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libssh2/src' cd libssh2/src && /usr/pkg/bin/gmake libdir="/lib" prefix="" DESTDIR=/data/scratch/net/nmap/work/nmap-7.70/libssh2 install-libLTLIBRARIES; gmake[1]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/libssh2/src' .././install-sh -c -d '/data/scratch/net/nmap/work/nmap-7.70/libssh2/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -o pbulkXXX -g users libssh2.la '/data/scratch/net/nmap/work/nmap-7.70/libssh2/lib' libtool: install: /usr/bin/install -c -o pbulkXXX -g users .libs/libssh2.so.1.0.1 /data/scratch/net/nmap/work/nmap-7.70/libssh2/lib/libssh2.so.1.0.1 libtool: install: (cd /data/scratch/net/nmap/work/nmap-7.70/libssh2/lib && { ln -s -f libssh2.so.1.0.1 libssh2.so.1 || { rm -f libssh2.so.1 && ln -s libssh2.so.1.0.1 libssh2.so.1; }; }) libtool: install: (cd /data/scratch/net/nmap/work/nmap-7.70/libssh2/lib && { ln -s -f libssh2.so.1.0.1 libssh2.so || { rm -f libssh2.so && ln -s libssh2.so.1.0.1 libssh2.so; }; }) libtool: install: /usr/bin/install -c -o pbulkXXX -g users .libs/libssh2.lai /data/scratch/net/nmap/work/nmap-7.70/libssh2/lib/libssh2.la libtool: install: /usr/bin/install -c -o pbulkXXX -g users .libs/libssh2.a /data/scratch/net/nmap/work/nmap-7.70/libssh2/lib/libssh2.a libtool: install: chmod 644 /data/scratch/net/nmap/work/nmap-7.70/libssh2/lib/libssh2.a libtool: install: ranlib /data/scratch/net/nmap/work/nmap-7.70/libssh2/lib/libssh2.a libtool: warning: remember to run 'libtool --finish /usr/pkg/lib' gmake[1]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libssh2/src' clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing FragmentHeader.cc -o FragmentHeader.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing RoutingHeader.cc -o RoutingHeader.o clang++ -c -I/usr/pkg/include -DNOLUA -I../libdnet-stripped/include -I../libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing PacketParser.cc -o PacketParser.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing scan_lists.cc -o scan_lists.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing service_scan.cc -o service_scan.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing services.cc -o services.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing NewTargets.cc -o NewTargets.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing TargetGroup.cc -o TargetGroup.o 1 warning generated. clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing Target.cc -o Target.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing targets.cc -o targets.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing tcpip.cc -o tcpip.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing timing.cc -o timing.o rm -f libnetutil.a ar cr libnetutil.a netutil.o PacketElement.o NetworkLayerElement.o TransportLayerElement.o ARPHeader.o EthernetHeader.o ICMPv4Header.o ICMPv6Header.o IPv4Header.o IPv6Header.o TCPHeader.o UDPHeader.o RawData.o HopByHopHeader.o DestOptsHeader.o FragmentHeader.o RoutingHeader.o PacketParser.o ranlib libnetutil.a gmake[1]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/libnetutil' clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing traceroute.cc -o traceroute.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing utils.cc -o utils.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing xml.cc -o xml.o clang++ -c -I/usr/pkg/include -DNOLUA -I./libdnet-stripped/include -I./libssh2/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64--netbsd\" -DNMAPDATADIR=\"/usr/pkg/share/nmap\" -D_FORTIFY_SOURCE=2 -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing main.cc -o main.o Compiling libnsock cd nsock/src && /usr/pkg/bin/gmake gmake[1]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/nsock/src' clang -MM -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include error.c filespace.c gh_heap.c nsock_connect.c nsock_core.c nsock_iod.c nsock_read.c nsock_timers.c nsock_write.c nsock_ssl.c nsock_event.c nsock_pool.c netutils.c nsock_pcap.c nsock_engines.c engine_select.c engine_epoll.c engine_kqueue.c engine_poll.c nsock_proxy.c nsock_log.c proxy_http.c proxy_socks4.c > makefile.dep clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall error.c -o error.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall filespace.c -o filespace.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall gh_heap.c -o gh_heap.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_connect.c -o nsock_connect.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_core.c -o nsock_core.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_iod.c -o nsock_iod.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_read.c -o nsock_read.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_timers.c -o nsock_timers.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_write.c -o nsock_write.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_ssl.c -o nsock_ssl.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_event.c -o nsock_event.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_pool.c -o nsock_pool.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall netutils.c -o netutils.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_pcap.c -o nsock_pcap.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_engines.c -o nsock_engines.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall engine_select.c -o engine_select.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall engine_epoll.c -o engine_epoll.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall engine_kqueue.c -o engine_kqueue.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall engine_poll.c -o engine_poll.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_proxy.c -o nsock_proxy.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall nsock_log.c -o nsock_log.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall proxy_http.c -o proxy_http.o clang -c -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I/data/scratch/net/nmap/work/nmap-7.70/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -O2 -I/usr/pkg/include -I/usr/include -Wall proxy_socks4.c -o proxy_socks4.o nsock_proxy.c:297:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isalpha(*p)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ nsock_proxy.c:301:10: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isalpha(*q) || isdigit(*q) || *q == '+' || *q == '-' || *q == '.') ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ nsock_proxy.c:301:25: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isalpha(*q) || isdigit(*q) || *q == '+' || *q == '-' || *q == '.') ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 3 warnings generated. rm -f libnsock.a ar cr libnsock.a error.o filespace.o gh_heap.o nsock_connect.o nsock_core.o nsock_iod.o nsock_read.o nsock_timers.o nsock_write.o nsock_ssl.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o nsock_engines.o engine_select.o engine_epoll.o engine_kqueue.o engine_poll.o nsock_proxy.o nsock_log.o proxy_http.o proxy_socks4.o ranlib libnsock.a gmake[1]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/nsock/src' Compiling nmap rm -f nmap cd ncat && /usr/pkg/bin/gmake gmake[1]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/nping' clang++ -L/usr/pkg/lib -L/usr/pkg/lib -L/usr/lib -Wl,-E -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/lib -Lnbase -Lnsock/src/ -o nmap charpool.o FingerPrintResults.o FPEngine.o FPModel.o idle_scan.o MACLookup.o nmap_dns.o nmap_error.o nmap.o nmap_ftp.o NmapOps.o NmapOutputTable.o nmap_tty.o osscan2.o osscan.o output.o payload.o portlist.o portreasons.o protocols.o scan_engine.o scan_engine_connect.o scan_engine_raw.o scan_lists.o service_scan.o services.o NewTargets.o TargetGroup.o Target.o targets.o tcpip.o timing.o traceroute.o utils.o xml.o main.o -lnsock -lnbase -lpcre -lpcap libssh2/lib/libssh2.a -lssl -lcrypto -lz libnetutil/libnetutil.a ./libdnet-stripped/src/.libs/libdnet.a -llinear gmake[1]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/ncat' clang -MM -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase ncat_main.c ncat_connect.c ncat_core.c ncat_posix.c ncat_listen.c ncat_proxy.c ncat_ssl.c base64.c http.c util.c sys_wrap.c http_digest.c > makefile.dep clang++ -MM -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include ArgParser.cc common.cc common_modified.cc nping.cc NpingOps.cc utils.cc utils_net.cc output.cc stats.cc NpingTargets.cc NpingTarget.cc EchoHeader.cc EchoServer.cc EchoClient.cc ProbeMode.cc NEPContext.cc Crypto.cc > makefile.dep clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c ncat_main.c -o ncat_main.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c ncat_connect.c -o ncat_connect.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c ncat_core.c -o ncat_core.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c ncat_posix.c -o ncat_posix.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c ncat_listen.c -o ncat_listen.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c ncat_proxy.c -o ncat_proxy.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c ncat_ssl.c -o ncat_ssl.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c base64.c -o base64.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c http.c -o http.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c util.c -o util.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c sys_wrap.c -o sys_wrap.o clang -DNOLUA -I/usr/include -I/usr/include -I/usr/include -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/pkg/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -O2 -I/usr/pkg/include -I/usr/include -Wall -c http_digest.c -o http_digest.o /usr/pkg/bin/gmake nping gmake[2]: Entering directory '/data/scratch/net/nmap/work/nmap-7.70/nping' clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 ArgParser.cc -o ArgParser.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 common.cc -o common.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 common_modified.cc -o common_modified.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 nping.cc -o nping.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 NpingOps.cc -o NpingOps.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 utils.cc -o utils.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 utils_net.cc -o utils_net.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 output.cc -o output.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 stats.cc -o stats.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 NpingTargets.cc -o NpingTargets.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 NpingTarget.cc -o NpingTarget.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 EchoHeader.cc -o EchoHeader.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 EchoServer.cc -o EchoServer.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 EchoClient.cc -o EchoClient.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 ProbeMode.cc -o ProbeMode.o clang -o ncat -O2 -I/usr/pkg/include -I/usr/include -Wall -L/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/lib ncat_main.o ncat_connect.o ncat_core.o ncat_posix.o ncat_listen.o ncat_proxy.o ncat_ssl.o base64.o http.o util.o sys_wrap.o http_digest.o ../nsock/src/libnsock.a ../nbase/libnbase.a -lssl -lcrypto -lpcap gmake[1]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/ncat' clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 NEPContext.cc -o NEPContext.o clang++ -c -I../libdnet-stripped/include -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/include -I../nbase -I../nsock/include -O2 -I/usr/pkg/include -I/usr/include -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNPING_NAME=\"Nping\" -DNPING_URL=\"https://nmap.org/nping\" -DNPING_PLATFORM=\"x86_64--netbsd\" -D_FORTIFY_SOURCE=2 Crypto.cc -o Crypto.o EchoServer.cc:284:81: error: invalid operands to binary expression ('__bind' and 'int') if( bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /usr/include/c++/utility:587:1: note: candidate template ignored: could not match 'pair' against '__bind' operator!=(const pair<_T1,_T2>& __x, const pair<_T1,_T2>& __y) ^ /usr/include/c++/iterator:728:1: note: candidate template ignored: could not match 'reverse_iterator' against '__bind' operator!=(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) ^ /usr/include/c++/iterator:950:1: note: candidate template ignored: could not match 'istream_iterator' against '__bind' operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Distance>& __x, ^ /usr/include/c++/iterator:1051:6: note: candidate template ignored: could not match 'istreambuf_iterator' against '__bind' bool operator!=(const istreambuf_iterator<_CharT,_Traits>& __a, ^ /usr/include/c++/iterator:1169:1: note: candidate template ignored: could not match 'move_iterator' against '__bind' operator!=(const move_iterator<_Iter1>& __x, const move_iterator<_Iter2>& __y) ^ /usr/include/c++/iterator:1461:5: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>&, const __wrap_iter<_Iter2>&) _NOEXCEPT_DEBUG; ^ /usr/include/c++/iterator:1577:1: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT_DEBUG ^ /usr/include/c++/tuple:1130:1: note: candidate template ignored: could not match 'tuple' against '__bind' operator!=(const tuple<_Tp...>& __x, const tuple<_Up...>& __y) ^ /usr/include/c++/memory:1983:6: note: candidate template ignored: could not match 'allocator' against '__bind' bool operator!=(const allocator<_Tp>&, const allocator<_Up>&) _NOEXCEPT {return false;} ^ /usr/include/c++/memory:2961:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y) {return !(__x == __y);} ^ /usr/include/c++/memory:3008:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:3016:1: note: candidate template ignored: could not match 'unique_ptr' against 'int' operator!=(nullptr_t, const unique_ptr<_T1, _D1>& __x) _NOEXCEPT ^ /usr/include/c++/memory:4796:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT ^ /usr/include/c++/memory:4858:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:4866:1: note: candidate template ignored: could not match 'shared_ptr' against 'int' operator!=(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT ^ /usr/include/c++/functional:2390:1: note: candidate template ignored: could not match 'function' against '__bind' operator!=(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/functional:2395:1: note: candidate template ignored: could not match 'function' against 'int' operator!=(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/vector:3370:1: note: candidate template ignored: could not match 'vector' against '__bind' operator!=(const vector<_Tp, _Allocator>& __x, const vector<_Tp, _Allocator>& __y) ^ /usr/include/c++/string_view:643:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, basic_string_view<_CharT, _Traits> __rhs) _NOEXCEPT ^ /usr/include/c++/string_view:652:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, ^ /usr/include/c++/string_view:662:6: note: candidate template ignored: could not match 'basic_string_view' against 'int' bool operator!=(typename common_type >::type __lhs, ^ /usr/include/c++/string:569:6: note: candidate template ignored: could not match 'fpos' against '__bind' bool operator!=(const fpos<_StateT>& __x, const fpos<_StateT>& __y) ^ /usr/include/c++/string:3902:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT,_Traits,_Allocator>& __lhs, ^ /usr/include/c++/string:3911:1: note: candidate template ignored: could not match 'const _CharT *' against '__bind' operator!=(const _CharT* __lhs, ^ /usr/include/c++/string:3920:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT, _Traits, _Allocator>& __lhs, ^ EchoServer.cc:289:89: error: invalid operands to binary expression ('__bind' and 'int') if( bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /usr/include/c++/utility:587:1: note: candidate template ignored: could not match 'pair' against '__bind' operator!=(const pair<_T1,_T2>& __x, const pair<_T1,_T2>& __y) ^ /usr/include/c++/iterator:728:1: note: candidate template ignored: could not match 'reverse_iterator' against '__bind' operator!=(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) ^ /usr/include/c++/iterator:950:1: note: candidate template ignored: could not match 'istream_iterator' against '__bind' operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Distance>& __x, ^ /usr/include/c++/iterator:1051:6: note: candidate template ignored: could not match 'istreambuf_iterator' against '__bind' bool operator!=(const istreambuf_iterator<_CharT,_Traits>& __a, ^ /usr/include/c++/iterator:1169:1: note: candidate template ignored: could not match 'move_iterator' against '__bind' operator!=(const move_iterator<_Iter1>& __x, const move_iterator<_Iter2>& __y) ^ /usr/include/c++/iterator:1461:5: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>&, const __wrap_iter<_Iter2>&) _NOEXCEPT_DEBUG; ^ /usr/include/c++/iterator:1577:1: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT_DEBUG ^ /usr/include/c++/tuple:1130:1: note: candidate template ignored: could not match 'tuple' against '__bind' operator!=(const tuple<_Tp...>& __x, const tuple<_Up...>& __y) ^ /usr/include/c++/memory:1983:6: note: candidate template ignored: could not match 'allocator' against '__bind' bool operator!=(const allocator<_Tp>&, const allocator<_Up>&) _NOEXCEPT {return false;} ^ /usr/include/c++/memory:2961:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y) {return !(__x == __y);} ^ /usr/include/c++/memory:3008:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:3016:1: note: candidate template ignored: could not match 'unique_ptr' against 'int' operator!=(nullptr_t, const unique_ptr<_T1, _D1>& __x) _NOEXCEPT ^ /usr/include/c++/memory:4796:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT ^ /usr/include/c++/memory:4858:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:4866:1: note: candidate template ignored: could not match 'shared_ptr' against 'int' operator!=(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT ^ /usr/include/c++/functional:2390:1: note: candidate template ignored: could not match 'function' against '__bind' operator!=(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/functional:2395:1: note: candidate template ignored: could not match 'function' against 'int' operator!=(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/vector:3370:1: note: candidate template ignored: could not match 'vector' against '__bind' operator!=(const vector<_Tp, _Allocator>& __x, const vector<_Tp, _Allocator>& __y) ^ /usr/include/c++/string_view:643:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, basic_string_view<_CharT, _Traits> __rhs) _NOEXCEPT ^ /usr/include/c++/string_view:652:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, ^ /usr/include/c++/string_view:662:6: note: candidate template ignored: could not match 'basic_string_view' against 'int' bool operator!=(typename common_type >::type __lhs, ^ /usr/include/c++/string:569:6: note: candidate template ignored: could not match 'fpos' against '__bind' bool operator!=(const fpos<_StateT>& __x, const fpos<_StateT>& __y) ^ /usr/include/c++/string:3902:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT,_Traits,_Allocator>& __lhs, ^ /usr/include/c++/string:3911:1: note: candidate template ignored: could not match 'const _CharT *' against '__bind' operator!=(const _CharT* __lhs, ^ /usr/include/c++/string:3920:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT, _Traits, _Allocator>& __lhs, ^ EchoServer.cc:322:81: error: invalid operands to binary expression ('__bind' and 'int') if( bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /usr/include/c++/utility:587:1: note: candidate template ignored: could not match 'pair' against '__bind' operator!=(const pair<_T1,_T2>& __x, const pair<_T1,_T2>& __y) ^ /usr/include/c++/iterator:728:1: note: candidate template ignored: could not match 'reverse_iterator' against '__bind' operator!=(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) ^ /usr/include/c++/iterator:950:1: note: candidate template ignored: could not match 'istream_iterator' against '__bind' operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Distance>& __x, ^ /usr/include/c++/iterator:1051:6: note: candidate template ignored: could not match 'istreambuf_iterator' against '__bind' bool operator!=(const istreambuf_iterator<_CharT,_Traits>& __a, ^ /usr/include/c++/iterator:1169:1: note: candidate template ignored: could not match 'move_iterator' against '__bind' operator!=(const move_iterator<_Iter1>& __x, const move_iterator<_Iter2>& __y) ^ /usr/include/c++/iterator:1461:5: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>&, const __wrap_iter<_Iter2>&) _NOEXCEPT_DEBUG; ^ /usr/include/c++/iterator:1577:1: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT_DEBUG ^ /usr/include/c++/tuple:1130:1: note: candidate template ignored: could not match 'tuple' against '__bind' operator!=(const tuple<_Tp...>& __x, const tuple<_Up...>& __y) ^ /usr/include/c++/memory:1983:6: note: candidate template ignored: could not match 'allocator' against '__bind' bool operator!=(const allocator<_Tp>&, const allocator<_Up>&) _NOEXCEPT {return false;} ^ /usr/include/c++/memory:2961:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y) {return !(__x == __y);} ^ /usr/include/c++/memory:3008:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:3016:1: note: candidate template ignored: could not match 'unique_ptr' against 'int' operator!=(nullptr_t, const unique_ptr<_T1, _D1>& __x) _NOEXCEPT ^ /usr/include/c++/memory:4796:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT ^ /usr/include/c++/memory:4858:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:4866:1: note: candidate template ignored: could not match 'shared_ptr' against 'int' operator!=(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT ^ /usr/include/c++/functional:2390:1: note: candidate template ignored: could not match 'function' against '__bind' operator!=(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/functional:2395:1: note: candidate template ignored: could not match 'function' against 'int' operator!=(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/vector:3370:1: note: candidate template ignored: could not match 'vector' against '__bind' operator!=(const vector<_Tp, _Allocator>& __x, const vector<_Tp, _Allocator>& __y) ^ /usr/include/c++/string_view:643:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, basic_string_view<_CharT, _Traits> __rhs) _NOEXCEPT ^ /usr/include/c++/string_view:652:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, ^ /usr/include/c++/string_view:662:6: note: candidate template ignored: could not match 'basic_string_view' against 'int' bool operator!=(typename common_type >::type __lhs, ^ /usr/include/c++/string:569:6: note: candidate template ignored: could not match 'fpos' against '__bind' bool operator!=(const fpos<_StateT>& __x, const fpos<_StateT>& __y) ^ /usr/include/c++/string:3902:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT,_Traits,_Allocator>& __lhs, ^ /usr/include/c++/string:3911:1: note: candidate template ignored: could not match 'const _CharT *' against '__bind' operator!=(const _CharT* __lhs, ^ /usr/include/c++/string:3920:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT, _Traits, _Allocator>& __lhs, ^ EchoServer.cc:327:89: error: invalid operands to binary expression ('__bind' and 'int') if( bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /usr/include/c++/utility:587:1: note: candidate template ignored: could not match 'pair' against '__bind' operator!=(const pair<_T1,_T2>& __x, const pair<_T1,_T2>& __y) ^ /usr/include/c++/iterator:728:1: note: candidate template ignored: could not match 'reverse_iterator' against '__bind' operator!=(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) ^ /usr/include/c++/iterator:950:1: note: candidate template ignored: could not match 'istream_iterator' against '__bind' operator!=(const istream_iterator<_Tp, _CharT, _Traits, _Distance>& __x, ^ /usr/include/c++/iterator:1051:6: note: candidate template ignored: could not match 'istreambuf_iterator' against '__bind' bool operator!=(const istreambuf_iterator<_CharT,_Traits>& __a, ^ /usr/include/c++/iterator:1169:1: note: candidate template ignored: could not match 'move_iterator' against '__bind' operator!=(const move_iterator<_Iter1>& __x, const move_iterator<_Iter2>& __y) ^ /usr/include/c++/iterator:1461:5: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>&, const __wrap_iter<_Iter2>&) _NOEXCEPT_DEBUG; ^ /usr/include/c++/iterator:1577:1: note: candidate template ignored: could not match '__wrap_iter' against '__bind' operator!=(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter1>& __y) _NOEXCEPT_DEBUG ^ /usr/include/c++/tuple:1130:1: note: candidate template ignored: could not match 'tuple' against '__bind' operator!=(const tuple<_Tp...>& __x, const tuple<_Up...>& __y) ^ /usr/include/c++/memory:1983:6: note: candidate template ignored: could not match 'allocator' against '__bind' bool operator!=(const allocator<_Tp>&, const allocator<_Up>&) _NOEXCEPT {return false;} ^ /usr/include/c++/memory:2961:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y) {return !(__x == __y);} ^ /usr/include/c++/memory:3008:1: note: candidate template ignored: could not match 'unique_ptr' against '__bind' operator!=(const unique_ptr<_T1, _D1>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:3016:1: note: candidate template ignored: could not match 'unique_ptr' against 'int' operator!=(nullptr_t, const unique_ptr<_T1, _D1>& __x) _NOEXCEPT ^ /usr/include/c++/memory:4796:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT ^ /usr/include/c++/memory:4858:1: note: candidate template ignored: could not match 'shared_ptr' against '__bind' operator!=(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT ^ /usr/include/c++/memory:4866:1: note: candidate template ignored: could not match 'shared_ptr' against 'int' operator!=(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT ^ /usr/include/c++/functional:2390:1: note: candidate template ignored: could not match 'function' against '__bind' operator!=(const function<_Rp(_ArgTypes...)>& __f, nullptr_t) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/functional:2395:1: note: candidate template ignored: could not match 'function' against 'int' operator!=(nullptr_t, const function<_Rp(_ArgTypes...)>& __f) _NOEXCEPT {return (bool)__f;} ^ /usr/include/c++/vector:3370:1: note: candidate template ignored: could not match 'vector' against '__bind' operator!=(const vector<_Tp, _Allocator>& __x, const vector<_Tp, _Allocator>& __y) ^ /usr/include/c++/string_view:643:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, basic_string_view<_CharT, _Traits> __rhs) _NOEXCEPT ^ /usr/include/c++/string_view:652:6: note: candidate template ignored: could not match 'basic_string_view' against '__bind' bool operator!=(basic_string_view<_CharT, _Traits> __lhs, ^ /usr/include/c++/string_view:662:6: note: candidate template ignored: could not match 'basic_string_view' against 'int' bool operator!=(typename common_type >::type __lhs, ^ /usr/include/c++/string:569:6: note: candidate template ignored: could not match 'fpos' against '__bind' bool operator!=(const fpos<_StateT>& __x, const fpos<_StateT>& __y) ^ /usr/include/c++/string:3902:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT,_Traits,_Allocator>& __lhs, ^ /usr/include/c++/string:3911:1: note: candidate template ignored: could not match 'const _CharT *' against '__bind' operator!=(const _CharT* __lhs, ^ /usr/include/c++/string:3920:1: note: candidate template ignored: could not match 'basic_string' against '__bind' operator!=(const basic_string<_CharT, _Traits, _Allocator>& __lhs, ^ NpingOps.cc:2433:29: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] if ( (dev = pcap_lookupdev(errbuf)) == NULL) ^ /usr/include/pcap.h:331:1: note: 'pcap_lookupdev' has been explicitly marked deprecated here PCAP_DEPRECATED(pcap_lookupdev, "use 'pcap_findalldevs' and use the first device"); ^ /usr/include/pcap/funcattrs.h:225:53: note: expanded from macro 'PCAP_DEPRECATED' #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg))) ^ 4 errors generated. gmake[2]: *** [Makefile:81: EchoServer.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... 1 warning generated. gmake[2]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/nping' gmake[1]: *** [Makefile:84: all] Error 2 gmake[1]: Leaving directory '/data/scratch/net/nmap/work/nmap-7.70/nping' gmake: *** [Makefile:397: build-nping] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/net/nmap *** Error code 1 Stop. make: stopped in /data/pkgsrc/net/nmap