=> Bootstrap dependency digest>=20010302: found digest-20190127 => Checksum SHA1 OK for netbsd-iscsi-20111006.tar.gz => Checksum RMD160 OK for netbsd-iscsi-20111006.tar.gz => Checksum SHA512 OK for netbsd-iscsi-20111006.tar.gz ===> Installing dependencies for netbsd-iscsi-lib-20111006nb1 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for netbsd-iscsi-lib-20111006nb1 ===> Extracting for netbsd-iscsi-lib-20111006nb1 ===> Patching for netbsd-iscsi-lib-20111006nb1 => Applying pkgsrc patches for netbsd-iscsi-lib-20111006nb1 => Verifying /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ab => Applying pkgsrc patch /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.1.1.1 2010/06/04 16:14:44 sborrill Exp $ | |--- src/target/Makefile.in.orig 2010-04-16 20:16:12.000000000 +0100 |+++ src/target/Makefile.in 2010-04-16 20:16:32.000000000 +0100 -------------------------- Patching file src/target/Makefile.in using Plan A... Hunk #1 succeeded at 51. Hunk #2 succeeded at 210. done => Verifying /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ac => Applying pkgsrc patch /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.2 2015/10/15 13:15:50 joerg Exp $ | |--- src/initiator/Makefile.in.orig 2010-04-16 20:26:17.000000000 +0100 |+++ src/initiator/Makefile.in 2010-04-16 20:28:51.000000000 +0100 -------------------------- Patching file src/initiator/Makefile.in using Plan A... Hunk #1 succeeded at 53. Hunk #2 succeeded at 211. done => Verifying /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ad => Applying pkgsrc patch /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ad,v 1.1 2011/02/22 13:33:22 sborrill Exp $ |Don't hide all error messages from the user | |--- src/lib/util.c.orig 2011-02-21 16:22:13.000000000 +0000 |+++ src/lib/util.c 2011-02-21 16:22:36.000000000 +0000 -------------------------- Patching file src/lib/util.c using Plan A... Hunk #1 succeeded at 294. Hunk #2 succeeded at 304. done => Verifying /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ae => Applying pkgsrc patch /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-ae Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ae,v 1.1 2011/12/14 07:30:42 agc Exp $ | |Patch from Gregor Riepl, brought over from NetBSD sources - patch |for building on Darwin | |--- include/iscsi.h 2011/12/14 03:16:24 1.1 |+++ include/iscsi.h 2011/12/14 03:16:40 -------------------------- Patching file include/iscsi.h using Plan A... Hunk #1 succeeded at 31. done => Verifying /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-include_iscsi-md5.h => Applying pkgsrc patch /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-include_iscsi-md5.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-include_iscsi-md5.h,v 1.1 2015/10/15 13:15:50 joerg Exp $ | |--- include/iscsi-md5.h.orig 2009-07-02 09:12:23.000000000 +0000 |+++ include/iscsi-md5.h -------------------------- Patching file include/iscsi-md5.h using Plan A... Hunk #1 succeeded at 29. Hunk #2 succeeded at 49. done => Verifying /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-src_lib_Makefile.in => Applying pkgsrc patch /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-src_lib_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_lib_Makefile.in,v 1.1 2020/03/22 14:25:00 tnn Exp $ | |Work around an issue with Linux install(1). It does not like to |install the same file twice. For example: | |$ install libiscsi.3 libiscsi.3 /tmp |install: will not overwrite just-created '/tmp/libiscsi.3' with 'libiscsi.3' | |Removing the am__base_list sed script from the pipeline disables this |coalescing and still installs the same file twice, but with two install(1) |invocations. Why the file gets installed twice is an automake mystery. | |--- src/lib/Makefile.in.orig 2010-05-10 14:48:22.000000000 +0000 |+++ src/lib/Makefile.in -------------------------- Patching file src/lib/Makefile.in using Plan A... Hunk #1 succeeded at 474. done => Verifying /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-src_lib_md5c.c => Applying pkgsrc patch /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-src_lib_md5c.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_lib_md5c.c,v 1.1 2015/10/15 13:15:50 joerg Exp $ | |--- src/lib/md5c.c.orig 2015-09-12 21:01:19.530772945 +0000 |+++ src/lib/md5c.c -------------------------- Patching file src/lib/md5c.c using Plan A... Hunk #1 succeeded at 33. done => Verifying /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-src_lib_md5hl.c => Applying pkgsrc patch /opt/pkgsrc/devel/netbsd-iscsi-lib/patches/patch-src_lib_md5hl.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_lib_md5hl.c,v 1.1 2015/10/15 13:15:50 joerg Exp $ | |--- src/lib/md5hl.c.orig 2015-09-12 20:57:55.447892750 +0000 |+++ src/lib/md5hl.c -------------------------- Patching file src/lib/md5hl.c using Plan A... Hunk #1 succeeded at 48. done ===> Creating toolchain wrappers for netbsd-iscsi-lib-20111006nb1 ===> Configuring for netbsd-iscsi-lib-20111006nb1 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files checking for a BSD-compatible install... /usr/bin/install -c -o sjmulder -g staff checking whether build environment is sane... yes checking for a thread-safe mkdir -p... buildaux/install-sh -c -d checking for gawk... /opt/pkg/bin/nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... aarch64-apple-darwin20 checking host system type... aarch64-apple-darwin20 checking for a BSD-compatible install... /usr/bin/install -c -o sjmulder -g staff checking for aarch64-apple-darwin20-gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking for aarch64-apple-darwin20-ranlib... no checking for ranlib... ranlib checking for a sed that does not truncate output... /opt/work/devel/netbsd-iscsi-lib/work/.tools/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... clang -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... no checking whether clang++ accepts -g... no checking dependency style of clang++... none checking how to run the C++ preprocessor... clang -E checking for aarch64-apple-darwin20-g77... f77 checking whether we are using the GNU Fortran 77 compiler... no checking whether f77 accepts -g... no checking the maximum length of command line arguments... (cached) 1048576 checking command to parse /usr/bin/nm -B output from clang object... ok checking for objdir... .libs checking for aarch64-apple-darwin20-ar... no checking for ar... ar checking for aarch64-apple-darwin20-ranlib... ranlib checking for aarch64-apple-darwin20-strip... no checking for strip... strip checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common checking if clang PIC flag -fno-common works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin20 dyld 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 configure: creating libtool appending configuration tag "CXX" to libtool checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... no libtool.m4: error: problem compiling CXX test program checking for clang++ option to produce PIC... checking if clang++ static flag works... no checking if clang++ supports -c -o file.o... no checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... no checking dynamic linker characteristics... darwin20 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking for f77 option to produce PIC... -fno-common checking if f77 PIC flag -fno-common works... no checking if f77 static flag -static works... no checking if f77 supports -c -o file.o... no checking whether the f77 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin20 dyld checking how to hardcode library paths into programs... immediate checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/time.h... (cached) yes checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking asm/byteorder.h usability... no checking asm/byteorder.h presence... no checking for asm/byteorder.h... no checking sys/bswap.h usability... no checking sys/bswap.h presence... no checking for sys/bswap.h... no checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking libkern/OSByteOrder.h usability... yes checking libkern/OSByteOrder.h presence... yes checking for libkern/OSByteOrder.h... yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking machine/endian.h usability... yes checking machine/endian.h presence... yes checking for machine/endian.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for socklen_t... yes checking for long long... yes checking for unsigned long long... yes checking for unsigned long long int... yes checking for long long int... yes checking for size_t... (cached) yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for library containing gethostbyname... none required checking for library containing connect... none required checking for library containing inet_aton... none required checking for library containing pthread_create... none required checking for __bswap64... no checking for asprintf... yes checking for asnprintf... no checking for bswap64... no checking for daemon... yes checking for fsync_range... no checking for getaddrinfo... yes checking for getnameinfo... yes checking for htobe64... no checking for memset... yes checking for bcopy... yes checking for poll... yes checking for snprintf... yes checking for strlcpy... yes checking for strtoll... yes checking for syslog... yes checking for uuid_create... no checking for uuid_to_string... no checking for vasprintf... yes checking for vasprintf... (cached) yes checking for vasnprintf... no checking for vsnprintf... yes configure: creating ./config.status config.status: creating Makefile config.status: creating include/config.h config.status: executing depfiles commands configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating src/target/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating src/target/Makefile config.status: creating src/initiator/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile. WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile.