You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: [python3] Build failure on arm64-osx when installing Boost
Body:
### **Description**
When attempting to install Boost using `vcpkg` on an ARM-based macOS system, the build process fails while trying to build `python3:arm64-osx`. The error occurs during the `autoreconf` step, even after installing the required dependencies (`autoconf`, `automake`, `autoconf-archive`) via Homebrew.
### **Steps to Reproduce**1. Install dependencies:
```sh
brew install autoconf automake autoconf-archive
Clone and bootstrap vcpkg:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
Attempt to install Boost:
./vcpkg install boost
Error Log
The following error occurs during the build process:
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
Command failed: /opt/homebrew/bin/autoreconf -vfi
Working Directory: /Users/hongbo_wei/Downloads/GitHub/vcpkg/buildtrees/python3/src/v3.11.10-a15ef142f4.clean/
Error code: 1
See logs for more information:
/Users/hongbo_wei/Downloads/GitHub/vcpkg/buildtrees/python3/autoconf-arm64-osx-err.log
I noticed that you have run brew install autoconf automake autoconf-archive to install tools but it has not resolved the issue. You can try the following steps,hoping it will help you:
Run autoconf -- version to ensure that it has been successfully downloaded.
Title:
[python3] Build failure on arm64-osx when installing Boost
Body:
vcpkg
:git clone https://github.com/microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh
Error Log
The following error occurs during the build process:
System Information
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
)git pull
andvcpkg update
)autoconf
automake
autoconf-archive
Additional Context
vcpkg
is up to date.autoconf-arm64-osx-err.log
is attached for further debugging.Proposed Fix
It would be helpful to:
autoreconf
is failing on ARM64 macOS.python3
on ARM64 macOS.Attachments
The text was updated successfully, but these errors were encountered: