-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Building package opencv4:x64-mingw-dynamic/static failed with: BUILD_FAILED #25492
Description
Host Environment
- OS: win11
- Compiler: mingw1120_64
To Reproduce
Steps to reproduce the behavior:
./vcpkg install opencv:x64-mingw-dynamic
./vcpkg install opencv:x64-mingw-static
Failure logs
error: building opencv4:x64-mingw-static failed with: BUILD_FAILED
Please ensure you're using the latest port files with git pull and vcpkg update.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+opencv4
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[opencv4]+Build+error
Include '[opencv4] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above.
vcpkg-tool version: 2022-06-17-9268e366206712e38102b28dbd1617697a99ff2e
vcpkg-scripts version: 339a9f5 2022-06-29 (3 hours ago)
Additional context
I have already tried the command git pull and vcpkg update , but still have this issue.