=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for liboauth-1.0.3.tar.gz => Checksum SHA512 OK for liboauth-1.0.3.tar.gz ===> Installing dependencies for liboauth-1.0.3nb25 ========================================================================== The following variables will affect the build process of this package, liboauth-1.0.3nb25. Their current value is shown below: * KRB5_DEFAULT = heimdal * SSLBASE = /usr * SSLCERTBUNDLE (not defined) * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private Based on these variables, the following variables have been set: * KRB5BASE (defined, but empty) * KRB5_TYPE = heimdal You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency pkgconf-[0-9]*: found pkgconf-2.0.3 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency curl>=8.4.0nb1: found curl-8.5.0 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for liboauth-1.0.3nb25 ===> Extracting for liboauth-1.0.3nb25 ===> Patching for liboauth-1.0.3nb25 => Applying pkgsrc patches for liboauth-1.0.3nb25 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/security/liboauth/patches/patch-aa => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/security/liboauth/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.2 2015/09/10 23:05:53 prlw1 Exp $ | |Remove some assumptions about the test(1) (sub)command | |--- configure.orig 2013-03-09 10:22:58.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 13113. Hunk #2 succeeded at 13131. Hunk #3 succeeded at 13153. Hunk #4 succeeded at 13451. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/security/liboauth/patches/patch-src_hash.c => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/security/liboauth/patches/patch-src_hash.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_hash.c,v 1.1 2018/02/15 15:21:49 wiz Exp $ | |Support OpenSSL-1.1. |Based on patch by Hristo Venev in https://github.com/x42/liboauth/issues/9 | |--- src/hash.c.orig 2013-10-04 13:02:50.000000000 +0000 |+++ src/hash.c -------------------------- Patching file src/hash.c using Plan A... Hunk #1 succeeded at 362. Hunk #2 succeeded at 391. Hunk #3 succeeded at 404. Hunk #4 succeeded at 449. Hunk #5 succeeded at 471. done ===> Creating toolchain wrappers for liboauth-1.0.3nb25 ===> Configuring for liboauth-1.0.3nb25 => Generating pkg-config files for builtin xz package. => 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 => Adding run-time search paths to pkg-config files. => Checking for portability problems in extracted files checking for sed... /usr/bin/sed checking liboauth version... 1.0.3 checking build system type... x86_64--netbsd checking host system type... x86_64--netbsd checking target system type... x86_64--netbsd checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking for x86_64--netbsd-gcc... gcc 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... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking how to print strings... printf 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... /usr/bin/grep -F checking for ld used by gcc... /tmp/security/liboauth/work/.cwrapper/bin/ld checking if the linker (/tmp/security/liboauth/work/.cwrapper/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) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64--netbsd file names to x86_64--netbsd format... func_convert_file_noop checking how to convert x86_64--netbsd file names to toolchain format... func_convert_file_noop checking for /tmp/security/liboauth/work/.cwrapper/bin/ld option to reload object files... -r checking for x86_64--netbsd-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ checking for x86_64--netbsd-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64--netbsd-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64--netbsd-strip... no checking for strip... strip checking for x86_64--netbsd-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for x86_64--netbsd-mt... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/tmp/security/liboauth/work/.cwrapper/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory no checking dynamic linker characteristics... NetBSD ld.elf_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 gcc and cc understand -c and -o together... yes checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for string.h... (cached) yes checking alloca.h usability... no checking alloca.h presence... no checking for alloca.h... no checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking whether sys/types.h defines makedev... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct stat.st_blocks... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no checking if -Wl,--as-needed works... yes checking for curl... no checking pkg-config is at least version 0.9.0... /tmp/security/liboauth/work/.tools/bin/pkg-config: /usr/pkg/bin/pkg-config: not found no checking for CURL... no checking curl/curl.h usability... no checking curl/curl.h presence... no checking for curl/curl.h... no checking for curl_global_init in -lcurl... no checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes configure: NOTE: OpenSSL is not compatible with GPL applications. Even if only linked with GPL code you are not allowed to distibute your app. However liboauth provides an exeption (to the GPL) to circumvent this issue (see README, src/hash.c). Nevertheless, double-check your licensing. liboauth itself is licensed under MIT license and comatible with the GPL. Either way, you are probably better off using NSS (configure --enable-nss); future versions of liboauth will default to the Mozilla NSS. see http://people.gnome.org/~markmc/openssl-and-the-gpl.html checking for doxygen... no checking for dot... no checking for perl... /tmp/security/liboauth/work/.tools/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating liboauth.lsm config.status: creating oauth.pc config.status: creating Doxyfile config.status: creating doc/mainpage.dox config.status: creating src/config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands rm: libtoolT: No such file or directory configure: liboauth configured: ----------------------- version: 1.0.3 interface revision: 8:7:8 hash/signature: OpenSSL http integration: no libcurl-timeout: - generate documentation: no installation prefix: /usr/pkg CFLAGS: -Wall -O2 -I/usr/include -I/usr/pkg/include -I/usr/include/krb5 LDFLAGS: -Wall -export-symbols-regex '^oauth_.*' -Wl,--as-needed -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib type "make" followed my "make install" as root. => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp