*** WEDGE running in 2025 mode with ../oils.DEPS *** unboxed _build/deps-source/bloaty/ 1.1 wedge_out_base_dir=/home/build/oils.DEPS/wedge Loading _build/deps-source/bloaty/ OK name: bloaty -- single version: 1.1 -- WEDGE_IS_ABSOLUTE wedge-make () { local src_dir=$1; local build_dir=$2; local install_dir=$3; pushd $build_dir; time cmake -DCMAKE_INSTALL_PREFIX=$install_dir $src_dir; time make -j 4; popd } OK wedge-make wedge-install () { local build_dir=$1; local install_dir=$2; pushd $build_dir; mkdir -p $install_dir; strip -o $install_dir/bloaty $build_dir/bloaty; popd } OK wedge-install OK wedge-smoke-test Loaded _build/deps-source/bloaty/ SRC /home/build/oils/_build/deps-source/bloaty/bloaty-1.1 ~/oils/_build/wedge/tmp/bloaty-1.1 ~/oils ~/oils/_build/wedge/tmp/bloaty-1.1 ~/oils/_build/wedge/tmp/bloaty-1.1 ~/oils CMake Deprecation Warning at CMakeLists.txt:1 (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. -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - 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: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1") -- Checking for one of the modules 're2' -- Checking for one of the modules 'capstone' -- Checking for one of the modules 'protobuf' -- System re2 not found, using bundled version -- System capstone not found, using bundled version -- System protobuf not found, using bundled version -- Setting build type to 'RelWithDebInfo' as none was specified. CMake Deprecation Warning at third_party/re2/CMakeLists.txt:6 (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. CMake Error at third_party/capstone/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from 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. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. -- Configuring incomplete, errors occurred! real 0m0.282s user 0m0.154s sys 0m0.122s