-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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 fails in Manifest mode using overlay triplets #29447
Comments
Issue looks similar to the #27911 |
How does your triplet look like? |
Custom Triplet file that I used.
|
You are mixing triplet file (for script mode) and toolchain file (for project mode). |
This issue hasn’t been updated in 3 month, if it is still an issue, please reopen this issue. |
FTR, cross builds of python3 need more work. #31621 might fix this issue. |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
Package: python3[core]:arm92-buildroot-linux-dynamic -> 3.10.7#5
Host Environment
vcpkg-scripts version: 0ba60bf 2023-02-03 (10 hours ago)
To Reproduce
vcpkg install
Failure logs
/data/sasr/pkg_manager/vcpkg/buildtrees/python3/config-arm92-buildroot-linux-dynamic-dbg-config.log
/data/sasr/pkg_manager/vcpkg/buildtrees/python3/config-arm92-buildroot-linux-dynamic-dbg-out.log
/data/sasr/pkg_manager/vcpkg/buildtrees/python3/config-arm92-buildroot-linux-dynamic-dbg-err.log
Additional context
vcpkg.json
Additional context
Using Overlay triplets, tried cross-compiling Python3 for arm architecture and it failed with the above error.
The text was updated successfully, but these errors were encountered: