Closed cgilles closed 1 year ago
Configure log ?
Sure... very is located the configure log file exactly ?
In C:/b/qtwebengine
config-x64-windows-rel-err.log
It said : WARNING: QtWebEngine won't be built. Build requires Windows 10 SDK at least version 10.0.20348.0
Installed is Windows SDK 10.0.19041.0 (VSCode 2019 Community)
Installed is Windows SDK 10.0.19041.0 (VSCode 2019 Community)
So QtWebengine is not building anything since your Windows SDK is outdated.
Qt requirement is right: https://doc.qt.io/qt-6.5/qtwebengine-platform-notes.html
So i need to install VSCode 2022...
or more simple is to install Windows 11 SDK 22000 available in VSCode 2019 I try this now.
Seriously (:=)))):
-- Windows 10 SDK version: 10.0.22000.0 -- Support check for QtWebEngine failed: Build requires Windows 11 SDK at least version 10.0.22621.0
-- Configuration summary shown below. It has also been written to C:/b/qtwebengine/x64-windows-rel/config.summary -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
WARNING: QtWebEngine won't be built. Build requires Windows 11 SDK at least version 10.0.22621.0
CMake Warning: Manually-specified variables were not used by the project:
FEATURE_webengine_geolocation
FEATURE_webengine_proprietary_codecs
FEATURE_webengine_spellchecker
FEATURE_webengine_v8_snapshot_support
FEATURE_webengine_webchannel
FEATURE_webengine_webrtc
FEATURE_webengine_webrtc_pipewire
FETCHCONTENT_FULLY_DISCONNECTED
HOST_PERL
INSTALL_TRANSLATIONSDIR
QT_SYNCQT
_VCPKG_ROOT_DIR
Ok i can find Windows 10 SDK 10.0.20348.0 in Individual Components section from VSCode 2019 installer. Trying that ...
It's turn in loop !!!
-- Windows 10 SDK version: 10.0.20348.0 -- Support check for QtWebEngine failed: Build requires Windows 11 SDK at least version 10.0.22621.0
-- Configuration summary shown below. It has also been written to E:/b/qtwebengine/x64-windows-rel/config.summary -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
WARNING: QtWebEngine won't be built. Build requires Windows 11 SDK at least version 10.0.22621.0
CMake Warning: Manually-specified variables were not used by the project:
FEATURE_webengine_geolocation
FEATURE_webengine_proprietary_codecs
FEATURE_webengine_spellchecker
FEATURE_webengine_v8_snapshot_support
FEATURE_webengine_webchannel
FEATURE_webengine_webrtc
FEATURE_webengine_webrtc_pipewire
FETCHCONTENT_FULLY_DISCONNECTED
HOST_PERL
INSTALL_TRANSLATIONSDIR
QT_SYNCQT
_VCPKG_ROOT_DIR
oh, Qt6 is now 6.6.0, not 6.5.3. This is why Windows SDK deps is changed...
Ok, VSCode 2022 Community installed. Build start again.
Q: i see some package taken from a cache locally, Where are stored this files exactly ?
Gilles Caulier
Qt6WebEngine build is extremely long. I see this on the console:
Installing 102/105 qtwebengine:x64-windows...
Building qtwebengine[core,default-features,geolocation,spellchecker,webchannel]:x64-windows...
-- Downloading https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip -> win_flex_bison-2.5.25.zip...
-- Downloading https://www.python.org/ftp/python/3.11.5/python-3.11.5-embed-amd64.zip -> python-3.11.5-embed-amd64.zip...
-- Downloading https://github.com/pypa/get-pip/archive/38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz -> pypa-get-pip-38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz...
-- Extracting source E:/d//pypa-get-pip-38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz
-- Using source at E:/b/qtwebengine/src/8854625dd8-861bd167bd.clean
-- Setting up python virtual environmnent...
-- Installing python packages: html5lib
-- Setting up python virtual environmnent...finished.
-- Downloading https://download.qt.io/archive/qt/6.6/6.6.0/submodules/qtwebengine-everywhere-src-6.6.0.tar.xz -> qtwebengine-everywhere-src-6.6.0.tar.xz...
-- Extracting source E:/d//qtwebengine-everywhere-src-6.6.0.tar.xz
-- Using source at E:/b/qtwebengine/src/here-src-6-1e08092769.clean
-- Downloading https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip -> strawberry-perl-5.38.0.1-64bit-portable.zip...
-- Found external ninja('1.11.0').
-- Configuring x64-windows-dbg
-- Configuring x64-windows-rel
CMake Warning at E:/dk/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:318 (message):
The following variables are not used in CMakeLists.txt:
FEATURE_webengine_v8_snapshot_support
Please recheck them and remove the unnecessary options from the
`vcpkg_cmake_configure` call.
If these options should still be passed for whatever reason, please use the
`MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
E:/dk/x64-windows/share/qtbase/qt_install_submodule.cmake:147 (vcpkg_cmake_configure)
ports/qtwebengine/portfile.cmake:101 (qt_cmake_configure)
scripts/ports.cmake:168 (include)
-- Building x64-windows-dbg
CMake Warning at scripts/cmake/vcpkg_execute_build_process.cmake:65 (message):
Please ensure your system has sufficient memory.
Call Stack (most recent call first):
E:/dk/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
E:/dk/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
ports/qtwebengine/portfile.cmake:112 (vcpkg_cmake_install)
scripts/ports.cmake:168 (include)
-- Restarting build without parallelism
Windows 10 run in a VM with 10 cores and 16 GB of RAM. How RAM do i need to assign to the VM to fix this problem ?
Gilles Caulier
Probably 32 GB
Done, with 24Gb of RAM and 8 cores :
Building qtwebengine[core,default-features,geolocation,spellchecker,webchannel]:x64-windows... -- Downloading https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip -> win_flex_bison-2.5.25.zip... -- Downloading https://www.python.org/ftp/python/3.11.5/python-3.11.5-embed-amd64.zip -> python-3.11.5-embed-amd64.zip... -- Downloading https://github.com/pypa/get-pip/archive/38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz -> pypa-get-pip-38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz... -- Extracting source E:/d/pypa-get-pip-38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz -- Using source at E:/b/qtwebengine/src/8854625dd8-861bd167bd.clean -- Setting up python virtual environmnent... -- Installing python packages: html5lib -- Setting up python virtual environmnent...finished. -- Downloading https://download.qt.io/archive/qt/6.6/6.6.0/submodules/qtwebengine-everywhere-src-6.6.0.tar.xz -> qtwebengine-everywhere-src-6.6.0.tar.xz... -- Extracting source E:/d/qtwebengine-everywhere-src-6.6.0.tar.xz -- Using source at E:/b/qtwebengine/src/here-src-6-1e08092769.clean -- Downloading https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip -> strawberry-perl-5.38.0.1-64bit-portable.zip... -- Found external ninja('1.11.0'). -- Configuring x64-windows-dbg -- Configuring x64-windows-rel CMake Warning at E:/dk/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:318 (message): The following variables are not used in CMakeLists.txt:
FEATURE_webengine_v8_snapshot_support
Please recheck them and remove the unnecessary options from the
vcpkg_cmake_configure
call.
If these options should still be passed for whatever reason, please use the
MAYBE_UNUSED_VARIABLES
argument.
Call Stack (most recent call first):
E:/dk/x64-windows/share/qtbase/qt_install_submodule.cmake:147 (vcpkg_cmake_configure)
ports/qtwebengine/portfile.cmake:101 (qt_cmake_configure)
scripts/ports.cmake:168 (include)
-- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 4.8 min. Elapsed time to handle qtwebengine:x64-windows: 5.1 h
Operating system
Windows 10 22H2
Compiler
MSVC 2019 community
Steps to reproduce the behavior
Failure logs
Computing installation plan... A suitable version of cmake was not found (required v3.27.1) Downloading portable cmake 3.27.1... Downloading cmake... https://github.com/Kitware/CMake/releases/download/v3.27.1/cmake-3.27.1-windows-i386.zip->C:\d\cmake-3.27.1-windows-i386.zip Downloading https://github.com/Kitware/CMake/releases/download/v3.27.1/cmake-3.27.1-windows-i386.zip Extracting cmake... The following packages will be built and installed:
zstd:x64-windows -> 1.5.5#1 Additional packages (*) will be modified to complete this operation. Detecting compiler hash for triplet x64-windows... A suitable version of powershell-core was not found (required v7.2.11) Downloading portable powershell-core 7.2.11... Downloading powershell-core... https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/PowerShell-7.2.11-win-x86.zip->C:\d\PowerShell-7.2.11-win-x86.zip Downloading https://github.com/PowerShell/PowerShell/releases/download/v7.2.11/PowerShell-7.2.11-win-x86.zip Extracting powershell-core... A suitable version of 7zip was not found (required v23.1.0) Downloading portable 7zip 23.1.0... Downloading 7zip... https://www.7-zip.org/a/7z2301-extra.7z->C:\d\7z2301-extra.7z Downloading https://www.7-zip.org/a/7z2301-extra.7z Extracting 7zip... Restored 72 package(s) from C:\Users\gilles\AppData\Local\vcpkg\archives in 24 s. Use --debug to see more details. Installing 1/101 egl-registry:x64-windows... Elapsed time to handle egl-registry:x64-windows: 5.31 ms Installing 2/101 opengl-registry:x64-windows... Elapsed time to handle opengl-registry:x64-windows: 10.6 ms Installing 3/101 vcpkg-cmake:x64-windows... Elapsed time to handle vcpkg-cmake:x64-windows: 6.26 ms Installing 4/101 vcpkg-cmake-config:x64-windows... Elapsed time to handle vcpkg-cmake-config:x64-windows: 6.08 ms Installing 5/101 zlib:x64-windows... Elapsed time to handle zlib:x64-windows: 9.68 ms Installing 6/101 angle:x64-windows... Elapsed time to handle angle:x64-windows: 10.4 ms Installing 7/101 draco:x64-windows... Elapsed time to handle draco:x64-windows: 38.8 ms Installing 8/101 kubazip:x64-windows... Elapsed time to handle kubazip:x64-windows: 9.98 ms Installing 9/101 vcpkg-cmake-get-vars:x64-windows... Elapsed time to handle vcpkg-cmake-get-vars:x64-windows: 6.53 ms Installing 10/101 minizip:x64-windows... Elapsed time to handle minizip:x64-windows: 8.17 ms Installing 11/101 poly2tri:x64-windows... Elapsed time to handle poly2tri:x64-windows: 7.09 ms Installing 12/101 polyclipping:x64-windows... Elapsed time to handle polyclipping:x64-windows: 8.24 ms Installing 13/101 pugixml:x64-windows... Elapsed time to handle pugixml:x64-windows: 9.04 ms Installing 14/101 rapidjson:x64-windows... Elapsed time to handle rapidjson:x64-windows: 10.5 ms Installing 15/101 stb:x64-windows... Elapsed time to handle stb:x64-windows: 8.05 ms Installing 16/101 utfcpp:x64-windows... Elapsed time to handle utfcpp:x64-windows: 6.49 ms Installing 17/101 assimp:x64-windows... Elapsed time to handle assimp:x64-windows: 16.9 ms Installing 18/101 brotli:x64-windows... Elapsed time to handle brotli:x64-windows: 11.3 ms Installing 19/101 bzip2:x64-windows... Elapsed time to handle bzip2:x64-windows: 9.36 ms Installing 20/101 dirent:x64-windows... Elapsed time to handle dirent:x64-windows: 5.44 ms Installing 21/101 double-conversion:x64-windows... Elapsed time to handle double-conversion:x64-windows: 9.79 ms Installing 22/101 opengl:x64-windows... Elapsed time to handle opengl:x64-windows: 7.48 ms Installing 23/101 egl:x64-windows... Elapsed time to handle egl:x64-windows: 5.54 ms Installing 24/101 vcpkg-tool-meson:x64-windows... Elapsed time to handle vcpkg-tool-meson:x64-windows: 98.1 ms Installing 25/101 pkgconf:x64-windows... Elapsed time to handle pkgconf:x64-windows: 9.81 ms Installing 26/101 vcpkg-pkgconfig-get-modules:x64-windows... Elapsed time to handle vcpkg-pkgconfig-get-modules:x64-windows: 7.21 ms Installing 27/101 ffmpeg:x64-windows... Elapsed time to handle ffmpeg:x64-windows: 36.3 ms Installing 28/101 freeglut:x64-windows... Elapsed time to handle freeglut:x64-windows: 11.4 ms Installing 29/101 libpng:x64-windows... Elapsed time to handle libpng:x64-windows: 11.4 ms Installing 30/101 freetype:x64-windows... Elapsed time to handle freetype:x64-windows: 17.9 ms Installing 31/101 libiconv:x64-windows... Elapsed time to handle libiconv:x64-windows: 11 ms Installing 32/101 gettext-libintl:x64-windows... Elapsed time to handle gettext-libintl:x64-windows: 9.22 ms Installing 33/101 gettext:x64-windows... Elapsed time to handle gettext:x64-windows: 10.4 ms Installing 34/101 libffi:x64-windows... Elapsed time to handle libffi:x64-windows: 9.8 ms Installing 35/101 pcre2:x64-windows... Elapsed time to handle pcre2:x64-windows: 14.1 ms Installing 36/101 glib:x64-windows... Elapsed time to handle glib:x64-windows: 56.5 ms Installing 37/101 gperf:x64-windows... Elapsed time to handle gperf:x64-windows: 9.66 ms Installing 38/101 gstreamer:x64-windows... Elapsed time to handle gstreamer:x64-windows: 82.3 ms Installing 39/101 gumbo:x64-windows... Elapsed time to handle gumbo:x64-windows: 10.9 ms Installing 40/101 harfbuzz:x64-windows... Elapsed time to handle harfbuzz:x64-windows: 17.3 ms Installing 41/101 hunspell:x64-windows... Elapsed time to handle hunspell:x64-windows: 8.21 ms Installing 42/101 icu:x64-windows... Elapsed time to handle icu:x64-windows: 36 ms Installing 43/101 libjpeg-turbo:x64-windows... Elapsed time to handle libjpeg-turbo:x64-windows: 12.2 ms Installing 44/101 jasper:x64-windows... Elapsed time to handle jasper:x64-windows: 15.7 ms Installing 45/101 liblzma:x64-windows... Elapsed time to handle liblzma:x64-windows: 11.1 ms Installing 46/101 libxml2:x64-windows... Elapsed time to handle libxml2:x64-windows: 22.7 ms Installing 47/101 lz4:x64-windows... Elapsed time to handle lz4:x64-windows: 11.8 ms Installing 48/101 openssl:x64-windows... Elapsed time to handle openssl:x64-windows: 25.9 ms Installing 49/101 zstd:x64-windows... Elapsed time to handle zstd:x64-windows: 10.8 ms Installing 50/101 libarchive:x64-windows... Elapsed time to handle libarchive:x64-windows: 13.8 ms Installing 51/101 libpq:x64-windows... Elapsed time to handle libpq:x64-windows: 115 ms Installing 52/101 libwebp:x64-windows... Elapsed time to handle libwebp:x64-windows: 18 ms Installing 53/101 libyaml:x64-windows... Elapsed time to handle libyaml:x64-windows: 9.61 ms Installing 54/101 litehtml:x64-windows... Elapsed time to handle litehtml:x64-windows: 14.6 ms Installing 55/101 open62541:x64-windows... Elapsed time to handle open62541:x64-windows: 14.3 ms Installing 56/101 sqlite3:x64-windows... Elapsed time to handle sqlite3:x64-windows: 10.3 ms Installing 57/101 qtbase:x64-windows... Elapsed time to handle qtbase:x64-windows: 463 ms Installing 58/101 qtshadertools:x64-windows... Elapsed time to handle qtshadertools:x64-windows: 22.8 ms Installing 59/101 qtdeclarative:x64-windows... Elapsed time to handle qtdeclarative:x64-windows: 520 ms Installing 60/101 qt3d:x64-windows... Elapsed time to handle qt3d:x64-windows: 195 ms Installing 61/101 qt5compat:x64-windows... Elapsed time to handle qt5compat:x64-windows: 39.4 ms Installing 62/101 qtactiveqt:x64-windows... Elapsed time to handle qtactiveqt:x64-windows: 37 ms Installing 63/101 qtapplicationmanager:x64-windows... Elapsed time to handle qtapplicationmanager:x64-windows: 91.4 ms Installing 64/101 qttools:x64-windows... Elapsed time to handle qttools:x64-windows: 70.2 ms Installing 65/101 qtcharts:x64-windows... Building qtcharts[core,designer,qml]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtcharts-everywhere-src-6.5.3.tar.xz -> qtcharts-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtcharts-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtcharts/src/here-src-6-8bfafb6425.clean -- Downloading https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip -> strawberry-perl-5.38.0.1-64bit-portable.zip... -- Downloading https://www.python.org/ftp/python/3.11.5/python-3.11.5-embed-amd64.zip -> python-3.11.5-embed-amd64.zip... -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 2.8 s. Elapsed time to handle qtcharts:x64-windows: 2 min Installing 66/101 qtcoap:x64-windows... Building qtcoap:x64-windows... -- Downloading https://github.com/qt/qtcoap/archive/v6.5.3.tar.gz -> qt-qtcoap-v6.5.3.tar.gz... -- Extracting source C:/d//qt-qtcoap-v6.5.3.tar.gz -- Using source at C:/b/qtcoap/src/-qtcoap-v6-343f1dc8a8.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 491 ms. Elapsed time to handle qtcoap:x64-windows: 12 s Installing 67/101 qtconnectivity:x64-windows... Building qtconnectivity:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtconnectivity-everywhere-src-6.5.3.tar.xz -> qtconnectivity-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtconnectivity-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtconnectivity/src/here-src-6-5b5906ee83.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.9 s. Elapsed time to handle qtconnectivity:x64-windows: 41 s Installing 68/101 qtdatavis3d:x64-windows... Building qtdatavis3d:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtdatavis3d-everywhere-src-6.5.3.tar.xz -> qtdatavis3d-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtdatavis3d-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtdatavis3d/src/here-src-6-7b5bbb7ba6.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.6 s. Elapsed time to handle qtdatavis3d:x64-windows: 1 min Installing 69/101 qtdoc:x64-windows... Building qtdoc:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtdoc-everywhere-src-6.5.3.tar.xz -> qtdoc-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtdoc-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtdoc/src/here-src-6-ec95bf5228.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 46.2 ms. Elapsed time to handle qtdoc:x64-windows: 27 s Installing 70/101 tiff:x64-windows... Elapsed time to handle tiff:x64-windows: 31 ms Installing 71/101 qtimageformats:x64-windows... Elapsed time to handle qtimageformats:x64-windows: 30.4 ms Installing 72/101 qtmultimedia:x64-windows... Building qtmultimedia[core,ffmpeg,gstreamer,qml,widgets]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtmultimedia-everywhere-src-6.5.3.tar.xz -> qtmultimedia-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtmultimedia-everywhere-src-6.5.3.tar.xz -- Applying patch remove_unistd.patch -- Applying patch remove_export_macro.patch -- Applying patch static_find_modules.patch -- Applying patch fix_avfoundation_target.patch -- Using source at C:/b/qtmultimedia/src/here-src-6-01bd13de44.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 7.9 s. Elapsed time to handle qtmultimedia:x64-windows: 2 min Installing 73/101 qtremoteobjects:x64-windows... Building qtremoteobjects[core,qml]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtremoteobjects-everywhere-src-6.5.3.tar.xz -> qtremoteobjects-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtremoteobjects-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtremoteobjects/src/here-src-6-b19266ae7b.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.3 s. Elapsed time to handle qtremoteobjects:x64-windows: 29 s Installing 74/101 taglib:x64-windows... Building taglib:x64-windows... -- Downloading https://github.com/taglib/taglib/archive/v1.13.1.tar.gz -> taglib-taglib-v1.13.1.tar.gz... -- Extracting source C:/d//taglib-taglib-v1.13.1.tar.gz -- Using source at C:/b/taglib/src/v1.13.1-23e33fec4c.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Fixing pkgconfig file: C:/vcpkg/packages/taglib_x64-windows/lib/pkgconfig/taglib.pc -- Fixing pkgconfig file: C:/vcpkg/packages/taglib_x64-windows/lib/pkgconfig/taglib_c.pc -- Downloading https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst;https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/mingw32/mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/mingw32/mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/mingw32/mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/mingw32/mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst -> mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst... -- Downloading https://mirror.msys2.org/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://repo.msys2.org/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst -> msys2-msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst... -- Using msys root at C:/d//tools/msys2/6f3fa1a12ef85a6f -- Fixing pkgconfig file: C:/vcpkg/packages/taglib_x64-windows/debug/lib/pkgconfig/taglib.pc -- Fixing pkgconfig file: C:/vcpkg/packages/taglib_x64-windows/debug/lib/pkgconfig/taglib_c.pc -- Installing: C:/vcpkg/packages/taglib_x64-windows/share/taglib/usage -- Performing post-build validation Stored binaries in 1 destinations in 814 ms. Elapsed time to handle taglib:x64-windows: 31 s Installing 75/101 vcpkg-get-python-packages:x64-windows... Elapsed time to handle vcpkg-get-python-packages:x64-windows: 15 ms Installing 76/101 qtinterfaceframework:x64-windows... Building qtinterfaceframework:x64-windows... -- Fetching https://code.qt.io/qt/qtinterfaceframework.git 2bd16fa1d13f98bec2c4e559e1a0372d2948d832... -- Extracting source C:/d//qtinterfaceframework-2bd16fa1d13f98bec2c4e559e1a0372d2948d832.tar.gz -- Applying patch fix-taglib-search.patch -- Using source at C:/b/qtinterfaceframework/src/2d2948d832-9e1b15a40e.clean -- Using cached mingw-w64-i686-pkgconf-1~1.8.0-2-any.pkg.tar.zst. -- Using cached msys2-msys2-runtime-3.4.6-1-x86_64.pkg.tar.zst. -- Using msys root at C:/d//tools/msys2/6f3fa1a12ef85a6f -- Downloading https://github.com/pypa/get-pip/archive/38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz -> pypa-get-pip-38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz... -- Extracting source C:/d//pypa-get-pip-38e54e5de07c66e875c11a1ebbdb938854625dd8.tar.gz -- Using source at C:/b/qtinterfaceframework/src/8854625dd8-861bd167bd.clean -- Setting up python virtual environmnent... -- Installing requirements from: C:/vcpkg/ports/qtinterfaceframework/requirements_minimal.txt -- Installing python packages: qface==2.0.5 -- Setting up python virtual environmnent...finished. -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.8 s. Elapsed time to handle qtinterfaceframework:x64-windows: 1.8 min Installing 77/101 qtlanguageserver:x64-windows... Building qtlanguageserver:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtlanguageserver-everywhere-src-6.5.3.tar.xz -> qtlanguageserver-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtlanguageserver-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtlanguageserver/src/here-src-6-4fb3af2172.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 2.9 s. Elapsed time to handle qtlanguageserver:x64-windows: 32 s Installing 78/101 qtlottie:x64-windows... Building qtlottie[core,qml]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtlottie-everywhere-src-6.5.3.tar.xz -> qtlottie-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtlottie-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtlottie/src/here-src-6-ca544d5b24.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 600 ms. Elapsed time to handle qtlottie:x64-windows: 19 s Installing 79/101 qtmqtt:x64-windows... Building qtmqtt:x64-windows... -- Downloading https://github.com/qt/qtmqtt/archive/v6.5.3.tar.gz -> qt-qtmqtt-v6.5.3.tar.gz... -- Extracting source C:/d//qt-qtmqtt-v6.5.3.tar.gz -- Using source at C:/b/qtmqtt/src/-qtmqtt-v6-4dd568ff20.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 345 ms. Elapsed time to handle qtmqtt:x64-windows: 11 s Installing 80/101 qtnetworkauth:x64-windows... Elapsed time to handle qtnetworkauth:x64-windows: 30.7 ms Installing 81/101 qtopcua:x64-windows... Building qtopcua[core,default-features,gds,ns0idnames,open62541,qml]:x64-windows... -- Downloading https://github.com/qt/qtopcua/archive/v6.5.3.tar.gz -> qt-qtopcua-v6.5.3.tar.gz... -- Extracting source C:/d//qt-qtopcua-v6.5.3.tar.gz -- Applying patch fix-build.patch -- Using source at C:/b/qtopcua/src/qtopcua-v6-0459db106e.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.9 s. Elapsed time to handle qtopcua:x64-windows: 54 s Installing 82/101 qtserialport:x64-windows... Building qtserialport:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtserialport-everywhere-src-6.5.3.tar.xz -> qtserialport-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtserialport-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtserialport/src/here-src-6-af25ff50bf.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 295 ms. Elapsed time to handle qtserialport:x64-windows: 8 s Installing 83/101 qtpositioning:x64-windows... Building qtpositioning[core,qml]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtpositioning-everywhere-src-6.5.3.tar.xz -> qtpositioning-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtpositioning-everywhere-src-6.5.3.tar.xz -- Applying patch devendor-poly2tri.patch -- Using source at C:/b/qtpositioning/src/here-src-6-59e85217cf.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.3 s. Elapsed time to handle qtpositioning:x64-windows: 45 s Installing 84/101 qtquicktimeline:x64-windows... Building qtquicktimeline:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtquicktimeline-everywhere-src-6.5.3.tar.xz -> qtquicktimeline-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtquicktimeline-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtquicktimeline/src/here-src-6-4715787c9f.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 691 ms. Elapsed time to handle qtquicktimeline:x64-windows: 15 s Installing 85/101 qtquick3d:x64-windows... Building qtquick3d[core,default-features]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtquick3d-everywhere-src-6.5.3.tar.xz -> qtquick3d-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtquick3d-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtquick3d/src/here-src-6-bd49e72a42.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 8.9 s. Elapsed time to handle qtquick3d:x64-windows: 6.6 min Installing 86/101 qtscxml:x64-windows... Building qtscxml[core,qml]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtscxml-everywhere-src-6.5.3.tar.xz -> qtscxml-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtscxml-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtscxml/src/here-src-6-1beee24ed0.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.5 s. Elapsed time to handle qtscxml:x64-windows: 45 s Installing 87/101 qtsensors:x64-windows... Building qtsensors[core,qml]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtsensors-everywhere-src-6.5.3.tar.xz -> qtsensors-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtsensors-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtsensors/src/here-src-6-08fbbc8fad.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.1 s. Elapsed time to handle qtsensors:x64-windows: 57 s Installing 88/101 qtserialbus:x64-windows... Building qtserialbus[core,default-features]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtserialbus-everywhere-src-6.5.3.tar.xz -> qtserialbus-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtserialbus-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtserialbus/src/here-src-6-a97daade91.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 777 ms. Elapsed time to handle qtserialbus:x64-windows: 27 s Installing 89/101 qtspeech:x64-windows... Building qtspeech:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtspeech-everywhere-src-6.5.3.tar.xz -> qtspeech-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtspeech-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtspeech/src/here-src-6-9479d2f0c8.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 663 ms. Elapsed time to handle qtspeech:x64-windows: 18 s Installing 90/101 qtsvg:x64-windows... Elapsed time to handle qtsvg:x64-windows: 42.8 ms Installing 91/101 qttranslations:x64-windows... Building qttranslations[core,default-features]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qttranslations-everywhere-src-6.5.3.tar.xz -> qttranslations-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qttranslations-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qttranslations/src/here-src-6-1c1cda6e53.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 600 ms. Elapsed time to handle qttranslations:x64-windows: 8 s Installing 92/101 qtvirtualkeyboard:x64-windows... Building qtvirtualkeyboard[core,default-features,hunspell]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtvirtualkeyboard-everywhere-src-6.5.3.tar.xz -> qtvirtualkeyboard-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtvirtualkeyboard-everywhere-src-6.5.3.tar.xz -- Applying patch hunspell_include_path_fix.patch -- Using source at C:/b/qtvirtualkeyboard/src/here-src-6-153f741da0.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 1.7 s. Elapsed time to handle qtvirtualkeyboard:x64-windows: 1 min Installing 93/101 qtwebchannel:x64-windows... Building qtwebchannel[core,qml]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtwebchannel-everywhere-src-6.5.3.tar.xz -> qtwebchannel-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtwebchannel-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtwebchannel/src/here-src-6-8b0d907455.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 518 ms. Elapsed time to handle qtwebchannel:x64-windows: 12 s Installing 94/101 qtlocation:x64-windows... Building qtlocation:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtlocation-everywhere-src-6.5.3.tar.xz -> qtlocation-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtlocation-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtlocation/src/here-src-6-4b78d561fe.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Installing: C:/vcpkg/packages/qtlocation_x64-windows/share/qtlocation/copyright -- Performing post-build validation Stored binaries in 1 destinations in 3.2 s. Elapsed time to handle qtlocation:x64-windows: 1.2 min Installing 95/101 vcpkg-tool-nodejs:x64-windows... Elapsed time to handle vcpkg-tool-nodejs:x64-windows: 323 ms Installing 96/101 vcpkg-tool-lessmsi:x64-windows... Elapsed time to handle vcpkg-tool-lessmsi:x64-windows: 19.8 ms Installing 97/101 vcpkg-tool-python2:x64-windows... Elapsed time to handle vcpkg-tool-python2:x64-windows: 411 ms Installing 98/101 qtwebengine:x64-windows... Building qtwebengine[core,default-features,geolocation,spellchecker,webchannel]:x64-windows... -- Downloading https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip -> win_flex_bison-2.5.25.zip... -- Setting up python virtual environmnent... -- Installing python packages: html5lib -- Setting up python virtual environmnent...finished. -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtwebengine-everywhere-src-6.5.3.tar.xz -> qtwebengine-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtwebengine-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtwebengine/src/here-src-6-7aee9b8c3c.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows-dbg -- Configuring x64-windows-rel CMake Warning at C:/dk/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:318 (message): The following variables are not used in CMakeLists.txt:
FEATURE_webengine_geolocation FEATURE_webengine_spellchecker FEATURE_webengine_v8_snapshot_support FEATURE_webengine_webchannel FEATURE_webengine_webrtc
Please recheck them and remove the unnecessary options from the
vcpkg_cmake_configure
call.If these options should still be passed for whatever reason, please use the
MAYBE_UNUSED_VARIABLES
argument. Call Stack (most recent call first): C:/dk/x64-windows/share/qtbase/qt_install_submodule.cmake:147 (vcpkg_cmake_configure) ports/qtwebengine/portfile.cmake:102 (qt_cmake_configure) scripts/ports.cmake:168 (include)-- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation warning: The folder /include is empty or not present. This indicates the library was not correctly installed. warning: There should be no empty directories in C:\vcpkg\packages\qtwebengine_x64-windows. The following empty directories were found:
C:\vcpkg\packages\qtwebengine_x64-windows\debug
warning: If a directory should be populated but is not, this might indicate an error in the portfile. If the directories are not needed and their creation cannot be disabled, use something like this in the portfile to remove them: file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
error: Found 2 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile: C:\vcpkg\ports\qtwebengine\portfile.cmake Stored binaries in 1 destinations in 32.2 ms. Elapsed time to handle qtwebengine:x64-windows: 8.3 min Installing 99/101 qtwebsockets:x64-windows... Building qtwebsockets[core,qml]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtwebsockets-everywhere-src-6.5.3.tar.xz -> qtwebsockets-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtwebsockets-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtwebsockets/src/here-src-6-eb507c34ad.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows -- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 433 ms. Elapsed time to handle qtwebsockets:x64-windows: 15 s Installing 100/101 qtwebview:x64-windows... Building qtwebview[core,webengine]:x64-windows... -- Downloading https://download.qt.io/archive/qt/6.5/6.5.3/submodules/qtwebview-everywhere-src-6.5.3.tar.xz -> qtwebview-everywhere-src-6.5.3.tar.xz... -- Extracting source C:/d//qtwebview-everywhere-src-6.5.3.tar.xz -- Using source at C:/b/qtwebview/src/here-src-6-e78bf2c34f.clean -- Found external ninja('1.10.2'). -- Configuring x64-windows CMake Warning at C:/dk/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:318 (message): The following variables are not used in CMakeLists.txt:
Please recheck them and remove the unnecessary options from the
vcpkg_cmake_configure
call.If these options should still be passed for whatever reason, please use the
MAYBE_UNUSED_VARIABLES
argument. Call Stack (most recent call first): C:/dk/x64-windows/share/qtbase/qt_install_submodule.cmake:147 (vcpkg_cmake_configure) C:/dk/x64-windows/share/qtbase/qt_install_submodule.cmake:341 (qt_cmake_configure) ports/qtwebview/portfile.cmake:14 (qt_install_submodule) scripts/ports.cmake:168 (include)-- Building x64-windows-dbg -- Building x64-windows-rel -- Performing post-build validation Stored binaries in 1 destinations in 624 ms. Elapsed time to handle qtwebview:x64-windows: 18 s Installing 101/101 qt:x64-windows... Building qt[core,default-features]:x64-windows... -- Performing post-build validation Stored binaries in 1 destinations in 18.4 ms. Elapsed time to handle qt:x64-windows: 73.5 ms Total install time: 33 min Elaspsed time for script execution : (00:33:31,78)
Additional context
No response