Host Environment
- OS: Windows 10 x64
- Compiler: MSVC 14.28.29910
To Reproduce
Steps to reproduce the behavior:
./vcpkg install gdk-pixbuf:x64-windows
Failure logs
Console output:
Building package gdk-pixbuf[core]:x64-windows...
-- Downloading https://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.2.tar.xz -> gdk-pixbuf-2.42.2.tar.xz...
-- Extracting source C:/vcpkg/downloads/gdk-pixbuf-2.42.2.tar.xz
-- Applying patch fix_build.patch
-- Using source at C:/vcpkg/buildtrees/gdk-pixbuf/src/k-pixbuf-2-c86079bed6.clean
-- Configuring x64-windows
-- Using msys root at C:/vcpkg/downloads/tools/msys2/50864d9fae363d6e
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Package x64-windows-dbg
-- Package x64-windows-rel
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:105 (message):
Command failed: C:/vcpkg/downloads/tools/ninja/1.10.1-windows/ninja.exe install -v
Working Directory: C:/vcpkg/buildtrees/gdk-pixbuf/x64-windows-rel
Error code: 1
See logs for more information:
C:\vcpkg\buildtrees\gdk-pixbuf\package-x64-windows-rel-out.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_install_meson.cmake:58 (vcpkg_execute_required_process)
ports/gdk-pixbuf/portfile.cmake:38 (vcpkg_install_meson)
scripts/ports.cmake:142 (include)
Error: Building package gdk-pixbuf:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: gdk-pixbuf:x64-windows
Vcpkg version: 2021-01-13-d67989bce1043b98092ac45996a8230a059a2d7e
Call Stack (most recent call first):
scripts/cmake/vcpkg_install_meson.cmake:58 (vcpkg_execute_required_process)
ports/gdk-pixbuf/portfile.cmake:38 (vcpkg_install_meson)
scripts/ports.cmake:142 (include)
Release error log: package-x64-windows-rel-out.log
Additional context
All portfiles are up to date with master at the time of writing.
All dependencies install correctly.
Note - this also occurs for the x86-windows triplet.
Unfortunately, there isn't an error code mentioned in the output logs :(
I'm not at all familiar with meson, either, so I'm not quite sure how to diagnose this.
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install gdk-pixbuf:x64-windowsFailure logs
Console output:
Release error log: package-x64-windows-rel-out.log
Additional context
All portfiles are up to date with
masterat the time of writing.All dependencies install correctly.
Note - this also occurs for the
x86-windowstriplet.Unfortunately, there isn't an error code mentioned in the output logs :(
I'm not at all familiar with meson, either, so I'm not quite sure how to diagnose this.