Host Environment
- OS: Windows 11
- Compiler: MSVC 17
To Reproduce
Steps to reproduce the behavior:
./vcpkg install glib:x64-windows
Failure logs
C:\Users\15819>vcpkg install glib:x64-windows
Computing installation plan...
The following packages will be built and installed:
glib[core]:x64-windows -> 2.74.0
Detecting compiler hash for triplet "x64-windows"...
-- Using HTTP(S)_PROXY in environment variables.
Restored 0 packages from C:\Users\15819\AppData\Local\vcpkg\archives in 126.7 us. Use --debug to see more details.
Installing 1/1 glib:x64-windows...
Building glib[core]:x64-windows...
-- Using cached glib-2.74.0.tar.xz.
-- Cleaning sources at F:/vcpkg/buildtrees/glib/src/glib-2-22354247da.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source F:/vcpkg/downloads/glib-2.74.0.tar.xz
-- Applying patch use-libiconv-on-windows.patch
-- Applying patch libintl.patch
-- Using source at F:/vcpkg/buildtrees/glib/src/glib-2-22354247da.clean
-- Found external ninja('1.10.2').
-- Getting CMake variables for x64-windows
-- Configuring x64-windows-dbg
-- Using cached msys-mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst.
-- Using cached msys-mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst.
-- Using msys root at F:/vcpkg/downloads/tools/msys2/9a1ec3f33446b195
-- Configuring x64-windows-dbg done
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Package x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:96 (message):
Command failed: "D:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" install -v
Working Directory: F:/vcpkg/buildtrees/glib/x64-windows-dbg
Error code: 1
See logs for more information:
F:\vcpkg\buildtrees\glib\package-x64-windows-dbg-out.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_install_meson.cmake:33 (vcpkg_execute_required_process)
ports/glib/portfile.cmake:47 (vcpkg_install_meson)
scripts/ports.cmake:147 (include)
error: building glib:x64-windows 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+glib
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[glib]+Build+error
Include '[glib] 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: 934a99d 2022-10-21 (34 hours ago)
You can also use the prefilled template from F:\vcpkg\installed\vcpkg\issue_body.md.
Additional context
Methods I tried:
- Reboot
- Using PowerShell under Administrator
git pull & vcpkg update
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install glib:x64-windowsFailure logs
C:\Users\15819>vcpkg install glib:x64-windows
Computing installation plan...
The following packages will be built and installed:
glib[core]:x64-windows -> 2.74.0
Detecting compiler hash for triplet "x64-windows"...
-- Using HTTP(S)_PROXY in environment variables.
Restored 0 packages from C:\Users\15819\AppData\Local\vcpkg\archives in 126.7 us. Use --debug to see more details.
Installing 1/1 glib:x64-windows...
Building glib[core]:x64-windows...
-- Using cached glib-2.74.0.tar.xz.
-- Cleaning sources at F:/vcpkg/buildtrees/glib/src/glib-2-22354247da.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source F:/vcpkg/downloads/glib-2.74.0.tar.xz
-- Applying patch use-libiconv-on-windows.patch
-- Applying patch libintl.patch
-- Using source at F:/vcpkg/buildtrees/glib/src/glib-2-22354247da.clean
-- Found external ninja('1.10.2').
-- Getting CMake variables for x64-windows
-- Configuring x64-windows-dbg
-- Using cached msys-mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst.
-- Using cached msys-mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst.
-- Using msys root at F:/vcpkg/downloads/tools/msys2/9a1ec3f33446b195
-- Configuring x64-windows-dbg done
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Package x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:96 (message):
Command failed: "D:/Program Files/Microsoft Visual Studio/2022/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" install -v
Working Directory: F:/vcpkg/buildtrees/glib/x64-windows-dbg
Error code: 1
See logs for more information:
F:\vcpkg\buildtrees\glib\package-x64-windows-dbg-out.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_install_meson.cmake:33 (vcpkg_execute_required_process)
ports/glib/portfile.cmake:47 (vcpkg_install_meson)
scripts/ports.cmake:147 (include)
error: building glib:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest port files with
git pullandvcpkg update.Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+glib
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[glib]+Build+error
Include '[glib] 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: 934a99d 2022-10-21 (34 hours ago)
You can also use the prefilled template from F:\vcpkg\installed\vcpkg\issue_body.md.
Additional context
Methods I tried:
git pull&vcpkg update