+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libfido2-1.13.0/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libfido2-1.13.0/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for libfido2-1.13.0.tar.gz
=> Checksum SHA512 OK for libfido2-1.13.0.tar.gz
===> Installing dependencies for libfido2-1.13.0
==========================================================================
The following variables will affect the build process of this package,
libfido2-1.13.0.  Their current value is shown below:

        * SSLBASE (defined)
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /usr/pkg/etc/openssl/certs
        * SSLDIR = /usr/pkg/etc/openssl
        * SSLKEYS = /usr/pkg/etc/openssl/private

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/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency cmake>=0: found cmake-3.26.4
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.9.5
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency libcbor>=0.8.0: found libcbor-0.10.2
=> Full dependency zlib>=1.2.3: found zlib-1.2.13
=> Full dependency openssl>=1.1.1pnb1: found openssl-1.1.1u
===> Overriding tools for libfido2-1.13.0
===> Extracting for libfido2-1.13.0
===> Patching for libfido2-1.13.0
===> Creating toolchain wrappers for libfido2-1.13.0
===> Configuring for libfido2-1.13.0
=> Checking for portability problems in extracted files
CMake Warning (dev) at CMakeLists.txt:9 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 4.8.5
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/security/libfido2/work/.cwrapper/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test HAVE_SHORTEN_64_TO_32
-- Performing Test HAVE_SHORTEN_64_TO_32 - Failed
-- Performing Test HAVE_STACK_PROTECTOR_ALL
-- Performing Test HAVE_STACK_PROTECTOR_ALL - Success
-- Looking for include file cbor.h
-- Looking for include file cbor.h - found
-- Looking for include file endian.h
-- Looking for include file endian.h - found
-- Looking for include file err.h
-- Looking for include file err.h - found
-- Looking for include file openssl/opensslv.h
-- Looking for include file openssl/opensslv.h - found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file sys/random.h
-- Looking for include file sys/random.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - not found
-- Looking for asprintf
-- Looking for asprintf - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for explicit_bzero
-- Looking for explicit_bzero - not found
-- Looking for freezero
-- Looking for freezero - not found
-- Looking for getline
-- Looking for getline - found
-- Looking for getopt
-- Looking for getopt - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for getrandom
-- Looking for getrandom - not found
-- Looking for memset_s
-- Looking for memset_s - not found
-- Looking for readpassphrase
-- Looking for readpassphrase - not found
-- Looking for recallocarray
-- Looking for recallocarray - not found
-- Looking for strlcat
-- Looking for strlcat - not found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strsep
-- Looking for strsep - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for timespecsub
-- Looking for timespecsub - not found
-- Looking for timingsafe_bcmp
-- Looking for timingsafe_bcmp - not found
-- Found PkgConfig: /home/pbulk/build/security/libfido2/work/.tools/bin/pkg-config (found version "1.9.5") 
-- Checking for one of the modules 'libcbor'
-- Checking for one of the modules 'libcrypto'
-- Checking for one of the modules 'zlib'
-- Checking for one of the modules 'libudev'
CMake Error at /usr/pkg/share/cmake-3.26/Modules/FindPkgConfig.cmake:894 (message):
  None of the required 'libudev' found
Call Stack (most recent call first):
  CMakeLists.txt:243 (pkg_search_module)


-- BASE_LIBRARIES: 
-- BUILD_EXAMPLES: OFF
-- BUILD_MANPAGES: ON
-- BUILD_SHARED_LIBS: ON
-- BUILD_STATIC_LIBS: ON
-- BUILD_TOOLS: ON
-- CBOR_INCLUDE_DIRS: /usr/pkg/include
-- CBOR_LIBRARIES: cbor
-- CBOR_LIBRARY_DIRS: /usr/pkg/lib
-- CBOR_BIN_DIRS: 
-- CBOR_VERSION: 0.10.2
-- CMAKE_BUILD_TYPE: 
-- CMAKE_C_COMPILER: /home/pbulk/build/security/libfido2/work/.cwrapper/bin/cc
-- CMAKE_C_COMPILER_ID: GNU
-- CMAKE_C_FLAGS:  -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_GNU_SOURCE -D_DEFAULT_SOURCE -std=c99 -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include
-- CMAKE_CROSSCOMPILING: FALSE
-- CMAKE_GENERATOR_PLATFORM: 
-- CMAKE_HOST_SYSTEM_NAME: Linux
-- CMAKE_HOST_SYSTEM_PROCESSOR: x86_64
-- CMAKE_INSTALL_LIBDIR: lib
-- CMAKE_INSTALL_PREFIX: /usr/pkg
-- CMAKE_SYSTEM_NAME: Linux
-- CMAKE_SYSTEM_PROCESSOR: x86_64
-- CMAKE_SYSTEM_VERSION: 3.10.0-1160.92.1.el7.x86_64
-- CRYPTO_INCLUDE_DIRS: /usr/pkg/include
-- CRYPTO_LIBRARIES: crypto
-- CRYPTO_LIBRARY_DIRS: /usr/pkg/lib
-- CRYPTO_BIN_DIRS: 
-- CRYPTO_VERSION: 1.1.1u
-- FIDO_VERSION: 1.13.0
-- FUZZ: OFF
-- ZLIB_INCLUDE_DIRS: /usr/pkg/include
-- ZLIB_LIBRARIES: z
-- ZLIB_LIBRARY_DIRS: /usr/pkg/lib
-- ZLIB_BIN_DIRS: 
-- ZLIB_VERSION: 1.2.13
-- PCSC_INCLUDE_DIRS: 
-- PCSC_LIBRARIES: 
-- PCSC_LIBRARY_DIRS: 
-- PCSC_VERSION: 
-- TLS: __thread
-- UDEV_INCLUDE_DIRS: 
-- UDEV_LIBRARIES: 
-- UDEV_LIBRARY_DIRS: 
-- UDEV_RULES_DIR: 
-- UDEV_VERSION: 
-- USE_HIDAPI: OFF
-- USE_PCSC: OFF
-- USE_WINHELLO: OFF
-- NFC_LINUX: ON
-- MANDOC_PATH: MANDOC_PATH-NOTFOUND
-- GZIP_PATH: /home/pbulk/build/security/libfido2/work/.tools/bin/gzip
-- Configuring incomplete, errors occurred!
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/libfido2
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/libfido2