=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/cpputest", "configure", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead. => 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 cmake>=3.18: found cmake-4.4.3 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency gcc13>=13.4.0: found gcc13-13.4.0 => Full dependency gcc13-libs>=13.4.0: found gcc13-libs-13.4.0 ===> Overriding tools for cpputest-4.0 ===> Extracting for cpputest-4.0 ===> Patching for cpputest-4.0 => Applying pkgsrc patches for cpputest-4.0 => Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/cpputest/patches/patch-include_CppUTest_PlatformSpecificFunctions.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/cpputest/patches/patch-include_CppUTest_PlatformSpecificFunctions.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-include_CppUTest_PlatformSpecificFunctions.h,v 1.2 2018/12/16 07:02:08 schmonz Exp $ | |Expect pid_t from fork() and waitpid(). | |--- include/CppUTest/PlatformSpecificFunctions.h.orig 2016-05-25 05:41:47.000000000 +0000 |+++ include/CppUTest/PlatformSpecificFunctions.h -------------------------- Patching file include/CppUTest/PlatformSpecificFunctions.h using Plan A... Hunk #1 succeeded at 28. done => Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/cpputest/patches/patch-src_Platforms_Gcc_UtestPlatform.cpp => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/cpputest/patches/patch-src_Platforms_Gcc_UtestPlatform.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_Platforms_Gcc_UtestPlatform.cpp,v 1.1 2018/06/22 15:56:56 schmonz Exp $ | |Expect pid_t from fork() and waitpid(). | |--- src/Platforms/Gcc/UtestPlatform.cpp.orig 2018-06-22 15:45:32.759762992 +0000 |+++ src/Platforms/Gcc/UtestPlatform.cpp -------------------------- Patching file src/Platforms/Gcc/UtestPlatform.cpp using Plan A... Hunk #1 succeeded at 155 (offset 23 lines). done ===> Creating toolchain wrappers for cpputest-4.0 /usr/bin/sed -e '/^#/d' -e 's,@LINK_ARCH_DEFAULT@,link_arch64,g' -e 's,@LINK_LIBGCC_DEFAULT@,link_libgcc_arch64,g' -e 's,@LIBGCC_PREFIX@,/opt/local/gcc13/x86_64-sun-solaris2.11,g' < ../../extra/gcc13-libs/files/specs.pkgsrc > /tmp/work/devel/cpputest/work/.cwrapper/specs.pkgsrc ===> Configuring for cpputest-4.0 => Adding run-time search paths to pkg-config files. => Fixing CMAKE_MODULE_PATH in CMakeLists.txt CMake Warning (author) 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-author to suppress it. -- The C compiler identification is GNU 13.4.0 -- The CXX compiler identification is GNU 13.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/work/devel/cpputest/work/.cwrapper/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /tmp/work/devel/cpputest/work/.cwrapper/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning (deprecated) 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. This warning is for project developers. Use -Wno-author or -Wno-deprecated to suppress it. -- Looking for fork -- Looking for fork - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for pthread_mutex_lock -- Looking for pthread_mutex_lock - found -- Looking for strdup -- Looking for strdup - found -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Reason given by package: The command "/tmp/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 -- Performing Test WARNING_CXX_FLAG_Wno-keyword-macro - Failed -- Performing Test WARNING_CXX_FLAG_Wno-long-long -- Performing Test WARNING_CXX_FLAG_Wno-long-long - Success -- Performing Test WARNING_CXX_FLAG_Woverloaded-virtual -- Performing Test WARNING_CXX_FLAG_Woverloaded-virtual - Success -- Performing Test WARNING_CXX_FLAG_Wno-global-constructors -- Performing Test WARNING_CXX_FLAG_Wno-global-constructors - Failed -- Performing Test WARNING_CXX_FLAG_Wno-exit-time-destructors -- Performing Test WARNING_CXX_FLAG_Wno-exit-time-destructors - Failed -- Performing Test WARNING_CXX_FLAG_Wno-weak-vtables -- Performing Test WARNING_CXX_FLAG_Wno-weak-vtables - Failed -- Performing Test WARNING_CXX_FLAG_Wno-old-style-cast -- Performing Test WARNING_CXX_FLAG_Wno-old-style-cast - Success ------------------------------------------------------- CppUTest Version 4.0 Current compiler options: CC: /tmp/work/devel/cpputest/work/.cwrapper/bin/gcc CXX: /tmp/work/devel/cpputest/work/.cwrapper/bin/g++ CppUTest CFLAGS: -include "/tmp/work/devel/cpputest/work/cpputest-4.0/include/CppUTest/MemoryLeakDetectorMallocMacros.h" -Wall -Wextra -pedantic -Wshadow -Wswitch-default -Wswitch-enum -Wconversion -Wsign-conversion -Wno-padded -Wno-long-long -Wstrict-prototypes CppUTest CXXFLAGS: -include "/tmp/work/devel/cpputest/work/cpputest-4.0/include/CppUTest/MemoryLeakDetectorNewMacros.h" -include "/tmp/work/devel/cpputest/work/cpputest-4.0/include/CppUTest/MemoryLeakDetectorMallocMacros.h" -Wall -Wextra -pedantic -Wshadow -Wswitch-default -Wswitch-enum -Wconversion -Wsign-conversion -Wno-padded -Wno-long-long -Woverloaded-virtual -Wno-old-style-cast CppUTest LDFLAGS: Features configured in CppUTest: Memory Leak Detection: ON Compiling Extensions: ON Support Long Long: OFF Use CppUTest flags: ON Using Standard C library: ON Using Standard C++ library: ON Using C++11 library: OFF Generating map file: OFF Compiling with coverage: OFF Compile and run self-tests ON Run self-tests separately OFF ------------------------------------------------------- -- Configuring done (71.2s) -- Generating done (0.2s) -- Build files have been written to: /tmp/work/devel/cpputest/work/cpputest-4.0 => Rewrite cmake Dependencies files