raulcd opened a new issue, #47614: URL: https://github.com/apache/arrow/issues/47614
### Describe the bug, including details regarding any error messages, version, and platform. The macos monterey wheels have been failing rebuilding vcpkg dependencies: -[wheel-macos-monterey-cp310-cp310-amd64](https://github.com/ursacomputing/crossbow/actions/runs/17877669455/job/50841276184) -[wheel-macos-monterey-cp310-cp310-arm64](https://github.com/ursacomputing/crossbow/actions/runs/17877669268/job/50841275718) -[wheel-macos-monterey-cp311-cp311-amd64](https://github.com/ursacomputing/crossbow/actions/runs/17877669670/job/50841276740) -[wheel-macos-monterey-cp311-cp311-arm64](https://github.com/ursacomputing/crossbow/actions/runs/17877669470/job/50841276230) -[wheel-macos-monterey-cp312-cp312-amd64](https://github.com/ursacomputing/crossbow/actions/runs/17877669617/job/50841276609) -[wheel-macos-monterey-cp312-cp312-arm64](https://github.com/ursacomputing/crossbow/actions/runs/17877669721/job/50841276897) -[wheel-macos-monterey-cp313-cp313-amd64](https://github.com/ursacomputing/crossbow/actions/runs/17877669561/job/50841276475) -[wheel-macos-monterey-cp313-cp313-arm64](https://github.com/ursacomputing/crossbow/actions/runs/17877669675/job/50841276743) -[wheel-macos-monterey-cp313-cp313t-amd64](https://github.com/ursacomputing/crossbow/actions/runs/17877669311/job/50841275818) -[wheel-macos-monterey-cp313-cp313t-arm64](https://github.com/ursacomputing/crossbow/actions/runs/17877669151/job/50841275488) with: ``` FAILED: [code=1] ../CMakeCache.txt "/usr/local/bin/cmake" -E chdir ".." "/usr/local/bin/cmake" "/Users/runner/work/crossbow/crossbow/vcpkg/buildtrees/bzip2/src/bzip2-1-336d4794a3.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=/Users/runner/work/crossbow/crossbow/vcpkg/packages/bzip2_amd64-osx-static-release" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DBZIP2_SKIP_TOOLS=OFF" "-DBZ2_VERSION=1.0.8" "-DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja" "-DCMAKE_SYSTEM_NAME=Darwin" "-DBUILD_SHARED_LIBS=OFF" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/runner/work/crossbow/crossbow/vcpkg/scripts/toolchains/osx.cmake" "-DVCPKG_TARGET_TRIPLET=amd64-osx-static-release" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=external" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=/Users/runner/wor k/crossbow/crossbow/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=/Users/runner/work/crossbow/crossbow/vcpkg" "-D_VCPKG_INSTALLED_DIR=/Users/runner/work/crossbow/crossbow/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DCMAKE_OSX_ARCHITECTURES=x86_64" CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. -- Configuring incomplete, errors occurred! ninja: build stopped: subcommand failed. ``` ### Component(s) Continuous Integration, Packaging, Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
