Host Environment
- OS: Windows 10
- Compiler: Visual Studio 2019... (But it's unrelated as it's "gcc ports" which is used ?)
To Reproduce
Steps to reproduce the behavior (from powershell):
.\vcpkg install qt5-base
Failure logs
-- Console output:
Building x64-windows-static-md-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:142 (message):
Command failed: C:/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe /J 9
Working Directory: C:/vcpkg/buildtrees/qt5-base/x64-windows-static-md-dbg
See logs for more information:
C:\vcpkg\buildtrees\qt5-base\build-x64-windows-static-md-dbg-out.log
C:\vcpkg\buildtrees\qt5-base\build-x64-windows-static-md-dbg-err.log
Call Stack (most recent call first):
ports/qt5-base/cmake/install_qt.cmake:76 (vcpkg_execute_build_process)
ports/qt5-base/portfile.cmake:309 (install_qt)
scripts/ports.cmake:136 (include)
Error: Building package qt5-base:x64-windows-static-md 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: qt5-base:x64-windows-static-md
Vcpkg version: 2020.11.12-nohash
Additionally, attach any relevant sections from the log files above.
vcpkg_install : Failed at installing package qt5-base (x64-windows-static-md)
At E:\devel\mumble\scripts\vcpkg\get_mumble_dependencies.ps1:87 char:4
+ vcpkg_install -package $dep -targetTriplet $triplet -clea ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,vcpkg_install
Additional context
Build "from scratch", discovered through "mumble dependency" install script. I've forced the vcpkg to be on the root of C: (C:\Vcpkg) so it's not related to space or path length. It's been a week that I try, waiting/hoping for ports update, with no luck until now :).
build-x64-windows-static-md-dbg-err.log
build-x64-windows-static-md-dbg-out.log
Host Environment
To Reproduce
Steps to reproduce the behavior (from powershell):
.\vcpkg install qt5-baseFailure logs
-- Console output:
Additional context
Build "from scratch", discovered through "mumble dependency" install script. I've forced the vcpkg to be on the root of C: (C:\Vcpkg) so it's not related to space or path length. It's been a week that I try, waiting/hoping for ports update, with no luck until now :).
build-x64-windows-static-md-dbg-err.log
build-x64-windows-static-md-dbg-out.log