>>> Building on exopi-3 under net/liboping DIST = [net/liboping:liboping-1.10.0.tar.gz] FULLPKGNAME = liboping-1.10.0p1 distfiles size=395596 >>> Running build in net/liboping at 1713348954.90 ===> net/liboping ===> Building from scratch liboping-1.10.0p1 ===> Verifying specs: c m curses perl ===> found c.100.0 m.10.1 curses.15.0 perl.23.0 ===> Checking files for liboping-1.10.0p1 `/exopi-cvs/ports/distfiles/liboping-1.10.0.tar.gz' is up to date. >> (SHA256) liboping-1.10.0.tar.gz: OK ===> Extracting for liboping-1.10.0p1 ===> Patching for liboping-1.10.0p1 ===> Applying OpenBSD patch patch-src_liboping_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |#1: | |From b5c5091d0214dd2c6cc504c02e2f78907abdee00 Mon Sep 17 00:00:00 2001 |From: Gert Doering |Date: Fri, 29 May 2020 12:40:17 +0200 |Subject: [PATCH] Handle BSD specific error case (EHOSTDOWN) in ping_sendto() | |Others: | |https://github.com/tfheen/liboping/commit/a88c51f38dafa1fba9118045176754bec05d3c94.patch | |Index: src/liboping.c |--- src/liboping.c.orig |+++ src/liboping.c -------------------------- Patching file src/liboping.c using Plan A... Hunk #1 succeeded at 668. Hunk #2 succeeded at 1349. Hunk #3 succeeded at 1673. done ===> Applying OpenBSD patch patch-src_oping_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |See also https://github.com/octo/liboping/issues/72 | |Index: src/oping.c |--- src/oping.c.orig |+++ src/oping.c -------------------------- Patching file src/oping.c using Plan A... Hunk #1 succeeded at 1125. Hunk #2 succeeded at 1222. Hunk #3 succeeded at 1598. 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 liboping-1.10.0p1 ===> Configuring for liboping-1.10.0p1 Using /exopi-obj/pobj/liboping-1.10.0/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/liboping-1.10.0/config.site checking for a BSD-compatible install... /exopi-obj/pobj/liboping-1.10.0/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes 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 we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... none checking how to run the C preprocessor... cc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (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 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 the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no 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 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 mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... (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 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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 for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for math.h... (cached) yes checking for signal.h... (cached) yes checking for fcntl.h... (cached) yes checking for inttypes.h... (cached) yes checking for netdb.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for locale.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for netinet/in_systm.h... (cached) yes checking for netinet/in.h... (cached) yes checking for netinet/ip.h... (cached) yes checking for netinet/ip_icmp.h... yes checking for netinet/ip_var.h... (cached) yes checking for netinet/ip6.h... (cached) yes checking for netinet/icmp6.h... (cached) yes checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for socket... (cached) yes checking for __xnet_recvmsg in -lxnet... no checking for library containing nanosleep... none required checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for NCURSES... no checking for NCURSES... no checking for mvwprintw in -lncursesw... yes checking ncursesw/curses.h usability... no checking ncursesw/curses.h presence... no checking for ncursesw/curses.h... no checking ncursesw.h usability... no checking ncursesw.h presence... no checking for ncursesw.h... no checking ncurses/curses.h usability... no checking ncurses/curses.h presence... no checking for ncurses/curses.h... no checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking whether strerror_r is declared... yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether strerror_r is declared... (cached) yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... (cached) no checking for gettimeofday... (cached) yes checking for memset... (cached) yes checking for modf... yes checking for select... (cached) yes checking for socket... (cached) yes checking for sqrt... no checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strncasecmp... (cached) yes checking for strtoul... (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/liboping.pc config.status: creating src/mans/Makefile config.status: creating bindings/Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for liboping-1.10.0p1 Making all in src /usr/bin/make all-recursive Making all in mans /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -Wall -Werror -O2 -pipe -Wno-error -c -o liboping_la-liboping.lo `test -f 'liboping.c' || echo './'`liboping.c cc -DHAVE_CONFIG_H -I. -Wall -Werror -O2 -pipe -Wno-error -c liboping.c -fPIC -DPIC -o .libs/liboping_la-liboping.o cc -DHAVE_CONFIG_H -I. -Wall -Werror -O2 -pipe -Wno-error -c liboping.c -o liboping_la-liboping.o /usr/bin/libtool --tag=CC --mode=link cc -Wall -Werror -O2 -pipe -Wno-error -version-info 3:0:3 -o liboping.la -rpath /usr/local/lib liboping_la-liboping.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/liboping.so.0.1 -Wall -Werror -O2 -pipe -Wno-error .libs/liboping_la-liboping.o -Wl,-soname,liboping.so.0.1 libtool: link: ar cru .libs/liboping.a liboping_la-liboping.o libtool: link: ranlib .libs/liboping.a cc -DHAVE_CONFIG_H -I. -Wall -Werror -O2 -pipe -Wno-error -c -o oping.o oping.c /usr/bin/libtool --tag=CC --mode=link cc -Wall -Werror -O2 -pipe -Wno-error -o oping oping.o liboping.la -lm libtool: link: cc -o .libs/oping -Wall -Werror -O2 -pipe -Wno-error oping.o -L.libs -loping -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -DUSE_NCURSES=1 -Wall -Werror -O2 -pipe -Wno-error -c -o noping-oping.o `test -f 'oping.c' || echo './'`oping.c /usr/bin/libtool --tag=CC --mode=link cc -Wall -Werror -O2 -pipe -Wno-error -o noping noping-oping.o liboping.la -lm -lncursesw libtool: link: cc -o .libs/noping -Wall -Werror -O2 -pipe -Wno-error noping-oping.o -L.libs -loping -lm -lncursesw -Wl,-rpath-link,/usr/local/lib Making all in bindings if test ! -d perl; then for file in perl/Changes perl/MANIFEST perl/META.yml perl/Makefile.PL perl/Oping.xs perl/README perl/lib/Net/Oping.pm perl/t/Oping.t perl/typemap; do mkdir -p `dirname $file`; cp ./$file `dirname $file`; done fi cd perl && perl Makefile.PL PREFIX="/usr/local" TOP_BUILDDIR=".." TARGET_LIBDIR="/usr/local/lib" Checking if your kit is complete... Looks good Warning: -L../../src/.libs changed to -L/exopi-obj/pobj/liboping-1.10.0/liboping-1.10.0/bindings/perl/../../src/.libs Generating a Unix-style Makefile Writing Makefile for Net::Oping Writing MYMETA.yml and MYMETA.json cd perl && /usr/bin/make cp lib/Net/Oping.pm blib/lib/Net/Oping.pm Running Mkbootstrap for Oping () chmod 644 "Oping.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Oping.bs blib/arch/auto/Net/Oping/Oping.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/exopi-obj/pobj/liboping-1.10.0/liboping-1.10.0/bindings/perl/typemap' Oping.xs > Oping.xsc mv Oping.xsc Oping.c cc -c -I../../src -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" Oping.c rm -f blib/arch/auto/Net/Oping/Oping.so LD_RUN_PATH="/exopi-obj/pobj/liboping-1.10.0/liboping-1.10.0/bindings/perl/../../src/.libs" cc -L../../src/.libs -shared -fpic -fstack-protector-strong -L/usr/local/lib -Wl,-rpath -Wl,"/usr/local/lib" Oping.o -o blib/arch/auto/Net/Oping/Oping.so -L/exopi-obj/pobj/liboping-1.10.0/liboping-1.10.0/bindings/perl/../../src/.libs -loping chmod 755 blib/arch/auto/Net/Oping/Oping.so Manifying 1 pod document [ ! -f perl/Makefile ] || ( cd perl && /usr/bin/make all ) "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Oping.bs blib/arch/auto/Net/Oping/Oping.bs 644 Manifying 1 pod document >>> Running package in net/liboping at 1713348990.57 ===> net/liboping ===> Faking installation for liboping-1.10.0p1 Making install in src Making install in mans mkdir -p '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/man/man3' /exopi-obj/pobj/liboping-1.10.0/bin/install -c -m 644 liboping.3 ping_construct.3 ping_setopt.3 ping_host_add.3 ping_send.3 ping_get_error.3 ping_iterator_get.3 ping_iterator_get_info.3 ping_iterator_get_context.3 '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/man/man3' mkdir -p '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/man/man8' /exopi-obj/pobj/liboping-1.10.0/bin/install -c -m 644 oping.8 '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/man/man8' mkdir -p '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/liboping-1.10.0/bin/install -c liboping.la '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/liboping-1.10.0/bin/install -c -m 644 ./.libs/liboping.a /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/lib/liboping.a libtool: install: /exopi-obj/pobj/liboping-1.10.0/bin/install -c -m 644 ./.libs/liboping.so.0.1 /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/lib/liboping.so.0.1 libtool: install: /exopi-obj/pobj/liboping-1.10.0/bin/install -c -m 644 ./.libs/liboping.lai /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/lib/liboping.la mkdir -p '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/liboping-1.10.0/bin/install -c -s -m 755 oping noping '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/liboping-1.10.0/bin/install -c -s -m 755 ./.libs/oping /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/liboping-1.10.0/bin/install -c -s -m 755 ./.libs/noping /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/bin /usr/bin/make install-exec-hook mkdir -p '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/include' /exopi-obj/pobj/liboping-1.10.0/bin/install -c -m 644 oping.h '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/include' mkdir -p '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/lib/pkgconfig' /exopi-obj/pobj/liboping-1.10.0/bin/install -c -m 644 liboping.pc '/exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/lib/pkgconfig' Making install in bindings cd perl && /usr/bin/make "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Oping.bs blib/arch/auto/Net/Oping/Oping.bs 644 Manifying 1 pod document [ ! -f perl/Makefile ] || ( cd perl && /usr/bin/make all ) "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Oping.bs blib/arch/auto/Net/Oping/Oping.bs 644 Manifying 1 pod document [ ! -f perl/Makefile ] || ( cd perl && /usr/bin/make install ) "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Oping.bs blib/arch/auto/Net/Oping/Oping.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Net/Oping/Oping.so Installing /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Net/Oping.pm Installing /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/man/man3p/Net::Oping.3p Appending installation info to /exopi-obj/pobj/liboping-1.10.0/fake-amd64/usr/local/libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for liboping-1.10.0p1 Create /exopi-cvs/ports/packages/amd64/all/liboping-1.10.0p1.tgz Creating package liboping-1.10.0p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|****** | 10% checksumming|******** | 13% checksumming|********* | 15% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************** | 23% checksumming|*************** | 25% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 55% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********** | 15% archiving|**************** | 25% archiving|************************ | 37% archiving|****************************** | 47% archiving|************************************* | 57% archiving|*************************************** | 61% archiving|**************************************** | 63% archiving|******************************************* | 68% archiving|********************************************* | 71% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************** | 78% archiving|*************************************************** | 80% archiving|***************************************************** | 82% archiving|******************************************************* | 86% archiving|********************************************************* | 89% archiving|*********************************************************** | 93% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/liboping-1.10.0p1.tgz >>> Running clean in net/liboping at 1713348998.52 ===> net/liboping ===> Cleaning for liboping-1.10.0p1 >>> Ended at 1713349001.34 max_stuck=0.00/build=35.12/package=8.33/clean=3.09