=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for unrealircd-6.0.3.tar.gz
=> Checksum SHA512 OK for unrealircd-6.0.3.tar.gz
===> Installing dependencies for unrealircd-6.0.3nb9
==========================================================================
The supported build options for unrealircd are:

	unrealircd-no-operoverride unrealircd-operoverride-verify
	unrealircd-remoteinc

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.unrealircd (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
unrealircd-6.0.3nb9.  Their current value is shown below:

        * SSLBASE = /usr
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private
        * UIRCD_NICKHIST = 2000
        * VARBASE = /var

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 mktools-[0-9]*: found mktools-20220614
=> Tool dependency gmake>=3.81: found gmake-4.4.1
=> Tool dependency pkgconf-[0-9]*: found pkgconf-2.3.0
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Full dependency argon2>=20161029nb1: found argon2-20190702
=> Full dependency jansson>=2.4nb1: found jansson-2.14
=> Full dependency libcares>=1.6.0: found libcares-1.34.4
=> Full dependency libsodium>=0.3: found libsodium-1.0.20
=> Full dependency pcre2>=10.30: found pcre2-10.45
===> 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 unrealircd-6.0.3nb9
===> Extracting for unrealircd-6.0.3nb9
===> Patching for unrealircd-6.0.3nb9
=> Applying pkgsrc patches for unrealircd-6.0.3nb9
===> Creating toolchain wrappers for unrealircd-6.0.3nb9
===> Configuring for unrealircd-6.0.3nb9
=> Fixing Argon2 version number
=> 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 rm... /bin/rm
checking for cp... /bin/cp
checking for touch... /usr/bin/touch
checking for openssl... /usr/bin/openssl
checking for install... /usr/bin/install -c -o pbulk -g users
checking for gunzip... /pbulk/work/chat/unrealircd6/work/.tools/bin/gunzip
checking for pkg-config... /pbulk/work/chat/unrealircd6/work/.tools/bin/pkg-config
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 gcc option to accept ISO C99... none needed
checking for gmake... gmake
checking for gmake... /pbulk/work/chat/unrealircd6/work/.tools/bin/gmake
checking for crypt in -ldescrypt... no
checking for crypt in -lcrypt... yes
checking how to run the C preprocessor... gcc -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... 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 whether byte ordering is bigendian... no
checking whether C compiler accepts -fno-strict-overflow... yes
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
checking whether C compiler accepts -fstack-protector-all... yes
checking whether the linker accepts -fstack-protector-all... yes
checking whether C compiler accepts -Wstack-protector... yes
checking whether C compiler accepts --param ssp-buffer-size=1... yes
checking whether C compiler accepts -fstack-clash-protection... no
checking whether C compiler accepts -fcf-protection... no
checking whether C compiler accepts -fPIE... yes
checking whether the linker accepts -fPIE -pie... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -fno-common... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Waggregate-return... yes
checking whether C compiler accepts -Wformat-nonliteral... yes
checking whether C compiler accepts -Wduplicated-cond... yes
checking whether C compiler accepts -Wduplicated-branches... yes
checking whether C compiler accepts -Wparentheses... yes
checking whether C compiler accepts -Wpointer-sign... yes
checking whether C compiler accepts -Winvalid-source-encoding... no
checking whether C compiler accepts -Wformat-zero-length... yes
checking whether C compiler accepts -Wformat-truncation... yes
checking whether C compiler accepts -Wunused... yes
checking whether C compiler accepts -Wunused-parameter... yes
checking whether C compiler accepts -Wunused-but-set-parameter... yes
checking whether C compiler accepts -Wchar-subscripts... yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wempty-body... yes
checking whether C compiler accepts -Wpragmas... yes
checking whether C compiler accepts -Wunknown-warning-option... no
checking if your system has IPv6 support... yes
checking sys/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for strlcpy... yes
checking for strlcat... yes
checking for strlncat... no
checking for strlncpy... no
checking for getrusage... yes
checking for setproctitle... yes
checking for explicit_bzero... no
checking for syslog... yes
checking for OpenSSL... found in /usr/include/openssl
checking OpenSSL linking with -ldl... no
checking OpenSSL linking with -ldl and -lpthread... no
checking for SSL_CTX_set1_curves_list in SSL library... yes
checking for SSL_CTX_set_min_proto_version in SSL library... yes
checking for SSL_CTX_set_security_level in SSL library... yes
checking for ASN1_TIME_diff in SSL library... yes
checking for X509_get0_notAfter in SSL library... yes
checking for dlopen... yes
checking if we need the -export-dynamic flag... yes
checking for compiler option to produce PIC... -fPIC -DPIC -shared
checking if your system prepends an underscore on symbols... no
checking for poll... yes
checking for epoll_create... no
checking for epoll_ctl... no
checking for epoll_wait... no
checking for kqueue... yes
checking for kevent... yes
checking pkg-config is at least version 0.9.0... yes
checking for PCRE2... yes
checking for ARGON2... yes
checking for SODIUM... yes
checking for CARES... yes
checking for JANSSON... yes
checking build system type... x86_64--netbsd
checking host system type... x86_64--netbsd
checking for pthread_join in LIBS= with CFLAGS= -pthread ... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/modules/Makefile
config.status: creating src/modules/chanmodes/Makefile
config.status: creating src/modules/usermodes/Makefile
config.status: creating src/modules/extbans/Makefile
config.status: creating src/modules/third/Makefile
config.status: creating extras/unrealircd-upgrade-script
config.status: creating unrealircd
config.status: creating include/setup.h