>>> Building on exopi-6 under devel/npth BDEPENDS = [archivers/bzip2] DIST = [devel/npth:npth-1.6.tar.bz2] FULLPKGNAME = npth-1.6p0 (Junk lock obtained for exopi-6 at 1713949217.12) >>> Running depends in devel/npth at 1713949217.17 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 >>> Running show-prepare-results in devel/npth at 1713949219.84 ===> devel/npth ===> Building from scratch npth-1.6p0 ===> npth-1.6p0 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: pthread ===> found pthread.27.1 bzip2-1.0.8p0 (Junk lock released for exopi-6 at 1713949220.67) Woken up security/keychain distfiles size=300486 >>> Running build in devel/npth at 1713949220.84 ===> devel/npth ===> Checking files for npth-1.6p0 `/exopi-cvs/ports/distfiles/npth-1.6.tar.bz2' is up to date. >> (SHA256) npth-1.6.tar.bz2: OK ===> Extracting for npth-1.6p0 ===> Patching for npth-1.6p0 ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: configure |--- configure.orig |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 2311. 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 npth-1.6p0 ===> Configuring for npth-1.6p0 Using /exopi-obj/pobj/npth-1.6/config.site (generated) /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DLIBnpth_MAJOR=1\ -DLIBnpth_MINOR=0\ -DLIBnpth_VERSION=1.0 -DARCH=amd64 -DBASE_PKGPATH=devel/npth -DFLAVOR_EXT= -DFULLPKGNAME=npth-1.6p0 -DHOMEPAGE=https://www.gnupg.org/software/npth/index.html -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=Pierre-Emmanuel\ Andre\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=npth -i -B /exopi-obj/pobj/npth-1.6 /exopi-obj/pobj/npth-1.6/npth-1.6/configure configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/npth-1.6/config.site checking for a BSD-compatible install... /exopi-obj/pobj/npth-1.6/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 whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU 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 dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) cc 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... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed 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 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 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... no checking for windres... no checking for sys/socket.h... (cached) yes checking for sys/select.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for signal.h... (cached) yes checking for sys/socket.h... (cached) yes checking for socklen_t... yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking for library containing pthread_detach... -lpthread checking for pthread_tryjoin_np... no checking for pthread_setname_np... no checking for pthread_getname_np... no checking for pthread_mutex_timedlock... yes checking for pthread_rwlock_rdlock... yes checking for pthread_rwlock_wrlock... yes checking for pthread_rwlock_timedrdlock... yes checking for pthread_rwlock_timedwrlock... yes checking for pthread_rwlock_tryrdlock... yes checking for pthread_rwlock_trywrlock... yes checking for pthread_atfork... yes checking for select... (cached) yes checking for pselect... yes checking for gettimeofday... (cached) yes checking for library containing setsockopt... none needed checking for library containing clock_gettime... none required checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/npth.h config.status: creating src/Makefile config.status: creating w32/Makefile config.status: creating tests/Makefile config.status: creating npth-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands npth v1.6 prepared for make Revision: 7712879 (30482) Platform: x86_64-unknown-openbsd7.5 configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for npth-1.6p0 /usr/bin/make all-recursive Making all in src /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT npth.lo -MD -MP -MF .deps/npth.Tpo -c -o npth.lo npth.c cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT npth.lo -MD -MP -MF .deps/npth.Tpo -c npth.c -fPIC -DPIC -o .libs/npth.o cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT npth.lo -MD -MP -MF .deps/npth.Tpo -c npth.c -o npth.o mv -f .deps/npth.Tpo .deps/npth.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT npth-sigev.lo -MD -MP -MF .deps/npth-sigev.Tpo -c -o npth-sigev.lo npth-sigev.c cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT npth-sigev.lo -MD -MP -MF .deps/npth-sigev.Tpo -c npth-sigev.c -fPIC -DPIC -o .libs/npth-sigev.o cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT npth-sigev.lo -MD -MP -MF .deps/npth-sigev.Tpo -c npth-sigev.c -o npth-sigev.o mv -f .deps/npth-sigev.Tpo .deps/npth-sigev.Plo /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -version-info 1:0:1 -o libnpth.la -rpath /usr/local/lib npth.lo npth-sigev.lo -lpthread libtool: link: cc -shared -fPIC -DPIC -o .libs/libnpth.so.1.0 -O2 -pipe .libs/npth.o .libs/npth-sigev.o -L.libs -lpthread -Wl,-soname,libnpth.so.1.0 libtool: link: ar cru .libs/libnpth.a npth.o npth-sigev.o libtool: link: ranlib .libs/libnpth.a Making all in tests cc -DHAVE_CONFIG_H -I. -I.. -I../src -D_POSIX_C_SOURCE=200112L -O2 -pipe -MT t-mutex.o -MD -MP -MF .deps/t-mutex.Tpo -c -o t-mutex.o t-mutex.c mv -f .deps/t-mutex.Tpo .deps/t-mutex.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o t-mutex t-mutex.o ../src/libnpth.la -lpthread libtool: link: cc -o .libs/t-mutex -O2 -pipe t-mutex.o -L.libs -lnpth -lpthread -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../src -D_POSIX_C_SOURCE=200112L -O2 -pipe -MT t-thread.o -MD -MP -MF .deps/t-thread.Tpo -c -o t-thread.o t-thread.c mv -f .deps/t-thread.Tpo .deps/t-thread.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o t-thread t-thread.o ../src/libnpth.la -lpthread libtool: link: cc -o .libs/t-thread -O2 -pipe t-thread.o -L.libs -lnpth -lpthread -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../src -D_POSIX_C_SOURCE=200112L -O2 -pipe -MT t-fork.o -MD -MP -MF .deps/t-fork.Tpo -c -o t-fork.o t-fork.c mv -f .deps/t-fork.Tpo .deps/t-fork.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o t-fork t-fork.o ../src/libnpth.la -lpthread libtool: link: cc -o .libs/t-fork -O2 -pipe t-fork.o -L.libs -lnpth -lpthread -Wl,-rpath-link,/usr/local/lib >>> Running package in devel/npth at 1713949243.36 ===> devel/npth ===> Faking installation for npth-1.6p0 Making install in src mkdir -p '/exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/npth-1.6/bin/install -c libnpth.la '/exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/npth-1.6/bin/install -c -m 644 ./.libs/libnpth.a /exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/lib/libnpth.a libtool: install: /exopi-obj/pobj/npth-1.6/bin/install -c -m 644 ./.libs/libnpth.so.1.0 /exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/lib/libnpth.so.1.0 libtool: install: /exopi-obj/pobj/npth-1.6/bin/install -c -m 644 ./.libs/libnpth.lai /exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/lib/libnpth.la mkdir -p '/exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/include' /exopi-obj/pobj/npth-1.6/bin/install -c -m 644 npth.h '/exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/include' Making install in tests mkdir -p '/exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/bin' /exopi-obj/pobj/npth-1.6/bin/install -c -m 755 npth-config '/exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/share/aclocal' /exopi-obj/pobj/npth-1.6/bin/install -c -m 644 npth.m4 '/exopi-obj/pobj/npth-1.6/fake-amd64/usr/local/share/aclocal' ===> Building package for npth-1.6p0 Create /exopi-cvs/ports/packages/amd64/all/npth-1.6p0.tgz Creating package npth-1.6p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|***************************** | 45% archiving|*********************************************** | 74% archiving|************************************************** | 78% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/npth-1.6p0.tgz >>> Running clean in devel/npth at 1713949246.81 ===> devel/npth ===> Cleaning for npth-1.6p0 >>> Ended at 1713949249.09 max_stuck=2.46/depends=2.66/show-prepare-results=0.89/build=22.64/package=3.35/clean=2.43