microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.99k stars 6.35k forks source link

[python3] Build error on arm64-osx #41275

Closed sbrosgol closed 1 week ago

sbrosgol commented 1 week ago

-- Using cached python-cpython-v3.11.8.tar.gz. -- Cleaning sources at /Users/slava_brosgol/.vcpkg-clion/vcpkg/buildtrees/python3/src/v3.11.8-873fb7a4d4.clean. Use --editable to skip cleaning for the packages you specify. -- Extracting source /Users/slava_brosgol/.vcpkg-clion/vcpkg/downloads/python-cpython-v3.11.8.tar.gz -- Applying patch 0001-only-build-required-projects.patch -- Applying patch 0003-use-vcpkg-zlib.patch -- Applying patch 0004-devendor-external-dependencies.patch -- Applying patch 0005-dont-copy-vcruntime.patch -- Applying patch 0008-python.pc.patch -- Applying patch 0010-dont-skip-rpath.patch -- Applying patch 0012-force-disable-modules.patch -- Applying patch 0014-fix-get-python-inc-output.patch -- Applying patch 0015-dont-use-WINDOWS-def.patch -- Applying patch 0016-undup-ffi-symbols.patch -- Applying patch 0018-fix-sysconfig-include.patch -- Applying patch 0019-fix-ssl-linkage.patch -- Applying patch 0002-static-library.patch -- Using source at /Users/slava_brosgol/.vcpkg-clion/vcpkg/buildtrees/python3/src/v3.11.8-873fb7a4d4.clean -- Getting CMake variables for arm64-osx-dbg -- Getting CMake variables for arm64-osx-rel -- Generating configure for arm64-osx CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message): Command failed: /opt/homebrew/bin/autoreconf -vfi Working Directory: /Users/slava_brosgol/.vcpkg-clion/vcpkg/buildtrees/python3/src/v3.11.8-873fb7a4d4.clean/ Error code: 2 See logs for more information: /Users/slava_brosgol/.vcpkg-clion/vcpkg/buildtrees/python3/autoconf-arm64-osx-err.log

Call Stack (most recent call first): scripts/cmake/vcpkg_configure_make.cmake:731 (vcpkg_execute_required_process) ports/python3/portfile.cmake:293 (vcpkg_configure_make) scripts/ports.cmake:192 (include)

error: building python3:arm64-osx failed with: BUILD_FAILED

sbrosgol commented 1 week ago

After receiving a more informative error, fixed all dependecies

sbrosgol commented 1 week ago

After receiving a more informative error, fixed all dependecies