-
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
zlib:x64-windows build failure #12582
Comments
Please attache/upload the file |
I'm having a similar issue and I've been trying to figure it out. I believe the output might look like this.
|
Also effects me. |
I am getting the same issue when building ICU. |
See #12565 - There are 2 issues:
I have attached a copy of both, download, remove the .txt extension and copy to |
We have a exist PR #12467 to fix msys issue, appreciate your effort very much. |
Same MSYS2 thing withm Glibmm, just leting know |
@strega-nil , can you reopen this? This issue is still affecting CI workflows today (4 days after it was closed): dosbox-staging/dosbox-staging#524 The manual work-around posted by @StarGate-One above is a starting point to the solution, but until its tested, integrated into the production code-base, and proven to be passing by end-users, then the issue should stay open. Because this affects zlib, the ripple effect has been quite massive - with GitHub CI workflows tanking almost everywhere that uses vcpkg. Can't wait for the fix! thank you all. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install zlib:x64-windows
Failure logs
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
Command failed: C:/dev/vcpkg/downloads/tools/msys2/msys64/usr/bin/bash.exe --noprofile --norc -c "pacman -S --noconfirm --needed pkg-config"
Working Directory: C:/dev/vcpkg/downloads/tools/msys2
Error code: 1
See logs for more information:
C:\dev\vcpkg\buildtrees\zlib\msys-pacman-x64-windows-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_acquire_msys.cmake:127 (vcpkg_execute_required_process)
scripts/cmake/vcpkg_fixup_pkgconfig.cmake:281 (vcpkg_acquire_msys)
ports/zlib/portfile.cmake:46 (vcpkg_fixup_pkgconfig)
scripts/ports.cmake:79 (include)
Error: Building package zlib:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with
.\vcpkg update
, thensubmit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: zlib:x64-windows
Vcpkg version: 2020.06.15-nohash
The text was updated successfully, but these errors were encountered: