-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Description
Host Environment
- OS: Win10 64bit, 1909
- Compiler: visual studio 2017
To Reproduce
Steps to reproduce the behavior:
vcpkg install qt5[all]:x64-windows
Failure logs
Starting package 53/59: qt5-webengine:x64-windows
Building package qt5-webengine[core]:x64-windows...
Could not locate cached archive: C:\Users\traum\AppData\Local\vcpkg\archives\b5\b54533a4d68b8bc85e468f7c4252b240fff85645.zip
-- qt5-webengine requires a lot of free disk space (>300GB), ram (>32 GB) and time (>4h per configuration) to be successfully build.
-- As such qt5-webengine is not properly tested.
-- If qt5-webengine fails post build validation please open up an issue.
-- If it fails due to post validation the successfully installed files can be found in E:/vcpkg/packages/qt5-webengine_x64-windows
-- and just need to be copied into E:/vcpkg/installed/x64-windows
-- Downloading https://sourceforge.net/projects/gnuwin32/files/gperf/3.0.1/gperf-3.0.1-bin.zip/download...
-- Downloading http://download.qt.io/official_releases/qt/5.15/5.15.0/submodules/qtwebengine-everywhere-src-5.15.0.tar.xz...
-- Extracting source E:/vcpkg/downloads/qtwebengine-everywhere-src-5.15.0.tar.xz
-- Applying patch common.pri.patch
-- Applying patch gl.patch
-- Applying patch build.patch
-- Using source at E:/vcpkg/buildtrees/qt5-webengine/src/5.15.0-c7b80f6f6f.clean
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
Command failed: E:/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe -j 13
Working Directory: E:/vcpkg/buildtrees/qt5-webengine/x64-windows-dbg
Error code: 2
See logs for more information:
E:\vcpkg\buildtrees\qt5-webengine\package-build-x64-windows-dbg-out.log
E:\vcpkg\buildtrees\qt5-webengine\package-build-x64-windows-dbg-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_build_qmake.cmake:31 (vcpkg_execute_required_process)
scripts/cmake/vcpkg_build_qmake.cmake:66 (run_jom)
installed/x64-windows/share/qt5/qt_build_submodule.cmake:12 (vcpkg_build_qmake)
installed/x64-windows/share/qt5/qt_submodule_installation.cmake:8 (qt_build_submodule)
ports/qt5-webengine/portfile.cmake:47 (qt_submodule_installation)
scripts/ports.cmake:76 (include)
Error: Building package qt5-webengine: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: qt5-webengine:x64-windows
Vcpkg version: 2020.06.15-nohash
package-build-x64-windows-dbg-err.log
package-build-x64-windows-dbg-out.log
Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.