Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python3] Build error on arm64-linux #37451

Open
willie opened this issue Mar 14, 2024 · 0 comments
Open

[python3] Build error on arm64-linux #37451

willie opened this issue Mar 14, 2024 · 0 comments
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.

Comments

@willie
Copy link

willie commented Mar 14, 2024

I know there are a few cases like this, where python3 isn't building on arm64, but I have a very specific error report and repo case for you. I run this on Apple Silicon. It builds on Mac, it fails on Ubuntu 22 arm64 in Docker. amd64 builds fine.

The error is:

99.54 CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
99.54     Command failed: /usr/bin/bash -c "V=1 ./../src/v3.11.8-fe0ac5827a.clean/configure --host=aarch64-linux-gnu \"--with-openssl=/example/build/vcpkg_installed/arm64-linux\" \"--without-ensurepip\" \"--with-suffix=\" \"--with-system-expat\" \"--without-readline\" \"--disable-test-modules\" \"--disable-silent-rules\" \"--verbose\" \"--disable-shared\" \"--enable-static\" \"--with-pydebug\" \"vcpkg_rpath=/example/build/vcpkg_installed/arm64-linux/debug/lib\" \"--prefix=/example/build/vcpkg_installed/arm64-linux/debug\" \"--bindir=\\${prefix}/../tools/python3/debug/bin\" \"--sbindir=\\${prefix}/../tools/python3/debug/sbin\" \"--libdir=\\${prefix}/lib\" \"--includedir=\\${prefix}/../include\" \"--datarootdir=\\${prefix}/share/python3\""
99.54     Working Directory: /example/vcpkg/buildtrees/python3/arm64-linux-dbg
99.54     Error code: 1
99.54     See logs for more information:
99.54       /example/vcpkg/buildtrees/python3/config-arm64-linux-dbg-config.log
99.54       /example/vcpkg/buildtrees/python3/config-arm64-linux-dbg-out.log
99.54       /example/vcpkg/buildtrees/python3/config-arm64-linux-dbg-err.log

But there are no error logs. I have a complete repro test case here: willie/vcpkg-bug-repro

@LilyWangLL LilyWangLL added the category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team. label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.
Projects
None yet
Development

No branches or pull requests

2 participants