>>> Building on exopi-2 under net/tcpstat DIST = [net/tcpstat:tcpstat-1.5.tar.gz] FULLPKGNAME = tcpstat-1.5p1 distfiles size=93102 >>> Running build in net/tcpstat at 1713856473.72 ===> net/tcpstat ===> Building from scratch tcpstat-1.5p1 ===> Verifying specs: c m pcap ===> found c.100.0 m.10.1 pcap.9.0 ===> Checking files for tcpstat-1.5p1 `/exopi-cvs/ports/distfiles/tcpstat-1.5.tar.gz' is up to date. >> (SHA256) tcpstat-1.5.tar.gz: OK ===> Extracting for tcpstat-1.5p1 ===> Patching for tcpstat-1.5p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for tcpstat-1.5p1 ===> Configuring for tcpstat-1.5p1 Using /exopi-obj/pobj/tcpstat-1.5/config.site (generated) configure: loading site script /exopi-obj/pobj/tcpstat-1.5/config.site checking for a BSD compatible install... /exopi-obj/pobj/tcpstat-1.5/bin/install -c checking whether build environment is sane... yes checking for mawk... (cached) awk checking whether make sets ${MAKE}... (cached) yes checking to see if I can guess the OS to build for... openbsd checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for style of include used by make... GNU checking dependency style of cc... none checking for ranlib... (cached) ranlib checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for sys/time.h... (cached) yes checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for fcntl.h... (cached) yes checking for netinet/ip6.h... (cached) yes checking for net/if.h... (cached) yes checking for net/ethernet.h... no checking for netinet/if_ether.h... (cached) yes checking for net/ppp_defs.h... (cached) yes checking for cc option to accept ANSI C... none needed checking for an ANSI C-conforming const... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for ualarm... (cached) yes checking for perror... (cached) yes checking for inet_ntop... (cached) yes checking for snprintf... (cached) yes checking for sqrt in -lm... (cached) yes checking for socket in -lc... yes checking for gethostbyaddr in -lc... yes checking for getprotobynumber in -lc... yes checking for net/bpf.h... (cached) yes checking for pcap.h... yes checking for pcap_major_version in -lpcap... yes checking for dbopen in -lc... yes configure: creating ./config.status config.status: creating Makefile mv: Makefile: set owner/group: Operation not permitted config.status: creating doc/Makefile mv: doc/Makefile: set owner/group: Operation not permitted config.status: creating lib/Makefile mv: lib/Makefile: set owner/group: Operation not permitted config.status: creating src/Makefile mv: src/Makefile: set owner/group: Operation not permitted config.status: creating include/config.h mv: include/config.h: set owner/group: Operation not permitted ===> Building for tcpstat-1.5p1 Making all in doc Making all in lib cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c print_packet.c cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c process.c cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c tcpseq.c cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c utils.c rm -f libtcpstat.a ar cru libtcpstat.a print_packet.o process.o tcpseq.o utils.o ranlib libtcpstat.a Making all in src cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c tcpstat.c cc -O2 -pipe -o tcpstat tcpstat.o ../lib/libtcpstat.a -lm -lpcap cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c stats.c cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c tcpprof.c tcpprof.c:169:6: warning: comparison of array 'filename' equal to a null pointer is always false [-Wtautological-pointer-compare] if (filename == NULL || strlen(filename) < 1) { ^~~~~~~~ ~~~~ 1 warning generated. cc -O2 -pipe -o tcpprof stats.o tcpprof.o ../lib/libtcpstat.a -lpcap stats.c(stats.o:(print_line)): warning: sprintf() is often misused, please use snprintf() stats.c(stats.o:(show_totals)): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c dump.c cc -O2 -pipe -o packetdump dump.o ../lib/libtcpstat.a -lpcap cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -O2 -pipe -c catpcap.c cc -O2 -pipe -o catpcap catpcap.o -lpcap >>> Running package in net/tcpstat at 1713856487.61 ===> net/tcpstat ===> Faking installation for tcpstat-1.5p1 Making install in doc /bin/sh ../mkinstalldirs /exopi-obj/pobj/tcpstat-1.5/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/tcpstat-1.5/bin/install -c -m 644 ./tcpstat.1 /exopi-obj/pobj/tcpstat-1.5/fake-amd64/usr/local/man/man1/tcpstat.1 /exopi-obj/pobj/tcpstat-1.5/bin/install -c -m 644 ./tcpprof.1 /exopi-obj/pobj/tcpstat-1.5/fake-amd64/usr/local/man/man1/tcpprof.1 Making install in lib Making install in src /bin/sh ../mkinstalldirs /exopi-obj/pobj/tcpstat-1.5/fake-amd64/usr/local/bin /exopi-obj/pobj/tcpstat-1.5/bin/install -c -s -m 755 tcpstat /exopi-obj/pobj/tcpstat-1.5/fake-amd64/usr/local/bin/tcpstat /exopi-obj/pobj/tcpstat-1.5/bin/install -c -s -m 755 tcpprof /exopi-obj/pobj/tcpstat-1.5/fake-amd64/usr/local/bin/tcpprof /exopi-obj/pobj/tcpstat-1.5/bin/install -d -m 755 /exopi-obj/pobj/tcpstat-1.5/fake-amd64/usr/local/share/examples/tcpstat /exopi-obj/pobj/tcpstat-1.5/bin/install -c -m 644 /exopi-obj/pobj/tcpstat-1.5/tcpstat-1.5/doc/Tips_and_Tricks.txt /exopi-obj/pobj/tcpstat-1.5/fake-amd64/usr/local/share/examples/tcpstat ===> Building package for tcpstat-1.5p1 Create /exopi-cvs/ports/packages/amd64/all/tcpstat-1.5p1.tgz Creating package tcpstat-1.5p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************** | 35% archiving|******************************************* | 67% archiving|************************************************ | 75% archiving|********************************************************** | 91% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/tcpstat-1.5p1.tgz >>> Running clean in net/tcpstat at 1713856491.54 ===> net/tcpstat ===> Cleaning for tcpstat-1.5p1 >>> Ended at 1713856492.11 max_stuck=0.00/build=13.89/package=3.93/clean=0.61