=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for cpputest-4.0.tar.gz => Checksum SHA512 OK for cpputest-4.0.tar.gz ===> Installing dependencies for cpputest-4.0 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency cmake>=3.18: found cmake-3.31.3 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 ===> 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 cpputest-4.0 ===> Extracting for cpputest-4.0 ===> Patching for cpputest-4.0 => Applying pkgsrc patches for cpputest-4.0 ===> Creating toolchain wrappers for cpputest-4.0 ===> Configuring for cpputest-4.0 => Adding run-time search paths to pkg-config files. => Fixing CMAKE_MODULE_PATH in CMakeLists.txt CMake Warning (dev) at CMakeLists.txt:1 (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 7.5.0 -- The CXX compiler identification is GNU 7.5.0 CMake Warning (dev) at /usr/pkg/share/cmake-3.31/Modules/Platform/NetBSD.cmake:23 (include): File /usr/pkg/share/cmake-3.31/Modules/Platform/NetBSD.cmake includes /pbulk/work/devel/cpputest/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/pkg/share/cmake-3.31/Modules/Platform/UnixPaths.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/pkg/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake:32 (include) CMakeLists.txt:1 (project) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/pkg/share/cmake-3.31/Modules/Platform/NetBSD.cmake:23 (include): File /usr/pkg/share/cmake-3.31/Modules/Platform/NetBSD.cmake includes /pbulk/work/devel/cpputest/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/pkg/share/cmake-3.31/Modules/Platform/UnixPaths.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/pkg/share/cmake-3.31/Modules/CMakeCInformation.cmake:66 (include) CMakeLists.txt:1 (project) This warning is for project developers. Use -Wno-dev to suppress it. -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /pbulk/work/devel/cpputest/work/.cwrapper/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Warning (dev) at /usr/pkg/share/cmake-3.31/Modules/Platform/NetBSD.cmake:23 (include): File /usr/pkg/share/cmake-3.31/Modules/Platform/NetBSD.cmake includes /pbulk/work/devel/cpputest/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/pkg/share/cmake-3.31/Modules/Platform/UnixPaths.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/pkg/share/cmake-3.31/Modules/CMakeCXXInformation.cmake:65 (include) CMakeLists.txt:1 (project) This warning is for project developers. Use -Wno-dev to suppress it. -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /pbulk/work/devel/cpputest/work/.cwrapper/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:8 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- Looking for fork -- Looking for fork - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for pthread_mutex_lock -- Looking for pthread_mutex_lock - not found -- Looking for strdup -- Looking for strdup - found -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Reason given by package: The command "/pbulk/work/devel/cpputest/work/.tools/bin/pkg-config" --version failed with output: stderr: result: 1 -- Performing Test WARNING_C_FLAG_Weverything -- Performing Test WARNING_C_FLAG_Weverything - Failed -- Performing Test WARNING_C_FLAG_Wall -- Performing Test WARNING_C_FLAG_Wall - Success -- Performing Test WARNING_C_FLAG_Wextra -- Performing Test WARNING_C_FLAG_Wextra - Success -- Performing Test WARNING_C_FLAG_pedantic -- Performing Test WARNING_C_FLAG_pedantic - Success -- Performing Test WARNING_C_FLAG_Wshadow -- Performing Test WARNING_C_FLAG_Wshadow - Success -- Performing Test WARNING_C_FLAG_Wswitch-default -- Performing Test WARNING_C_FLAG_Wswitch-default - Success -- Performing Test WARNING_C_FLAG_Wswitch-enum -- Performing Test WARNING_C_FLAG_Wswitch-enum - Success -- Performing Test WARNING_C_FLAG_Wconversion -- Performing Test WARNING_C_FLAG_Wconversion - Success -- Performing Test WARNING_C_FLAG_Wsign-conversion -- Performing Test WARNING_C_FLAG_Wsign-conversion - Success -- Performing Test WARNING_C_FLAG_Wno-padded -- Performing Test WARNING_C_FLAG_Wno-padded - Success -- Performing Test WARNING_C_FLAG_Wno-disabled-macro-expansion -- Performing Test WARNING_C_FLAG_Wno-disabled-macro-expansion - Failed -- Performing Test WARNING_C_FLAG_Wno-reserved-id-macro -- Performing Test WARNING_C_FLAG_Wno-reserved-id-macro - Failed -- Performing Test WARNING_C_FLAG_Wno-keyword-macro -- Performing Test WARNING_C_FLAG_Wno-keyword-macro - Failed -- Performing Test WARNING_C_FLAG_Wno-long-long -- Performing Test WARNING_C_FLAG_Wno-long-long - Success -- Performing Test WARNING_C_FLAG_Wstrict-prototypes -- Performing Test WARNING_C_FLAG_Wstrict-prototypes - Success -- Performing Test WARNING_CXX_FLAG_Weverything -- Performing Test WARNING_CXX_FLAG_Weverything - Failed -- Performing Test WARNING_CXX_FLAG_Wall -- Performing Test WARNING_CXX_FLAG_Wall - Success -- Performing Test WARNING_CXX_FLAG_Wextra -- Performing Test WARNING_CXX_FLAG_Wextra - Success -- Performing Test WARNING_CXX_FLAG_pedantic -- Performing Test WARNING_CXX_FLAG_pedantic - Success -- Performing Test WARNING_CXX_FLAG_Wshadow -- Performing Test WARNING_CXX_FLAG_Wshadow - Success -- Performing Test WARNING_CXX_FLAG_Wswitch-default -- Performing Test WARNING_CXX_FLAG_Wswitch-default - Success -- Performing Test WARNING_CXX_FLAG_Wswitch-enum -- Performing Test WARNING_CXX_FLAG_Wswitch-enum - Success -- Performing Test WARNING_CXX_FLAG_Wconversion -- Performing Test WARNING_CXX_FLAG_Wconversion - Success -- Performing Test WARNING_CXX_FLAG_Wsign-conversion -- Performing Test WARNING_CXX_FLAG_Wsign-conversion - Success -- Performing Test WARNING_CXX_FLAG_Wno-padded -- Performing Test WARNING_CXX_FLAG_Wno-padded - Success -- Performing Test WARNING_CXX_FLAG_Wno-disabled-macro-expansion -- Performing Test WARNING_CXX_FLAG_Wno-disabled-macro-expansion - Failed -- Performing Test WARNING_CXX_FLAG_Wno-reserved-id-macro -- Performing Test WARNING_CXX_FLAG_Wno-reserved-id-macro - Failed -- Performing Test WARNING_CXX_FLAG_Wno-keyword-macro CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory not found in /usr/pkg/share/cmake-3.31 CMake Error: Could not find cmake module file: CMakeSystemSpecificInitialize.cmake CMake Error: Could not find cmake module file: CMakeSystemSpecificInformation.cmake CMake Error: Could not find cmake module file: CMakeCXXInformation.cmake CMake Error at /pbulk/work/devel/cpputest/work/cpputest-4.0/CMakeFiles/CMakeScratch/TryCompile-vVuGSa/CMakeLists.txt:18 (include): include could not find requested file: /Modules/Internal/HeaderpadWorkaround.cmake CMake Error at /usr/pkg/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile): Failed to configure test project build system. Call Stack (most recent call first): /usr/pkg/share/cmake-3.31/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles) /usr/pkg/share/cmake-3.31/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag) cmake/Modules/CppUTestWarningFlags.cmake:20 (check_cxx_compiler_flag) cmake/Modules/CppUTestWarningFlags.cmake:78 (check_and_append_cxx_warning_flags) cmake/Modules/CppUTestConfigurationOptions.cmake:21 (include) CMakeLists.txt:91 (include) -- Configuring incomplete, errors occurred! *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/devel/cpputest *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/cpputest