>>> Building on exopi-1 under net/iperf3 DIST = [net/iperf3:iperf-3.16.tar.gz] FULLPKGNAME = iperf3-3.16 distfiles size=664751 >>> Running build in net/iperf3 at 1713379568.57 ===> net/iperf3 ===> Building from scratch iperf3-3.16 ===> Verifying specs: c m pthread ===> found c.100.0 m.10.1 pthread.27.1 ===> Checking files for iperf3-3.16 `/exopi-cvs/ports/distfiles/iperf-3.16.tar.gz' is up to date. >> (SHA256) iperf-3.16.tar.gz: OK ===> Extracting for iperf3-3.16 ===> Patching for iperf3-3.16 ===> Applying OpenBSD patch patch-src_iperf_api_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Default to IPv4. | |Index: src/iperf_api.c |--- src/iperf_api.c.orig |+++ src/iperf_api.c -------------------------- Patching file src/iperf_api.c using Plan A... Hunk #1 succeeded at 2900. done ===> Applying OpenBSD patch patch-src_iperf_util_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/iperf_util.c |--- src/iperf_util.c.orig |+++ src/iperf_util.c -------------------------- Patching file src/iperf_util.c using Plan A... Hunk #1 succeeded at 57. Hunk #2 succeeded at 78. done ===> Applying OpenBSD patch patch-src_main_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add pledge and unveil | |Index: src/main.c |--- src/main.c.orig |+++ src/main.c -------------------------- Patching file src/main.c using Plan A... Hunk #1 succeeded at 140. Hunk #2 succeeded at 207. Hunk #3 succeeded at 240. done ===> 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 iperf3-3.16 ===> Configuring for iperf3-3.16 Using /exopi-obj/pobj/iperf3-3.16/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/iperf3-3.16/config.site checking for a BSD-compatible install... /exopi-obj/pobj/iperf3-3.16/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking whether make supports the include directive... yes (GNU style) checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking whether ln -s works... yes checking for library containing floor... -lm checking for library containing socket... none required checking for library containing inet_ntop... none required checking for an ANSI C-conforming const... (cached) yes checking how to run the C preprocessor... cc -E checking whether cc is Clang... yes checking whether pthreads work with "-pthread" and "-lpthread"... yes checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for stdatomic.h... yes checking for poll.h... (cached) yes checking for linux/tcp.h... no checking for sys/socket.h... (cached) yes checking for netinet/sctp.h... no checking for endian.h... yes configure: WARNING: Building without OpenSSL; disabling iperf_auth functionality. checking TCP_CONGESTION socket option... no checking TCP_USER_TIMEOUT socket option... no checking IPv6 flowlabel support... no checking for cpuset_setaffinity... no checking for sched_setaffinity... no checking for SetProcessAffinityMask... no checking for daemon... (cached) yes checking for sendfile... no checking for getline... yes checking SO_MAX_PACING_RATE socket option... no checking SO_BINDTODEVICE socket option... no checking IP_MTU_DISCOVER socket option... no checking IP_DONTFRAG socket option... no checking IP_DONTFRAGMENT socket option... no checking any kind of DF socket option... no checking for struct tcp_info.tcpi_snd_wnd... yes checking for library containing clock_gettime... none required checking for clock_gettime... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/version.h config.status: creating examples/Makefile config.status: creating iperf3.spec config.status: creating src/iperf_config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for iperf3-3.16 Making all in src /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -g -O2 -pipe -Wall -pthread -MT iperf3-main.o -MD -MP -MF .deps/iperf3-main.Tpo -c -o iperf3-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/iperf3-main.Tpo .deps/iperf3-main.Po /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT cjson.lo -MD -MP -MF .deps/cjson.Tpo -c -o cjson.lo cjson.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT cjson.lo -MD -MP -MF .deps/cjson.Tpo -c cjson.c -fPIC -DPIC -o .libs/cjson.o cjson.c:393:19: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (number >= LLONG_MAX) ~~ ^~~~~~~~~ /usr/include/sys/limits.h:76:20: note: expanded from macro 'LLONG_MAX' # define LLONG_MAX 0x7fffffffffffffffLL ^~~~~~~~~~~~~~~~~~~~ cjson.c:415:19: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (number >= LLONG_MAX) ~~ ^~~~~~~~~ /usr/include/sys/limits.h:76:20: note: expanded from macro 'LLONG_MAX' # define LLONG_MAX 0x7fffffffffffffffLL ^~~~~~~~~~~~~~~~~~~~ cjson.c:2469:20: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (num >= LLONG_MAX) ~~ ^~~~~~~~~ /usr/include/sys/limits.h:76:20: note: expanded from macro 'LLONG_MAX' # define LLONG_MAX 0x7fffffffffffffffLL ^~~~~~~~~~~~~~~~~~~~ 3 warnings generated. cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT cjson.lo -MD -MP -MF .deps/cjson.Tpo -c cjson.c -o cjson.o cjson.c:393:19: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (number >= LLONG_MAX) ~~ ^~~~~~~~~ /usr/include/sys/limits.h:76:20: note: expanded from macro 'LLONG_MAX' # define LLONG_MAX 0x7fffffffffffffffLL ^~~~~~~~~~~~~~~~~~~~ cjson.c:415:19: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (number >= LLONG_MAX) ~~ ^~~~~~~~~ /usr/include/sys/limits.h:76:20: note: expanded from macro 'LLONG_MAX' # define LLONG_MAX 0x7fffffffffffffffLL ^~~~~~~~~~~~~~~~~~~~ cjson.c:2469:20: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (num >= LLONG_MAX) ~~ ^~~~~~~~~ /usr/include/sys/limits.h:76:20: note: expanded from macro 'LLONG_MAX' # define LLONG_MAX 0x7fffffffffffffffLL ^~~~~~~~~~~~~~~~~~~~ 3 warnings generated. mv -f .deps/cjson.Tpo .deps/cjson.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_api.lo -MD -MP -MF .deps/iperf_api.Tpo -c -o iperf_api.lo iperf_api.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_api.lo -MD -MP -MF .deps/iperf_api.Tpo -c iperf_api.c -fPIC -DPIC -o .libs/iperf_api.o iperf_api.c:4472:9: warning: unused variable 'opt' [-Wunused-variable] int opt; ^ 1 warning generated. cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_api.lo -MD -MP -MF .deps/iperf_api.Tpo -c iperf_api.c -o iperf_api.o iperf_api.c:4472:9: warning: unused variable 'opt' [-Wunused-variable] int opt; ^ 1 warning generated. mv -f .deps/iperf_api.Tpo .deps/iperf_api.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_error.lo -MD -MP -MF .deps/iperf_error.Tpo -c -o iperf_error.lo iperf_error.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_error.lo -MD -MP -MF .deps/iperf_error.Tpo -c iperf_error.c -fPIC -DPIC -o .libs/iperf_error.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_error.lo -MD -MP -MF .deps/iperf_error.Tpo -c iperf_error.c -o iperf_error.o mv -f .deps/iperf_error.Tpo .deps/iperf_error.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_auth.lo -MD -MP -MF .deps/iperf_auth.Tpo -c -o iperf_auth.lo iperf_auth.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_auth.lo -MD -MP -MF .deps/iperf_auth.Tpo -c iperf_auth.c -fPIC -DPIC -o .libs/iperf_auth.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_auth.lo -MD -MP -MF .deps/iperf_auth.Tpo -c iperf_auth.c -o iperf_auth.o mv -f .deps/iperf_auth.Tpo .deps/iperf_auth.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_client_api.lo -MD -MP -MF .deps/iperf_client_api.Tpo -c -o iperf_client_api.lo iperf_client_api.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_client_api.lo -MD -MP -MF .deps/iperf_client_api.Tpo -c iperf_client_api.c -fPIC -DPIC -o .libs/iperf_client_api.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_client_api.lo -MD -MP -MF .deps/iperf_client_api.Tpo -c iperf_client_api.c -o iperf_client_api.o mv -f .deps/iperf_client_api.Tpo .deps/iperf_client_api.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_locale.lo -MD -MP -MF .deps/iperf_locale.Tpo -c -o iperf_locale.lo iperf_locale.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_locale.lo -MD -MP -MF .deps/iperf_locale.Tpo -c iperf_locale.c -fPIC -DPIC -o .libs/iperf_locale.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_locale.lo -MD -MP -MF .deps/iperf_locale.Tpo -c iperf_locale.c -o iperf_locale.o mv -f .deps/iperf_locale.Tpo .deps/iperf_locale.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_server_api.lo -MD -MP -MF .deps/iperf_server_api.Tpo -c -o iperf_server_api.lo iperf_server_api.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_server_api.lo -MD -MP -MF .deps/iperf_server_api.Tpo -c iperf_server_api.c -fPIC -DPIC -o .libs/iperf_server_api.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_server_api.lo -MD -MP -MF .deps/iperf_server_api.Tpo -c iperf_server_api.c -o iperf_server_api.o mv -f .deps/iperf_server_api.Tpo .deps/iperf_server_api.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_tcp.lo -MD -MP -MF .deps/iperf_tcp.Tpo -c -o iperf_tcp.lo iperf_tcp.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_tcp.lo -MD -MP -MF .deps/iperf_tcp.Tpo -c iperf_tcp.c -fPIC -DPIC -o .libs/iperf_tcp.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_tcp.lo -MD -MP -MF .deps/iperf_tcp.Tpo -c iperf_tcp.c -o iperf_tcp.o mv -f .deps/iperf_tcp.Tpo .deps/iperf_tcp.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_udp.lo -MD -MP -MF .deps/iperf_udp.Tpo -c -o iperf_udp.lo iperf_udp.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_udp.lo -MD -MP -MF .deps/iperf_udp.Tpo -c iperf_udp.c -fPIC -DPIC -o .libs/iperf_udp.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_udp.lo -MD -MP -MF .deps/iperf_udp.Tpo -c iperf_udp.c -o iperf_udp.o mv -f .deps/iperf_udp.Tpo .deps/iperf_udp.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_sctp.lo -MD -MP -MF .deps/iperf_sctp.Tpo -c -o iperf_sctp.lo iperf_sctp.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_sctp.lo -MD -MP -MF .deps/iperf_sctp.Tpo -c iperf_sctp.c -fPIC -DPIC -o .libs/iperf_sctp.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_sctp.lo -MD -MP -MF .deps/iperf_sctp.Tpo -c iperf_sctp.c -o iperf_sctp.o mv -f .deps/iperf_sctp.Tpo .deps/iperf_sctp.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_util.lo -MD -MP -MF .deps/iperf_util.Tpo -c -o iperf_util.lo iperf_util.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_util.lo -MD -MP -MF .deps/iperf_util.Tpo -c iperf_util.c -fPIC -DPIC -o .libs/iperf_util.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_util.lo -MD -MP -MF .deps/iperf_util.Tpo -c iperf_util.c -o iperf_util.o mv -f .deps/iperf_util.Tpo .deps/iperf_util.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_time.lo -MD -MP -MF .deps/iperf_time.Tpo -c -o iperf_time.lo iperf_time.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_time.lo -MD -MP -MF .deps/iperf_time.Tpo -c iperf_time.c -fPIC -DPIC -o .libs/iperf_time.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT iperf_time.lo -MD -MP -MF .deps/iperf_time.Tpo -c iperf_time.c -o iperf_time.o mv -f .deps/iperf_time.Tpo .deps/iperf_time.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT dscp.lo -MD -MP -MF .deps/dscp.Tpo -c -o dscp.lo dscp.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT dscp.lo -MD -MP -MF .deps/dscp.Tpo -c dscp.c -fPIC -DPIC -o .libs/dscp.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT dscp.lo -MD -MP -MF .deps/dscp.Tpo -c dscp.c -o dscp.o mv -f .deps/dscp.Tpo .deps/dscp.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT net.lo -MD -MP -MF .deps/net.Tpo -c -o net.lo net.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT net.lo -MD -MP -MF .deps/net.Tpo -c net.c -fPIC -DPIC -o .libs/net.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT net.lo -MD -MP -MF .deps/net.Tpo -c net.c -o net.o mv -f .deps/net.Tpo .deps/net.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT tcp_info.lo -MD -MP -MF .deps/tcp_info.Tpo -c -o tcp_info.lo tcp_info.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT tcp_info.lo -MD -MP -MF .deps/tcp_info.Tpo -c tcp_info.c -fPIC -DPIC -o .libs/tcp_info.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT tcp_info.lo -MD -MP -MF .deps/tcp_info.Tpo -c tcp_info.c -o tcp_info.o mv -f .deps/tcp_info.Tpo .deps/tcp_info.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -fPIC -DPIC -o .libs/timer.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o mv -f .deps/timer.Tpo .deps/timer.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT units.lo -MD -MP -MF .deps/units.Tpo -c -o units.lo units.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT units.lo -MD -MP -MF .deps/units.Tpo -c units.c -fPIC -DPIC -o .libs/units.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -Wall -pthread -MT units.lo -MD -MP -MF .deps/units.Tpo -c units.c -o units.o mv -f .deps/units.Tpo .deps/units.Plo /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -Wall -pthread -o libiperf.la -rpath /usr/local/lib cjson.lo iperf_api.lo iperf_error.lo iperf_auth.lo iperf_client_api.lo iperf_locale.lo iperf_server_api.lo iperf_tcp.lo iperf_udp.lo iperf_sctp.lo iperf_util.lo iperf_time.lo dscp.lo net.lo tcp_info.lo timer.lo units.lo -lpthread -lm libtool: link: cc -shared -fPIC -DPIC -o .libs/libiperf.so.3.0 -pthread -O2 -pipe -Wall .libs/cjson.o .libs/iperf_api.o .libs/iperf_error.o .libs/iperf_auth.o .libs/iperf_client_api.o .libs/iperf_locale.o .libs/iperf_server_api.o .libs/iperf_tcp.o .libs/iperf_udp.o .libs/iperf_sctp.o .libs/iperf_util.o .libs/iperf_time.o .libs/dscp.o .libs/net.o .libs/tcp_info.o .libs/timer.o .libs/units.o -L.libs -lpthread -lm -Wl,-soname,libiperf.so.3.0 libtool: link: ar cru .libs/libiperf.a cjson.o iperf_api.o iperf_error.o iperf_auth.o iperf_client_api.o iperf_locale.o iperf_server_api.o iperf_tcp.o iperf_udp.o iperf_sctp.o iperf_util.o iperf_time.o dscp.o net.o tcp_info.o timer.o units.o libtool: link: ranlib .libs/libiperf.a /usr/bin/libtool --tag=CC --mode=link cc -g -O2 -pipe -Wall -pthread -g -o iperf3 iperf3-main.o libiperf.la -lpthread -lm libtool: link: cc -o .libs/iperf3 -pthread -g -O2 -pipe -Wall -g iperf3-main.o -L.libs -liperf -lpthread -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -g -O2 -pipe -Wall -pthread -MT t_timer-t_timer.o -MD -MP -MF .deps/t_timer-t_timer.Tpo -c -o t_timer-t_timer.o `test -f 't_timer.c' || echo './'`t_timer.c mv -f .deps/t_timer-t_timer.Tpo .deps/t_timer-t_timer.Po /usr/bin/libtool --tag=CC --mode=link cc -g -O2 -pipe -Wall -pthread -o t_timer t_timer-t_timer.o libiperf.la -lpthread -lm libtool: link: cc -o .libs/t_timer -pthread -g -O2 -pipe -Wall t_timer-t_timer.o -L.libs -liperf -lpthread -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -g -O2 -pipe -Wall -pthread -MT t_units-t_units.o -MD -MP -MF .deps/t_units-t_units.Tpo -c -o t_units-t_units.o `test -f 't_units.c' || echo './'`t_units.c mv -f .deps/t_units-t_units.Tpo .deps/t_units-t_units.Po /usr/bin/libtool --tag=CC --mode=link cc -g -O2 -pipe -Wall -pthread -o t_units t_units-t_units.o libiperf.la -lpthread -lm libtool: link: cc -o .libs/t_units -pthread -g -O2 -pipe -Wall t_units-t_units.o -L.libs -liperf -lpthread -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -g -O2 -pipe -Wall -pthread -MT t_uuid-t_uuid.o -MD -MP -MF .deps/t_uuid-t_uuid.Tpo -c -o t_uuid-t_uuid.o `test -f 't_uuid.c' || echo './'`t_uuid.c mv -f .deps/t_uuid-t_uuid.Tpo .deps/t_uuid-t_uuid.Po /usr/bin/libtool --tag=CC --mode=link cc -g -O2 -pipe -Wall -pthread -o t_uuid t_uuid-t_uuid.o libiperf.la -lpthread -lm libtool: link: cc -o .libs/t_uuid -pthread -g -O2 -pipe -Wall t_uuid-t_uuid.o -L.libs -liperf -lpthread -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -g -O2 -pipe -Wall -pthread -MT t_api-t_api.o -MD -MP -MF .deps/t_api-t_api.Tpo -c -o t_api-t_api.o `test -f 't_api.c' || echo './'`t_api.c mv -f .deps/t_api-t_api.Tpo .deps/t_api-t_api.Po /usr/bin/libtool --tag=CC --mode=link cc -g -O2 -pipe -Wall -pthread -o t_api t_api-t_api.o libiperf.la -lpthread -lm libtool: link: cc -o .libs/t_api -pthread -g -O2 -pipe -Wall t_api-t_api.o -L.libs -liperf -lpthread -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -g -O2 -pipe -Wall -pthread -MT t_auth-t_auth.o -MD -MP -MF .deps/t_auth-t_auth.Tpo -c -o t_auth-t_auth.o `test -f 't_auth.c' || echo './'`t_auth.c mv -f .deps/t_auth-t_auth.Tpo .deps/t_auth-t_auth.Po /usr/bin/libtool --tag=CC --mode=link cc -g -O2 -pipe -Wall -pthread -o t_auth t_auth-t_auth.o libiperf.la -lpthread -lm libtool: link: cc -o .libs/t_auth -pthread -g -O2 -pipe -Wall t_auth-t_auth.o -L.libs -liperf -lpthread -lm -Wl,-rpath-link,/usr/local/lib Making all in examples cc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -pipe -Wall -pthread -MT mic-mic.o -MD -MP -MF .deps/mic-mic.Tpo -c -o mic-mic.o `test -f 'mic.c' || echo './'`mic.c mv -f .deps/mic-mic.Tpo .deps/mic-mic.Po /usr/bin/libtool --tag=CC --mode=link cc -g -O2 -pipe -Wall -pthread -g -o mic mic-mic.o ../src/libiperf.la -lpthread -lm libtool: link: cc -o .libs/mic -pthread -g -O2 -pipe -Wall -g mic-mic.o -L.libs -liperf -lpthread -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -pipe -Wall -pthread -MT mis-mis.o -MD -MP -MF .deps/mis-mis.Tpo -c -o mis-mis.o `test -f 'mis.c' || echo './'`mis.c mv -f .deps/mis-mis.Tpo .deps/mis-mis.Po /usr/bin/libtool --tag=CC --mode=link cc -g -O2 -pipe -Wall -pthread -g -o mis mis-mis.o ../src/libiperf.la -lpthread -lm libtool: link: cc -o .libs/mis -pthread -g -O2 -pipe -Wall -g mis-mis.o -L.libs -liperf -lpthread -lm -Wl,-rpath-link,/usr/local/lib >>> Running package in net/iperf3 at 1713379612.09 ===> net/iperf3 ===> Faking installation for iperf3-3.16 Making install in src mkdir -p '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/iperf3-3.16/bin/install -c libiperf.la '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/iperf3-3.16/bin/install -c -m 644 ./.libs/libiperf.a /exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/lib/libiperf.a libtool: install: /exopi-obj/pobj/iperf3-3.16/bin/install -c -m 644 ./.libs/libiperf.so.3.0 /exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/lib/libiperf.so.3.0 libtool: install: /exopi-obj/pobj/iperf3-3.16/bin/install -c -m 644 ./.libs/libiperf.lai /exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/lib/libiperf.la mkdir -p '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/iperf3-3.16/bin/install -c -s -m 755 iperf3 '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/iperf3-3.16/bin/install -c -s -m 755 ./.libs/iperf3 /exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/bin mkdir -p '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/include' /exopi-obj/pobj/iperf3-3.16/bin/install -c -m 644 iperf_api.h '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/include' mkdir -p '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/iperf3-3.16/bin/install -c -m 644 iperf3.1 '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/man/man1' mkdir -p '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/man/man3' /exopi-obj/pobj/iperf3-3.16/bin/install -c -m 644 libiperf.3 '/exopi-obj/pobj/iperf3-3.16/fake-amd64/usr/local/man/man3' Making install in examples Installing /exopi-cvs/ports/net/iperf3/pkg/iperf3.rc as /exopi-obj/pobj/iperf3-3.16/fake-amd64/etc/rc.d/iperf3 ===> Building package for iperf3-3.16 Create /exopi-cvs/ports/packages/amd64/all/iperf3-3.16.tgz Creating package iperf3-3.16 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|************************************** | 59% archiving|************************************************************ | 93% archiving|************************************************************** | 97% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/iperf3-3.16.tgz >>> Running clean in net/iperf3 at 1713379616.42 ===> net/iperf3 ===> Cleaning for iperf3-3.16 >>> Ended at 1713379617.25 max_stuck=0.00/build=43.57/package=4.17/clean=1.09