=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for xmlrpc-c-1.51.04.tgz => Checksum SHA512 OK for xmlrpc-c-1.51.04.tgz ===> Installing dependencies for xmlrpc-c-ss-1.51.04nb17 ========================================================================== The following variables will affect the build process of this package, xmlrpc-c-ss-1.51.04nb17. Their current value is shown below: * BDB185_DEFAULT = db1 * BDB_DEFAULT = db4 * 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: * BDBBASE = /usr * BDB_LIBS (defined, but empty) * BDB_TYPE = db1 * 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 gmake>=3.81: found gmake-4.4.1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency curl>=8.11.0nb2: found curl-8.11.1nb1 => Full dependency libidn2>=2.3.3nb1: found libidn2-2.3.7 => Full dependency libwww>=5.4.2nb7: found libwww-5.4.2nb7 ===> 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 xmlrpc-c-ss-1.51.04nb17 ===> Extracting for xmlrpc-c-ss-1.51.04nb17 ===> Patching for xmlrpc-c-ss-1.51.04nb17 => Applying pkgsrc patches for xmlrpc-c-ss-1.51.04nb17 => Verifying /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-GNUmakefile => Applying pkgsrc patch /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-GNUmakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-GNUmakefile,v 1.3 2019/10/13 21:48:57 he Exp $ | |Make this build with symlinked pkgsrc directory. |Don't build examples: they are not installed, and give error with libc++. | |--- GNUmakefile.orig 2019-03-29 03:33:33.000000000 +0000 |+++ GNUmakefile -------------------------- Patching file GNUmakefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 8. done => Verifying /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-common.mk => Applying pkgsrc patch /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-common.mk Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-common.mk,v 1.1 2019/10/13 21:48:58 he Exp $ | |Add to CFLAGS_COMMON and CXXFLAGS_COMMON, omit debug and optimize flags. |Use libtool to install. | |--- common.mk.orig 2019-09-25 23:16:12.000000000 +0000 |+++ common.mk -------------------------- Patching file common.mk using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 629. done => Verifying /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-config.mk.in => Applying pkgsrc patch /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-config.mk.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-config.mk.in,v 1.5 2019/10/13 21:48:58 he Exp $ | |Do not use -Bdynamic -G when using GCC on Solaris, it creates non-PIC |libraries. | |Support for shared libraries on OpenBSD and MirBSD. | |--- config.mk.in.orig 2019-10-13 08:16:50.256467031 +0000 |+++ config.mk.in -------------------------- Patching file config.mk.in using Plan A... Hunk #1 succeeded at 194. Hunk #2 succeeded at 261. done => Verifying /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-src_cpp_server__pstream.cpp => Applying pkgsrc patch /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-src_cpp_server__pstream.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_cpp_server__pstream.cpp,v 1.1 2019/10/13 21:48:58 he Exp $ | |Socket functions need sys/types.h on MirBSD. | |--- src/cpp/server_pstream.cpp.orig 2014-12-28 18:55:09.000000000 +0000 |+++ src/cpp/server_pstream.cpp -------------------------- Patching file src/cpp/server_pstream.cpp using Plan A... Hunk #1 succeeded at 22. done => Verifying /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-test_cpp_server__abyss.cpp => Applying pkgsrc patch /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-test_cpp_server__abyss.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-test_cpp_server__abyss.cpp,v 1.1 2019/12/18 12:43:40 joerg Exp $ | |The socket function, not the generic function call STL method. | |--- test/cpp/server_abyss.cpp.orig 2019-12-17 01:07:01.776470052 +0000 |+++ test/cpp/server_abyss.cpp -------------------------- Patching file test/cpp/server_abyss.cpp using Plan A... Hunk #1 succeeded at 85. done => Verifying /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-tools_xml-rpc-api2cpp_Makefile => Applying pkgsrc patch /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-tools_xml-rpc-api2cpp_Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tools_xml-rpc-api2cpp_Makefile,v 1.1 2019/10/13 21:48:58 he Exp $ | |Use libtool when linking. | |--- tools/xml-rpc-api2cpp/Makefile.orig 2019-03-29 03:33:33.000000000 +0000 |+++ tools/xml-rpc-api2cpp/Makefile -------------------------- Patching file tools/xml-rpc-api2cpp/Makefile using Plan A... Hunk #1 succeeded at 44. done => Verifying /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-tools_xmlrpc_Makefile => Applying pkgsrc patch /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-tools_xmlrpc_Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tools_xmlrpc_Makefile,v 1.1 2019/10/13 21:48:58 he Exp $ | |Use libtool when linking. | |--- tools/xmlrpc/Makefile.orig 2019-03-29 03:33:33.000000000 +0000 |+++ tools/xmlrpc/Makefile -------------------------- Patching file tools/xmlrpc/Makefile using Plan A... Hunk #1 succeeded at 39. done => Verifying /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-tools_xmlrpc__transport_Makefile => Applying pkgsrc patch /usr/pkgsrc/textproc/xmlrpc-c/patches/patch-tools_xmlrpc__transport_Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-tools_xmlrpc__transport_Makefile,v 1.1 2019/10/13 21:48:58 he Exp $ | |Use libtool when linking. | |--- tools/xmlrpc_transport/Makefile.orig 2019-03-29 03:33:33.000000000 +0000 |+++ tools/xmlrpc_transport/Makefile -------------------------- Patching file tools/xmlrpc_transport/Makefile using Plan A... Hunk #1 succeeded at 34. done ===> Creating toolchain wrappers for xmlrpc-c-ss-1.51.04nb17 ERROR: heimdal>=0.4e heimdal>=0.6 is not installed; can't buildlink files. *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/textproc/xmlrpc-c *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/xmlrpc-c