Host Environment
-OS: Windows 10 1903 18362.388
-Compiler: VS2017 v15.9.16 and VS2019 v16.3.2
To Reproduce
Steps to reproduce the behavior:
./vcpkg install x264
(My default triplet is x64-windows and vcpkg is built using the -win64 option)
Failure logs
-Cut and past the appropriate build messages from the console output.
This is the same for both VS2017 and VS2019 except for the vcpkg directory
SYSTEM@ANDROMEDA 10/06/2019 18:30:59 D:\Git\vs2019
->vcpkg install x264
The following packages will be built and installed:
x264[core]:x64-windows
Starting package 1/1: x264:x64-windows
Building package x264[core]:x64-windows...
-- Using cached D:/Git/vcpkg.downloads/mirror-x264-303c484ec828ed0d8bfe743500e70314d026c3bd.tar.gz
-- Using source at D:/Git/vs2019/buildtrees/x264/src/14d026c3bd-bca2ebf740
-- Using generator make
-- Acquiring MSYS Packages...
-- Acquiring MSYS Packages... OK
-- Configuring x64-windows-dbg
-- Configuring x64-windows-rel
-- Acquiring MSYS Packages...
-- Acquiring MSYS Packages... OK
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:136 (message):
Command failed: D:/Git/vcpkg.downloads/tools/msys2/msys64/usr/bin/bash.exe --noprofile --norc -c -j 17 make
Working Directory: D:/Git/vs2019/buildtrees/x264/x64-windows-dbg
See logs for more information:
D:\Git\vs2019\buildtrees\x264\build-x64-windows-dbg-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_build_make.cmake:123 (vcpkg_execute_build_process)
scripts/cmake/vcpkg_install_make.cmake:24 (vcpkg_build_make)
ports/x264/portfile.cmake:33 (vcpkg_install_make)
scripts/ports.cmake:94 (include)
Error: Building package x264: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: x264:x64-windows
Vcpkg version: 2019.09.12-nohash
Additionally, attach any relevant sections from the log files above.
build-x64-windows-dbg-err.log
-Please attach any additional failure logs mentioned in the console output.
Additional context
This is from the latest vcpkg "git pull" from git to my two different VCPKG roots, one for VS2017 and one for VS2019, performed at ~ 18:00 US Eastern Time.
Host Environment
-OS: Windows 10 1903 18362.388
-Compiler: VS2017 v15.9.16 and VS2019 v16.3.2
To Reproduce
Steps to reproduce the behavior:
./vcpkg install x264(My default triplet is x64-windows and vcpkg is built using the -win64 option)
Failure logs
-Cut and past the appropriate build messages from the console output.
This is the same for both VS2017 and VS2019 except for the vcpkg directory
SYSTEM@ANDROMEDA 10/06/2019 18:30:59 D:\Git\vs2019
->vcpkg install x264
The following packages will be built and installed:
x264[core]:x64-windows
Starting package 1/1: x264:x64-windows
Building package x264[core]:x64-windows...
-- Using cached D:/Git/vcpkg.downloads/mirror-x264-303c484ec828ed0d8bfe743500e70314d026c3bd.tar.gz
-- Using source at D:/Git/vs2019/buildtrees/x264/src/14d026c3bd-bca2ebf740
-- Using generator make
-- Acquiring MSYS Packages...
-- Acquiring MSYS Packages... OK
-- Configuring x64-windows-dbg
-- Configuring x64-windows-rel
-- Acquiring MSYS Packages...
-- Acquiring MSYS Packages... OK
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:136 (message):
Command failed: D:/Git/vcpkg.downloads/tools/msys2/msys64/usr/bin/bash.exe --noprofile --norc -c -j 17 make
Working Directory: D:/Git/vs2019/buildtrees/x264/x64-windows-dbg
See logs for more information:
D:\Git\vs2019\buildtrees\x264\build-x64-windows-dbg-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_build_make.cmake:123 (vcpkg_execute_build_process)
scripts/cmake/vcpkg_install_make.cmake:24 (vcpkg_build_make)
ports/x264/portfile.cmake:33 (vcpkg_install_make)
scripts/ports.cmake:94 (include)
Error: Building package x264: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: x264:x64-windows
Vcpkg version: 2019.09.12-nohash
Additionally, attach any relevant sections from the log files above.
build-x64-windows-dbg-err.log
-Please attach any additional failure logs mentioned in the console output.
Additional context
This is from the latest vcpkg "git pull" from git to my two different VCPKG roots, one for VS2017 and one for VS2019, performed at ~ 18:00 US Eastern Time.