[Development] QtWebEngine cannot find fontconfig when configuring Qt 6.6.0 on Kubuntu 22.04
Haowei Hsu
hwhsu1231 at gmail.com
Sat Dec 2 11:29:01 CET 2023
Hello, Qt Development Team.
Recently, I tried to build the documentation of qt-6.6.0 on Kubuntu 22.04.
The following commands are what I used:
1. *mkdir build && cd build*
2. *mkdir gcc-release && cd gcc-release*
3. *../../configure -release -developer-build -nomake examples -nomake
tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF*
4. *cmake --build . --target docs*
You can see the full logs in the attachment:
*LOG-20231202-failed-to-build-qtwebengine-docs-of-qt-6.6.0-on-kubuntu-22.04.txt*
However, I met an error when building docs of QtWebEngine:
> *CMake Error at
> /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/cmake/Gn.cmake:75
> (message): *
> * -- GN FAILED*
> * ERROR at //printing/BUILD.gn:450:16: Script returned non-zero exit
> code.*
>
> * libs = exec_script("cups_config_helper.py",
> ^----------*
I don't know what happened, but I highly suspect the reason is because it
cannot find 'fontconfig' due to this warning message:
*WARNING: QtWebEngine won't be built. Build requires fontconfig.*
However, I already installed fontconfig, checking by running the following
command:
>
> *hwhsu1231 at vb-kubuntu:~$ apt list fontconfig --installedListing...
> Donefontconfig/jammy,now 2.13.1-4.2ubuntu5 amd64 [installed]*
What happened? How to fix it?
---
Haowei Hsu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20231202/05a4f007/attachment-0001.htm>
-------------- next part --------------
hwhsu1231 at vb-kubuntu:/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release$ ../../configure -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
+ mkdir -p qtbase
+ cd qtbase
+ exec /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtbase/configure -top-level -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF -DFEATURE_zstd=OFF
'/usr/bin/cmake' '-DFEATURE_system_zlib=OFF' '-DFEATURE_zstd=OFF' '-DQT_INTERNAL_CALLED_FROM_CONFIGURE:BOOL=TRUE' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DCMAKE_BUILD_TYPE=Release' '-DINPUT_developer_build=yes' '-G' 'Ninja' '/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0'
-- The CXX compiler identification is GNU 11.4.0
-- The C compiler identification is GNU 11.4.0
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking dependencies of submodule 'qtbase'
-- Checking dependencies of submodule 'qtimageformats'
-- Checking dependencies of submodule 'qtlanguageserver'
-- Checking dependencies of submodule 'qtshadertools'
-- Checking dependencies of submodule 'qtsvg'
-- Checking dependencies of submodule 'qtdeclarative'
-- Checking dependencies of submodule 'qtquicktimeline'
-- Checking dependencies of submodule 'qtquick3d'
-- Checking dependencies of submodule 'qtmultimedia'
-- Checking dependencies of submodule 'qt3d'
-- Checking dependencies of submodule 'qt5compat'
-- Checking dependencies of submodule 'qtactiveqt'
-- Checking dependencies of submodule 'qtcharts'
-- Checking dependencies of submodule 'qtcoap'
-- Checking dependencies of submodule 'qtconnectivity'
-- Checking dependencies of submodule 'qtdatavis3d'
-- Checking dependencies of submodule 'qtwebsockets'
-- Checking dependencies of submodule 'qthttpserver'
-- Checking dependencies of submodule 'qttools'
-- Checking dependencies of submodule 'qtserialport'
-- Checking dependencies of submodule 'qtpositioning'
-- Checking dependencies of submodule 'qtwebchannel'
-- Checking dependencies of submodule 'qtwebengine'
-- Checking dependencies of submodule 'qtdoc'
-- Checking dependencies of submodule 'qtgraphs'
-- Checking dependencies of submodule 'qtgrpc'
-- Checking dependencies of submodule 'qtlocation'
-- Checking dependencies of submodule 'qtlottie'
-- Checking dependencies of submodule 'qtmqtt'
-- Checking dependencies of submodule 'qtnetworkauth'
-- Checking dependencies of submodule 'qtopcua'
-- Checking dependencies of submodule 'qtquick3dphysics'
-- Checking dependencies of submodule 'qtquickeffectmaker'
-- Checking dependencies of submodule 'qtremoteobjects'
-- Checking dependencies of submodule 'qtscxml'
-- Checking dependencies of submodule 'qtsensors'
-- Checking dependencies of submodule 'qtserialbus'
-- Checking dependencies of submodule 'qtspeech'
-- Checking dependencies of submodule 'qttranslations'
-- Checking dependencies of submodule 'qtvirtualkeyboard'
-- Checking dependencies of submodule 'qtwayland'
-- Checking dependencies of submodule 'qtwebview'
-- Configuring submodule 'qtbase'
-- [QtBase] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtBase] Checking for feature set changes
-- [QtBase] CMAKE_STRIP (original): /usr/bin/strip
-- [QtBase] Performing Test strip --keep-section
-- [QtBase] Performing Test strip --keep-section - TRUE
-- [QtBase] CMAKE_STRIP (used by Qt): /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase/./libexec/qt-internal-strip
-- [QtBase] Building architecture extraction project with the following CMake arguments:
-DCMAKE_C_FLAGS_DEBUG=-g
-DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
-DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
-DCMAKE_CXX_FLAGS_DEBUG=-g
-DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
-DCMAKE_OBJCOPY=/usr/bin/objcopy
-DCMAKE_C_STANDARD=11
-DCMAKE_C_STANDARD_REQUIRED=ON
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_STANDARD_REQUIRED=ON
-DCMAKE_MODULE_PATH:STRING=/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtbase/cmake/platforms
-- [QtBase] Extracting architecture info from /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase/config.tests/arch/architecture_test.
-- [QtBase] CMAKE_VERSION: "3.22.1"
-- [QtBase] CMAKE_HOST_SYSTEM: "Linux-6.2.0-37-generic"
-- [QtBase] CMAKE_HOST_SYSTEM_NAME: "Linux"
-- [QtBase] CMAKE_HOST_SYSTEM_VERSION: "6.2.0-37-generic"
-- [QtBase] CMAKE_HOST_SYSTEM_PROCESSOR: "x86_64"
-- [QtBase] CMAKE_SYSTEM: "Linux"
-- [QtBase] CMAKE_SYSTEM_NAME: "Linux"
-- [QtBase] CMAKE_SYSTEM_VERSION: "6.2.0-37-generic"
-- [QtBase] CMAKE_SYSTEM_PROCESSOR: "x86_64"
-- [QtBase] CMAKE_CROSSCOMPILING: "FALSE"
-- [QtBase] CMAKE_INSTALL_PREFIX: "/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase"
-- [QtBase] CMAKE_STAGING_PREFIX: ""
-- [QtBase] QT_BUILD_DIR: "/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase"
-- [QtBase] QT_INSTALL_DIR: "/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase"
-- [QtBase] QT_WILL_INSTALL: "OFF"
-- [QtBase] CMAKE_C_COMPILER: "/usr/bin/cc" (11.4.0)
-- [QtBase] CMAKE_CXX_COMPILER: "/usr/bin/c++" (11.4.0)
-- [QtBase] Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.11", minimum required is "1.0.8")
-- [QtBase] Found WrapSystemZLIB: TRUE (Required is at least version "1.0.8")
-- [QtBase] Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2")
-- [QtBase] Found WrapOpenSSLHeaders: /usr/include (found version "3.0.2")
-- [QtBase] Performing Test HAVE_opensslv11_headers
-- [QtBase] Performing Test HAVE_opensslv11_headers - Failed
-- [QtBase] Found WrapOpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2")
-- [QtBase] Performing Test HAVE_opensslv11
-- [QtBase] Performing Test HAVE_opensslv11 - Failed
-- [QtBase] Performing Test HAVE_opensslv30_headers
-- [QtBase] Performing Test HAVE_opensslv30_headers - Success
-- [QtBase] Performing Test HAVE_opensslv30
-- [QtBase] Performing Test HAVE_opensslv30 - Success
-- [QtBase] Could NOT find WrapZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIRS) (Required is at least version "1.3")
-- [QtBase] Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
-- [QtBase] Checking for module 'libudev'
-- [QtBase] No package 'libudev' found
-- [QtBase] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtBase] Performing Test TEST_use_bfd_linker
-- [QtBase] Performing Test TEST_use_bfd_linker - Success
-- [QtBase] Performing Test TEST_use_gold_linker
-- [QtBase] Performing Test TEST_use_gold_linker - Success
-- [QtBase] Performing Test TEST_use_lld_linker
-- [QtBase] Performing Test TEST_use_lld_linker - Failed
-- [QtBase] Performing Test TEST_use_mold_linker
-- [QtBase] Performing Test TEST_use_mold_linker - Success
-- [QtBase] Performing Test machine tuple
-- [QtBase] Performing Test machine tuple - Success
-- [QtBase] Performing Test HAVE_cxx20
-- [QtBase] Performing Test HAVE_cxx20 - Success
-- [QtBase] Performing Test HAVE_cxx2b
-- [QtBase] Performing Test HAVE_cxx2b - Success
-- [QtBase] Performing Test precompiled header support
-- [QtBase] Performing Test precompiled header support - Success
-- [QtBase] Performing Test TEST_optimize_debug
-- [QtBase] Performing Test TEST_optimize_debug - Success
-- [QtBase] Performing Test -mno-direct-extern-access / -fno-direct-access-external-data support
-- [QtBase] Performing Test -mno-direct-extern-access / -fno-direct-access-external-data support - Failed
-- [QtBase] Performing Test TEST_enable_new_dtags
-- [QtBase] Performing Test TEST_enable_new_dtags - Success
-- [QtBase] Performing Test TEST_gdb_index
-- [QtBase] Performing Test TEST_gdb_index - Failed
-- [QtBase] Performing Test HAVE_reduce_relocations
-- [QtBase] Performing Test HAVE_reduce_relocations - Success
-- [QtBase] Performing Test separate debug information support
-- [QtBase] Performing Test separate debug information support - Success
-- [QtBase] Performing Test HAVE_signaling_nan
-- [QtBase] Performing Test HAVE_signaling_nan - Success
-- [QtBase] Performing Test Basic x86 intrinsics
-- [QtBase] Performing Test Basic x86 intrinsics - Success
-- [QtBase] Performing Test AVX512VBMI2 intrinsics
-- [QtBase] Performing Test AVX512VBMI2 intrinsics - Success
-- [QtBase] Performing Test VAES intrinsics
-- [QtBase] Performing Test VAES intrinsics - Success
-- [QtBase] Performing Test HAVE_posix_fallocate
-- [QtBase] Performing Test HAVE_posix_fallocate - Success
-- [QtBase] Performing Test HAVE_alloca_stdlib_h
-- [QtBase] Performing Test HAVE_alloca_stdlib_h - Success
-- [QtBase] Performing Test HAVE_alloca_h
-- [QtBase] Performing Test HAVE_alloca_h - Success
-- [QtBase] Performing Test HAVE_alloca_malloc_h
-- [QtBase] Performing Test HAVE_alloca_malloc_h - Failed
-- [QtBase] Performing Test HAVE_stack_protector
-- [QtBase] Performing Test HAVE_stack_protector - Success
-- [QtBase] Performing Test HAVE_intelcet
-- [QtBase] Performing Test HAVE_intelcet - Success
-- [QtBase] Performing Test HAVE_LD_VERSION_SCRIPT
-- [QtBase] Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- [QtBase] Looking for backtrace
-- [QtBase] Looking for backtrace - found
-- [QtBase] backtrace facility detected in default set of libraries
-- [QtBase] Found Backtrace: /usr/include
-- [QtBase] Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Found the following ICU libraries:
-- [QtBase] i18n (required)
-- [QtBase] uc (required)
-- [QtBase] data (required)
-- [QtBase] Found ICU: /usr/include (found suitable version "70.1", minimum required is "50.1")
-- [QtBase] Checking for module 'libsystemd'
-- [QtBase] No package 'libsystemd' found
-- [QtBase] Performing Test HAVE_STDATOMIC
-- [QtBase] Performing Test HAVE_STDATOMIC - Success
-- [QtBase] Found WrapAtomic: TRUE
-- [QtBase] Checking for module 'libb2'
-- [QtBase] No package 'libb2' found
-- [QtBase] Performing Test HAVE_GETTIME
-- [QtBase] Performing Test HAVE_GETTIME - Success
-- [QtBase] Performing Test HAVE_SHM_OPEN_SHM_UNLINK
-- [QtBase] Performing Test HAVE_SHM_OPEN_SHM_UNLINK - Success
-- [QtBase] Found WrapRt: TRUE
-- [QtBase] Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- [QtBase] Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- [QtBase] Performing Test HAVE_atomicfptr
-- [QtBase] Performing Test HAVE_atomicfptr - Success
-- [QtBase] Performing Test HAVE_clock_monotonic
-- [QtBase] Performing Test HAVE_clock_monotonic - Success
-- [QtBase] Performing Test HAVE_close_range
-- [QtBase] Performing Test HAVE_close_range - Success
-- [QtBase] Performing Test HAVE_cloexec
-- [QtBase] Performing Test HAVE_cloexec - Success
-- [QtBase] Performing Test HAVE_cxx11_future
-- [QtBase] Performing Test HAVE_cxx11_future - Success
-- [QtBase] Performing Test HAVE_cxx11_random
-- [QtBase] Performing Test HAVE_cxx11_random - Success
-- [QtBase] Performing Test HAVE_cxx17_filesystem
-- [QtBase] Performing Test HAVE_cxx17_filesystem - Success
-- [QtBase] Performing Test HAVE_dladdr
-- [QtBase] Performing Test HAVE_dladdr - Success
-- [QtBase] Performing Test HAVE_eventfd
-- [QtBase] Performing Test HAVE_eventfd - Success
-- [QtBase] Performing Test HAVE_futimens
-- [QtBase] Performing Test HAVE_futimens - Success
-- [QtBase] Performing Test HAVE_getauxval
-- [QtBase] Performing Test HAVE_getauxval - Success
-- [QtBase] Performing Test HAVE_getentropy
-- [QtBase] Performing Test HAVE_getentropy - Success
-- [QtBase] Performing Test HAVE_glibc
-- [QtBase] Performing Test HAVE_glibc - Success
-- [QtBase] Performing Test HAVE_inotify
-- [QtBase] Performing Test HAVE_inotify - Success
-- [QtBase] Performing Test HAVE_sysv_shm
-- [QtBase] Performing Test HAVE_sysv_shm - Success
-- [QtBase] Performing Test HAVE_sysv_sem
-- [QtBase] Performing Test HAVE_sysv_sem - Success
-- [QtBase] Performing Test HAVE_posix_shm
-- [QtBase] Performing Test HAVE_posix_shm - Success
-- [QtBase] Performing Test HAVE_posix_sem
-- [QtBase] Performing Test HAVE_posix_sem - Success
-- [QtBase] Performing Test HAVE_linkat
-- [QtBase] Performing Test HAVE_linkat - Success
-- [QtBase] Performing Test HAVE_ppoll
-- [QtBase] Performing Test HAVE_ppoll - Success
-- [QtBase] Performing Test HAVE_pollts
-- [QtBase] Performing Test HAVE_pollts - Failed
-- [QtBase] Performing Test HAVE_poll
-- [QtBase] Performing Test HAVE_poll - Success
-- [QtBase] Performing Test HAVE_renameat2
-- [QtBase] Performing Test HAVE_renameat2 - Success
-- [QtBase] Performing Test HAVE_statx
-- [QtBase] Performing Test HAVE_statx - Success
-- [QtBase] Performing Test HAVE_syslog
-- [QtBase] Performing Test HAVE_syslog - Success
-- [QtBase] Performing Test HAVE_cpp_winrt
-- [QtBase] Performing Test HAVE_cpp_winrt - Failed
-- [QtBase] Performing Test HAVE_xlocalescanprint
-- [QtBase] Performing Test HAVE_xlocalescanprint - Failed
-- [QtBase] Checking for module 'libproxy-1.0'
-- [QtBase] No package 'libproxy-1.0' found
-- [QtBase] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Performing Test HAVE_LIBRESOLV_FUNCTIONS
-- [QtBase] Performing Test HAVE_LIBRESOLV_FUNCTIONS - Success
-- [QtBase] Found WrapResolv: TRUE
-- [QtBase] Performing Test HAVE_getifaddrs
-- [QtBase] Performing Test HAVE_getifaddrs - Success
-- [QtBase] Performing Test HAVE_ifr_index
-- [QtBase] Performing Test HAVE_ifr_index - Failed
-- [QtBase] Performing Test HAVE_ipv6ifname
-- [QtBase] Performing Test HAVE_ipv6ifname - Success
-- [QtBase] Performing Test HAVE_linux_netlink
-- [QtBase] Performing Test HAVE_linux_netlink - Success
-- [QtBase] Performing Test HAVE_res_setservers
-- [QtBase] Performing Test HAVE_res_setservers - Failed
-- [QtBase] Performing Test HAVE_sctp
-- [QtBase] Performing Test HAVE_sctp - Failed
-- [QtBase] Performing Test HAVE_dtls
-- [QtBase] Performing Test HAVE_dtls - Success
-- [QtBase] Performing Test HAVE_ocsp
-- [QtBase] Performing Test HAVE_ocsp - Success
-- [QtBase] Performing Test HAVE_networklistmanager
-- [QtBase] Performing Test HAVE_networklistmanager - Failed
-- [QtBase] Checking for module 'atspi-2'
-- [QtBase] No package 'atspi-2' found
-- [QtBase] Checking for module 'directfb'
-- [QtBase] No package 'directfb' found
-- [QtBase] Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR)
-- [QtBase] Performing Test HAVE_EGL
-- [QtBase] Performing Test HAVE_EGL - Success
-- [QtBase] Found EGL: /usr/include (found version "1.5")
-- [QtBase] Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- [QtBase] Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- [QtBase] Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR)
-- [QtBase] Checking for module 'harfbuzz'
-- [QtBase] No package 'harfbuzz' found
-- [QtBase] Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- [QtBase] Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
-- [QtBase] Could NOT find WrapSystemJpeg (missing: __jpeg_found)
-- [QtBase] Could NOT find WrapSystemMd4c (missing: __md4c_found)
-- [QtBase] Could NOT find WrapSystemPNG (missing: __png_found)
-- [QtBase] Checking for module 'mtdev'
-- [QtBase] No package 'mtdev' found
-- [QtBase] Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- [QtBase] Found WrapOpenGL: TRUE
-- [QtBase] Performing Test HAVE_GLESv2
-- [QtBase] Performing Test HAVE_GLESv2 - Success
-- [QtBase] Found GLESv2: /usr/include
-- [QtBase] Checking for module 'tslib'
-- [QtBase] No package 'tslib' found
-- [QtBase] Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- [QtBase] Could NOT find Wayland_Client (missing: Wayland_Client_LIBRARY Wayland_Client_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find Wayland_Server (missing: Wayland_Server_LIBRARY Wayland_Server_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find Wayland_Cursor (missing: Wayland_Cursor_LIBRARY Wayland_Cursor_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find Wayland_Egl (missing: Wayland_Egl_LIBRARY Wayland_Egl_INCLUDE_DIR Wayland_Client_FOUND) (found version "")
-- [QtBase] Could NOT find Wayland (missing: Wayland_LIBRARIES)
-- [QtBase] Found X11: /usr/include
-- [QtBase] Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so
-- [QtBase] Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so - found
-- [QtBase] Looking for gethostbyname
-- [QtBase] Looking for gethostbyname - found
-- [QtBase] Looking for connect
-- [QtBase] Looking for connect - found
-- [QtBase] Looking for remove
-- [QtBase] Looking for remove - found
-- [QtBase] Looking for shmat
-- [QtBase] Looking for shmat - found
-- [QtBase] Found XCB_XCB: /usr/lib/x86_64-linux-gnu/libxcb.so (found version "1.14")
-- [QtBase] Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_SHM (missing: XCB_SHM_LIBRARY XCB_SHM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_ATOM (missing: XCB_ATOM_LIBRARY XCB_ATOM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_AUX (missing: XCB_AUX_LIBRARY XCB_AUX_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_COMPOSITE (missing: XCB_COMPOSITE_LIBRARY XCB_COMPOSITE_INCLUDE_DIR XCB_XFIXES_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_CURSOR (missing: XCB_CURSOR_LIBRARY XCB_CURSOR_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_DAMAGE (missing: XCB_DAMAGE_LIBRARY XCB_DAMAGE_INCLUDE_DIR XCB_XFIXES_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_DPMS (missing: XCB_DPMS_LIBRARY XCB_DPMS_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_DRI2 (missing: XCB_DRI2_LIBRARY XCB_DRI2_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_DRI3 (missing: XCB_DRI3_LIBRARY XCB_DRI3_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_EVENT (missing: XCB_EVENT_LIBRARY XCB_EVENT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_EWMH (missing: XCB_EWMH_LIBRARY XCB_EWMH_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_GLX (missing: XCB_GLX_LIBRARY XCB_GLX_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_ICCCM (missing: XCB_ICCCM_LIBRARY XCB_ICCCM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_IMAGE (missing: XCB_IMAGE_LIBRARY XCB_IMAGE_INCLUDE_DIR XCB_SHM_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_KEYSYMS (missing: XCB_KEYSYMS_LIBRARY XCB_KEYSYMS_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_PRESENT (missing: XCB_PRESENT_LIBRARY XCB_PRESENT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_RANDR (missing: XCB_RANDR_LIBRARY XCB_RANDR_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_RECORD (missing: XCB_RECORD_LIBRARY XCB_RECORD_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_RENDERUTIL (missing: XCB_RENDERUTIL_LIBRARY XCB_RENDERUTIL_INCLUDE_DIR XCB_RENDER_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_RES (missing: XCB_RES_LIBRARY XCB_RES_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_SCREENSAVER (missing: XCB_SCREENSAVER_LIBRARY XCB_SCREENSAVER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_SYNC (missing: XCB_SYNC_LIBRARY XCB_SYNC_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_UTIL (missing: XCB_UTIL_LIBRARY XCB_UTIL_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XEVIE (missing: XCB_XEVIE_LIBRARY XCB_XEVIE_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XF86DRI (missing: XCB_XF86DRI_LIBRARY XCB_XF86DRI_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XINERAMA (missing: XCB_XINERAMA_LIBRARY XCB_XINERAMA_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XINPUT (missing: XCB_XINPUT_LIBRARY XCB_XINPUT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XKB (missing: XCB_XKB_LIBRARY XCB_XKB_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XPRINT (missing: XCB_XPRINT_LIBRARY XCB_XPRINT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XTEST (missing: XCB_XTEST_LIBRARY XCB_XTEST_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XV (missing: XCB_XV_LIBRARY XCB_XV_INCLUDE_DIR XCB_SHM_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_XVMC (missing: XCB_XVMC_LIBRARY XCB_XVMC_INCLUDE_DIR XCB_XV_FOUND) (found version "")
-- [QtBase] Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so (found suitable version "1.14", minimum required is "1.11")
-- [QtBase] XCB: CURSOR requires XCB
-- [QtBase] Could NOT find XCB_CURSOR (missing: XCB_CURSOR_LIBRARY XCB_CURSOR_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: CURSOR) (found suitable version "1.14", minimum required is "0.1.1")
-- [QtBase] XCB: ICCCM requires XCB
-- [QtBase] Could NOT find XCB_ICCCM (missing: XCB_ICCCM_LIBRARY XCB_ICCCM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: ICCCM) (found suitable version "1.14", minimum required is "0.3.9")
-- [QtBase] XCB: IMAGE requires XCB;SHM
-- [QtBase] XCB: IMAGE requires XCB;SHM
-- [QtBase] Could NOT find XCB_SHM (missing: XCB_SHM_LIBRARY XCB_SHM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_IMAGE (missing: XCB_IMAGE_LIBRARY XCB_IMAGE_INCLUDE_DIR XCB_SHM_FOUND) (found version "")
-- [QtBase] Could NOT find XCB (missing: IMAGE) (found suitable version "1.14", minimum required is "0.3.9")
-- [QtBase] XCB: KEYSYMS requires XCB
-- [QtBase] Could NOT find XCB_KEYSYMS (missing: XCB_KEYSYMS_LIBRARY XCB_KEYSYMS_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: KEYSYMS) (found suitable version "1.14", minimum required is "0.3.9")
-- [QtBase] XCB: RENDERUTIL requires XCB;RENDER
-- [QtBase] XCB: RENDERUTIL requires XCB;RENDER
-- [QtBase] Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_RENDERUTIL (missing: XCB_RENDERUTIL_LIBRARY XCB_RENDERUTIL_INCLUDE_DIR XCB_RENDER_FOUND) (found version "")
-- [QtBase] Could NOT find XCB (missing: RENDERUTIL) (found suitable version "1.14", minimum required is "0.3.9")
-- [QtBase] XCB: RANDR requires XCB
-- [QtBase] Could NOT find XCB_RANDR (missing: XCB_RANDR_LIBRARY XCB_RANDR_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: RANDR) (found version "1.14")
-- [QtBase] XCB: SHAPE requires XCB
-- [QtBase] Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: SHAPE) (found version "1.14")
-- [QtBase] XCB: SHM requires XCB
-- [QtBase] Could NOT find XCB_SHM (missing: XCB_SHM_LIBRARY XCB_SHM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: SHM) (found version "1.14")
-- [QtBase] XCB: SYNC requires XCB
-- [QtBase] Could NOT find XCB_SYNC (missing: XCB_SYNC_LIBRARY XCB_SYNC_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: SYNC) (found version "1.14")
-- [QtBase] XCB: XFIXES requires XCB;RENDER;SHAPE
-- [QtBase] XCB: XFIXES requires XCB;RENDER;SHAPE
-- [QtBase] XCB: XFIXES requires XCB;RENDER;SHAPE
-- [QtBase] Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- [QtBase] Could NOT find XCB (missing: XFIXES) (found version "1.14")
-- [QtBase] Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- [QtBase] XCB: XKB requires XCB
-- [QtBase] Could NOT find XCB_XKB (missing: XCB_XKB_LIBRARY XCB_XKB_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: XKB) (found version "1.14")
-- [QtBase] XCB: RENDER requires XCB
-- [QtBase] Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: RENDER) (found version "1.14")
-- [QtBase] XCB: GLX requires XCB
-- [QtBase] Could NOT find XCB_GLX (missing: XCB_GLX_LIBRARY XCB_GLX_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: GLX) (found version "1.14")
-- [QtBase] XCB: XINPUT requires XCB
-- [QtBase] Could NOT find XCB_XINPUT (missing: XCB_XINPUT_LIBRARY XCB_XINPUT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: XINPUT) (found suitable version "1.14", minimum required is "1.12")
-- [QtBase] Could NOT find XKB (missing: XKB_LIBRARY XKB_INCLUDE_DIR) (Required is at least version "0.5.0")
-- [QtBase] Checking for module 'xkbcommon-x11>=0.4.1'
-- [QtBase] No package 'xkbcommon-x11' found
-- [QtBase] Checking for module 'xrender'
-- [QtBase] No package 'xrender' found
-- [QtBase] Performing Test DRM Atomic API - Failed because Libdrm::Libdrm not found
-- [QtBase] Performing Test HAVE_egl_x11
-- [QtBase] Performing Test HAVE_egl_x11 - Success
-- [QtBase] Performing Test HAVE_egl_brcm
-- [QtBase] Performing Test HAVE_egl_brcm - Failed
-- [QtBase] Performing Test HAVE_egl_egldevice
-- [QtBase] Performing Test HAVE_egl_egldevice - Success
-- [QtBase] Performing Test HAVE_egl_mali
-- [QtBase] Performing Test HAVE_egl_mali - Failed
-- [QtBase] Performing Test HAVE_egl_mali_2
-- [QtBase] Performing Test HAVE_egl_mali_2 - Failed
-- [QtBase] Performing Test HAVE_egl_viv
-- [QtBase] Performing Test HAVE_egl_viv - Failed
-- [QtBase] Performing Test HAVE_egl_openwfd
-- [QtBase] Performing Test HAVE_egl_openwfd - Failed
-- [QtBase] Performing Test HAVE_egl_rcar
-- [QtBase] Performing Test HAVE_egl_rcar - Failed
-- [QtBase] Performing Test HAVE_evdev
-- [QtBase] Performing Test HAVE_evdev - Success
-- [QtBase] Performing Test HAVE_integrityfb
-- [QtBase] Performing Test HAVE_integrityfb - Failed
-- [QtBase] Performing Test HAVE_linuxfb
-- [QtBase] Performing Test HAVE_linuxfb - Success
-- [QtBase] Performing Test HAVE_opengles3
-- [QtBase] Performing Test HAVE_opengles3 - Success
-- [QtBase] Performing Test HAVE_opengles31
-- [QtBase] Performing Test HAVE_opengles31 - Success
-- [QtBase] Performing Test HAVE_opengles32
-- [QtBase] Performing Test HAVE_opengles32 - Success
-- [QtBase] Performing Test XCB (extensions) - Failed because XCB::CURSOR not found
-- [QtBase] Performing Test libinput hires wheel support - Failed because Libinput::Libinput not found
-- [QtBase] Performing Test HAVE_directwrite
-- [QtBase] Performing Test HAVE_directwrite - Failed
-- [QtBase] Performing Test HAVE_directwrite3
-- [QtBase] Performing Test HAVE_directwrite3 - Failed
-- [QtBase] Performing Test HAVE_d2d1
-- [QtBase] Performing Test HAVE_d2d1 - Failed
-- [QtBase] Performing Test HAVE_d2d1_1
-- [QtBase] Performing Test HAVE_d2d1_1 - Failed
-- [QtBase] Tool 'Qt6::syncqt' will be built from source.
-- [QtBase] Tool 'Qt6::moc' will be built from source.
-- [QtBase] Tool 'Qt6::rcc' will be built from source.
-- [QtBase] Tool 'Qt6::tracepointgen' will be built from source.
-- [QtBase] Tool 'Qt6::tracegen' will be built from source.
-- [QtBase] Tool 'Qt6::cmake_automoc_parser' will be built from source.
-- [QtBase] Running syncqt.cpp for module: QtZlib
-- [QtBase] Looking for pthread.h
-- [QtBase] Looking for pthread.h - found
-- [QtBase] Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- [QtBase] Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- [QtBase] Found Threads: TRUE
-- [QtBase] Using Qt bundled PCRE2.
-- [QtBase] Found WrapPCRE2: TRUE
-- [QtBase] Using Qt bundled ZLIB.
-- [QtBase] Found WrapZLIB: TRUE
-- [QtBase] Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Found the following ICU libraries:
-- [QtBase] i18n (required)
-- [QtBase] uc (required)
-- [QtBase] data (required)
-- [QtBase] Checking for module 'libsystemd'
-- [QtBase] No package 'libsystemd' found
-- [QtBase] Checking for module 'libb2'
-- [QtBase] No package 'libb2' found
-- [QtBase] Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
-- [QtBase] Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- [QtBase] Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
-- [QtBase] Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
-- [QtBase] Performing Test HAVE_DASH_DASH_NO_UNDEFINED
-- [QtBase] Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
-- [QtBase] Running syncqt.cpp for module: QtCore
-- [QtBase] Running syncqt.cpp for module: QtPng
-- [QtBase] Running syncqt.cpp for module: QtJpeg
-- [QtBase] Running syncqt.cpp for module: QtFreetype
-- [QtBase] Running syncqt.cpp for module: QtHarfbuzz
-- [QtBase] Running syncqt.cpp for module: QtConcurrent
-- [QtBase] Running syncqt.cpp for module: QtSql
-- [QtBase] Checking for module 'libproxy-1.0'
-- [QtBase] No package 'libproxy-1.0' found
-- [QtBase] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtBase] Running syncqt.cpp for module: QtNetwork
-- [QtBase] Running syncqt.cpp for module: QtXml
-- [QtBase] Running syncqt.cpp for module: QtDBus
-- [QtBase] Tool 'Qt6::uic' will be built from source.
-- [QtBase] Tool 'Qt6::qdbuscpp2xml' will be built from source.
-- [QtBase] Tool 'Qt6::qdbusxml2cpp' will be built from source.
-- [QtBase] Tool 'Qt6::qlalr' will be built from source.
-- [QtBase] Tool 'Qt6::qvkgen' will be built from source.
-- [QtBase] Tool 'Qt6::qtpaths' will be built from source.
-- [QtBase] Tool 'Qt6::androiddeployqt' will be built from source.
-- [QtBase] Tool 'Qt6::androidtestrunner' will be built from source.
-- [QtBase] Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- [QtBase] Using Qt bundled Harfbuzz.
-- [QtBase] Found WrapHarfbuzz: TRUE
-- [QtBase] Using Qt bundled PNG.
-- [QtBase] Found WrapPNG: TRUE
-- [QtBase] Using Qt bundled Freetype.
-- [QtBase] Found WrapFreetype: TRUE
-- [QtBase] Checking for module 'atspi-2'
-- [QtBase] No package 'atspi-2' found
-- [QtBase] Checking for module 'directfb'
-- [QtBase] No package 'directfb' found
-- [QtBase] Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR)
-- [QtBase] Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
-- [QtBase] Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- [QtBase] Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR)
-- [QtBase] Checking for module 'harfbuzz'
-- [QtBase] No package 'harfbuzz' found
-- [QtBase] Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
-- [QtBase] Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
-- [QtBase] Could NOT find WrapSystemJpeg (missing: __jpeg_found)
-- [QtBase] Could NOT find WrapSystemMd4c (missing: __md4c_found)
-- [QtBase] Could NOT find WrapSystemPNG (missing: __png_found)
-- [QtBase] Checking for module 'mtdev'
-- [QtBase] No package 'mtdev' found
-- [QtBase] Checking for module 'tslib'
-- [QtBase] No package 'tslib' found
-- [QtBase] Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
-- [QtBase] Could NOT find Wayland_Client (missing: Wayland_Client_LIBRARY Wayland_Client_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find Wayland_Server (missing: Wayland_Server_LIBRARY Wayland_Server_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find Wayland_Cursor (missing: Wayland_Cursor_LIBRARY Wayland_Cursor_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find Wayland_Egl (missing: Wayland_Egl_LIBRARY Wayland_Egl_INCLUDE_DIR Wayland_Client_FOUND) (found version "")
-- [QtBase] Could NOT find Wayland (missing: Wayland_LIBRARIES)
-- [QtBase] Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_SHM (missing: XCB_SHM_LIBRARY XCB_SHM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_ATOM (missing: XCB_ATOM_LIBRARY XCB_ATOM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_AUX (missing: XCB_AUX_LIBRARY XCB_AUX_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_COMPOSITE (missing: XCB_COMPOSITE_LIBRARY XCB_COMPOSITE_INCLUDE_DIR XCB_XFIXES_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_CURSOR (missing: XCB_CURSOR_LIBRARY XCB_CURSOR_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_DAMAGE (missing: XCB_DAMAGE_LIBRARY XCB_DAMAGE_INCLUDE_DIR XCB_XFIXES_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_DPMS (missing: XCB_DPMS_LIBRARY XCB_DPMS_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_DRI2 (missing: XCB_DRI2_LIBRARY XCB_DRI2_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_DRI3 (missing: XCB_DRI3_LIBRARY XCB_DRI3_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_EVENT (missing: XCB_EVENT_LIBRARY XCB_EVENT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_EWMH (missing: XCB_EWMH_LIBRARY XCB_EWMH_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_GLX (missing: XCB_GLX_LIBRARY XCB_GLX_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_ICCCM (missing: XCB_ICCCM_LIBRARY XCB_ICCCM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_IMAGE (missing: XCB_IMAGE_LIBRARY XCB_IMAGE_INCLUDE_DIR XCB_SHM_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_KEYSYMS (missing: XCB_KEYSYMS_LIBRARY XCB_KEYSYMS_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_PRESENT (missing: XCB_PRESENT_LIBRARY XCB_PRESENT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_RANDR (missing: XCB_RANDR_LIBRARY XCB_RANDR_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_RECORD (missing: XCB_RECORD_LIBRARY XCB_RECORD_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_RENDERUTIL (missing: XCB_RENDERUTIL_LIBRARY XCB_RENDERUTIL_INCLUDE_DIR XCB_RENDER_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_RES (missing: XCB_RES_LIBRARY XCB_RES_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_SCREENSAVER (missing: XCB_SCREENSAVER_LIBRARY XCB_SCREENSAVER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_SYNC (missing: XCB_SYNC_LIBRARY XCB_SYNC_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_UTIL (missing: XCB_UTIL_LIBRARY XCB_UTIL_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XEVIE (missing: XCB_XEVIE_LIBRARY XCB_XEVIE_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XF86DRI (missing: XCB_XF86DRI_LIBRARY XCB_XF86DRI_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XINERAMA (missing: XCB_XINERAMA_LIBRARY XCB_XINERAMA_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XINPUT (missing: XCB_XINPUT_LIBRARY XCB_XINPUT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XKB (missing: XCB_XKB_LIBRARY XCB_XKB_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XPRINT (missing: XCB_XPRINT_LIBRARY XCB_XPRINT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XTEST (missing: XCB_XTEST_LIBRARY XCB_XTEST_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XV (missing: XCB_XV_LIBRARY XCB_XV_INCLUDE_DIR XCB_SHM_FOUND) (found version "")
-- [QtBase] Could NOT find XCB_XVMC (missing: XCB_XVMC_LIBRARY XCB_XVMC_INCLUDE_DIR XCB_XV_FOUND) (found version "")
-- [QtBase] XCB: CURSOR requires XCB
-- [QtBase] Could NOT find XCB_CURSOR (missing: XCB_CURSOR_LIBRARY XCB_CURSOR_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: CURSOR) (found suitable version "1.14", minimum required is "0.1.1")
-- [QtBase] XCB: ICCCM requires XCB
-- [QtBase] Could NOT find XCB_ICCCM (missing: XCB_ICCCM_LIBRARY XCB_ICCCM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: ICCCM) (found suitable version "1.14", minimum required is "0.3.9")
-- [QtBase] XCB: IMAGE requires XCB;SHM
-- [QtBase] XCB: IMAGE requires XCB;SHM
-- [QtBase] Could NOT find XCB_SHM (missing: XCB_SHM_LIBRARY XCB_SHM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_IMAGE (missing: XCB_IMAGE_LIBRARY XCB_IMAGE_INCLUDE_DIR XCB_SHM_FOUND) (found version "")
-- [QtBase] Could NOT find XCB (missing: IMAGE) (found suitable version "1.14", minimum required is "0.3.9")
-- [QtBase] XCB: KEYSYMS requires XCB
-- [QtBase] Could NOT find XCB_KEYSYMS (missing: XCB_KEYSYMS_LIBRARY XCB_KEYSYMS_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: KEYSYMS) (found suitable version "1.14", minimum required is "0.3.9")
-- [QtBase] XCB: RENDERUTIL requires XCB;RENDER
-- [QtBase] XCB: RENDERUTIL requires XCB;RENDER
-- [QtBase] Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_RENDERUTIL (missing: XCB_RENDERUTIL_LIBRARY XCB_RENDERUTIL_INCLUDE_DIR XCB_RENDER_FOUND) (found version "")
-- [QtBase] Could NOT find XCB (missing: RENDERUTIL) (found suitable version "1.14", minimum required is "0.3.9")
-- [QtBase] XCB: RANDR requires XCB
-- [QtBase] Could NOT find XCB_RANDR (missing: XCB_RANDR_LIBRARY XCB_RANDR_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: RANDR) (found version "1.14")
-- [QtBase] XCB: SHAPE requires XCB
-- [QtBase] Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: SHAPE) (found version "1.14")
-- [QtBase] XCB: SHM requires XCB
-- [QtBase] Could NOT find XCB_SHM (missing: XCB_SHM_LIBRARY XCB_SHM_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: SHM) (found version "1.14")
-- [QtBase] XCB: SYNC requires XCB
-- [QtBase] Could NOT find XCB_SYNC (missing: XCB_SYNC_LIBRARY XCB_SYNC_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: SYNC) (found version "1.14")
-- [QtBase] XCB: XFIXES requires XCB;RENDER;SHAPE
-- [QtBase] XCB: XFIXES requires XCB;RENDER;SHAPE
-- [QtBase] XCB: XFIXES requires XCB;RENDER;SHAPE
-- [QtBase] Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_SHAPE (missing: XCB_SHAPE_LIBRARY XCB_SHAPE_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB_XFIXES (missing: XCB_XFIXES_LIBRARY XCB_XFIXES_INCLUDE_DIR XCB_RENDER_FOUND XCB_SHAPE_FOUND) (found version "")
-- [QtBase] Could NOT find XCB (missing: XFIXES) (found version "1.14")
-- [QtBase] Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
-- [QtBase] XCB: XKB requires XCB
-- [QtBase] Could NOT find XCB_XKB (missing: XCB_XKB_LIBRARY XCB_XKB_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: XKB) (found version "1.14")
-- [QtBase] XCB: RENDER requires XCB
-- [QtBase] Could NOT find XCB_RENDER (missing: XCB_RENDER_LIBRARY XCB_RENDER_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: RENDER) (found version "1.14")
-- [QtBase] XCB: GLX requires XCB
-- [QtBase] Could NOT find XCB_GLX (missing: XCB_GLX_LIBRARY XCB_GLX_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: GLX) (found version "1.14")
-- [QtBase] XCB: XINPUT requires XCB
-- [QtBase] Could NOT find XCB_XINPUT (missing: XCB_XINPUT_LIBRARY XCB_XINPUT_INCLUDE_DIR) (found version "")
-- [QtBase] Could NOT find XCB (missing: XINPUT) (found suitable version "1.14", minimum required is "1.12")
-- [QtBase] Could NOT find XKB (missing: XKB_LIBRARY XKB_INCLUDE_DIR) (Required is at least version "0.5.0")
-- [QtBase] Checking for module 'xkbcommon-x11>=0.4.1'
-- [QtBase] No package 'xkbcommon-x11' found
-- [QtBase] Checking for module 'xrender'
-- [QtBase] No package 'xrender' found
-- [QtBase] Running syncqt.cpp for module: QtGui
-- [QtBase] Running syncqt.cpp for module: QtExampleIcons
-- [QtBase] Running syncqt.cpp for module: QtOpenGL
-- [QtBase] Checking for module 'gtk+-3.0 >= 3.6'
-- [QtBase] No package 'gtk+-3.0' found
-- [QtBase] Running syncqt.cpp for module: QtWidgets
-- [QtBase] Running syncqt.cpp for module: QtOpenGLWidgets
-- [QtBase] Running syncqt.cpp for module: QtDeviceDiscoverySupport
-- [QtBase] Running syncqt.cpp for module: QtFbSupport
-- [QtBase] Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
-- [QtBase] Could NOT find XKB (missing: XKB_LIBRARY XKB_INCLUDE_DIR)
-- [QtBase] Checking for module 'tslib'
-- [QtBase] No package 'tslib' found
-- [QtBase] Checking for module 'mtdev'
-- [QtBase] No package 'mtdev' found
-- [QtBase] Running syncqt.cpp for module: QtInputSupport
-- [QtBase] Running syncqt.cpp for module: QtTest
-- [QtBase] Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
-- [QtBase] Running syncqt.cpp for module: QtPrintSupport
-- [QtBase] Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
-- [QtBase] Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
-- [QtBase] Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR)
-- [QtBase] Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
-- [QtBase] Could NOT find ODBC (missing: ODBC_LIBRARY ODBC_INCLUDE_DIR)
-- [QtBase] Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
-- [QtBase] Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
-- [QtBase] Could NOT find Mimer (missing: Mimer_LIBRARIES Mimer_INCLUDE_DIR)
-- [QtBase] Running syncqt.cpp for module: QtEglFSDeviceIntegration
-- [QtBase] Using Qt bundled Jpeg.
-- [QtBase] Found WrapJpeg: TRUE
-- [QtBase] Tool 'Qt6::qmake' will be built from source.
-- [QtBase] Generated QtModulePlugins.cmake files for the following modules: Sql;Network;Gui
-- Configuring submodule 'qtimageformats'
-- [QtImageFormats] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtImageFormats] Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- [QtImageFormats] Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES)
-- [QtImageFormats] Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- [QtImageFormats] Checking for module 'libwebp'
-- [QtImageFormats] No package 'libwebp' found
-- [QtImageFormats] Checking for module 'libwebpdemux'
-- [QtImageFormats] No package 'libwebpdemux' found
-- [QtImageFormats] Checking for module 'libwebpmux'
-- [QtImageFormats] No package 'libwebpmux' found
-- [QtImageFormats] Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY)
-- [QtImageFormats] Checking for module 'libmng'
-- [QtImageFormats] No package 'libmng' found
-- [QtImageFormats] Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR)
-- Configuring submodule 'qtlanguageserver'
-- [QtLanguageServer] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLanguageServer] Running syncqt.cpp for module: QtJsonRpc
-- [QtLanguageServer] Running syncqt.cpp for module: QtLanguageServer
-- Configuring submodule 'qtshadertools'
-- [QtShaderTools] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtShaderTools] Running syncqt.cpp for module: QtShaderTools
-- [QtShaderTools] Tool 'Qt6::qsb' will be built from source.
-- Configuring submodule 'qtsvg'
-- [QtSvg] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSvg] Running syncqt.cpp for module: QtSvg
-- [QtSvg] Running syncqt.cpp for module: QtSvgWidgets
-- Configuring submodule 'qtdeclarative'
-- [QtDeclarative] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlToolingSettings
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlTypeRegistrar
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlIntegration
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Found Python: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter
-- [QtDeclarative] Performing Test HAVE_pointer_32bit
-- [QtDeclarative] Performing Test HAVE_pointer_32bit - Failed
-- [QtDeclarative] Performing Test HAVE_pointer_64bit
-- [QtDeclarative] Performing Test HAVE_pointer_64bit - Success
-- [QtDeclarative] Performing Test HAVE_arm_thumb
-- [QtDeclarative] Performing Test HAVE_arm_thumb - Failed
-- [QtDeclarative] Performing Test HAVE_arm_fp
-- [QtDeclarative] Performing Test HAVE_arm_fp - Success
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Running syncqt.cpp for module: QtQml
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlModels
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlCore
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlWorkerScript
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlLocalStorage
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlXmlListModel
-- [QtDeclarative] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- [QtDeclarative] Running syncqt.cpp for module: QtQuick
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickLayouts
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTest
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTestUtils
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickParticles
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickEffects
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickShapes
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickWidgets
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickTemplates2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControls2Impl
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControls2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2Utils
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2QuickImpl
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickDialogs2
-- [QtDeclarative] Running syncqt.cpp for module: QtQuickControlsTestUtils
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsSettings
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsQmlModels
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsFolderListModel
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsAnimation
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsWavefrontMesh
-- [QtDeclarative] Running syncqt.cpp for module: QtLabsSharedImage
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlCompiler
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlDom
-- [QtDeclarative] Tool 'Qt6::qmlcachegen' will be built from source.
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlLS
-- [QtDeclarative] Running syncqt.cpp for module: QtPacketProtocol
-- [QtDeclarative] Running syncqt.cpp for module: QtQmlDebug
-- [QtDeclarative] Tool 'Qt6::qmldom' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmllint' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltc' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltyperegistrar' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlimportscanner' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlformat' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlprofiler' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltime' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmlplugindump' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmltestrunner' will be built from source.
-- [QtDeclarative] Tool 'Qt6::qmljsrootgen' will be built from source.
-- [QtDeclarative] Generated QtModulePlugins.cmake files for the following modules: Qml;QmlCompiler
-- Configuring submodule 'qtquicktimeline'
-- [QtQuickTimeline] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuickTimeline] Running syncqt.cpp for module: QtQuickTimeline
-- Configuring submodule 'qtquick3d'
-- [QtQuick3D] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DUtils
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DAssetImport
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DRuntimeRender
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3D
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DParticles
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DAssetUtils
-- [QtQuick3D] Could NOT find WrapQuick3DAssimp (missing: WrapQuick3DAssimp_FOUND) (Required is at least version "5.1.6")
-- [QtQuick3D] Performing Test Assimp
-- [QtQuick3D] Performing Test Assimp - Failed
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DHelpersImpl
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DHelpers
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DIblBaker
-- [QtQuick3D] Running syncqt.cpp for module: QtQuick3DGlslParser
-- [QtQuick3D] Tool 'Qt6::balsam' will be built from source.
-- [QtQuick3D] Tool 'Qt6::balsamui' will be built from source.
-- [QtQuick3D] Tool 'Qt6::meshdebug' will be built from source.
-- [QtQuick3D] Tool 'Qt6::shadergen' will be built from source.
-- [QtQuick3D] Tool 'Qt6::instancer' will be built from source.
-- [QtQuick3D] Tool 'Qt6::shapegen' will be built from source.
-- [QtQuick3D] Tool 'Qt6::materialeditor' will be built from source.
-- [QtQuick3D] Generated QtModulePlugins.cmake files for the following modules: Quick3DAssetImport
-- Configuring submodule 'qtmultimedia'
-- [QtMultimedia] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtMultimedia] Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- [QtMultimedia] Could NOT find AVFoundation (missing: AVFoundation_LIBRARY)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- [QtMultimedia] Could NOT find MMRendererCore (missing: MMRendererCore_LIBRARY)
-- [QtMultimedia] Could NOT find MMRenderer (missing: MMRenderer_LIBRARY)
-- [QtMultimedia] Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND)
-- [QtMultimedia] Could NOT find WMF (missing: WMF_STRMIIDS_LIBRARY WMF_AMSTRMID_LIBRARY WMF_DMOGUIDS_LIBRARY WMF_UUID_LIBRARY WMF_MSDMO_LIBRARY WMF_OLE32_LIBRARY WMF_OLEAUT32_LIBRARY WMF_MF_LIBRARY WMF_MFUUID_LIBRARY WMF_MFPLAT_LIBRARY WMF_MFCORE_LIBRARY WMF_PROPSYS_LIBRARY)
-- [QtMultimedia] Checking for module 'libavcodec'
-- [QtMultimedia] No package 'libavcodec' found
-- [QtMultimedia] Checking for module 'libavformat'
-- [QtMultimedia] No package 'libavformat' found
-- [QtMultimedia] Checking for module 'libavdevice'
-- [QtMultimedia] No package 'libavdevice' found
-- [QtMultimedia] Checking for module 'libavutil'
-- [QtMultimedia] No package 'libavutil' found
-- [QtMultimedia] Checking for module 'libavfilter'
-- [QtMultimedia] No package 'libavfilter' found
-- [QtMultimedia] Checking for module 'libswscale'
-- [QtMultimedia] No package 'libswscale' found
-- [QtMultimedia] Checking for module 'libpostproc'
-- [QtMultimedia] No package 'libpostproc' found
-- [QtMultimedia] Checking for module 'libswresample'
-- [QtMultimedia] No package 'libswresample' found
-- [QtMultimedia] Could NOT find FFmpeg (missing: FFMPEG_LIBRARIES FFMPEG_INCLUDE_DIRS AVCODEC_LIBRARIES AVCODEC_INCLUDE_DIRS AVFORMAT_LIBRARIES AVFORMAT_INCLUDE_DIRS AVUTIL_LIBRARIES AVUTIL_INCLUDE_DIRS AVDEVICE_LIBRARIES AVDEVICE_INCLUDE_DIRS SWRESAMPLE_LIBRARIES SWRESAMPLE_INCLUDE_DIRS SWSCALE_LIBRARIES SWSCALE_INCLUDE_DIRS)
-- [QtMultimedia] Checking for module 'libva'
-- [QtMultimedia] No package 'libva' found
-- [QtMultimedia] Checking for module 'libva-drm'
-- [QtMultimedia] No package 'libva-drm' found
-- [QtMultimedia] Could NOT find VAAPI (missing: VAAPI_VA_FOUND VAAPI_DRM_FOUND VA DRM)
-- [QtMultimedia] Performing Test evr.h
-- [QtMultimedia] Performing Test evr.h - Failed
-- [QtMultimedia] Performing Test Vivante GPU
-- [QtMultimedia] Performing Test Vivante GPU - Failed
-- [QtMultimedia] Performing Test Video for Linux
-- [QtMultimedia] Performing Test Video for Linux - Success
-- [QtMultimedia] Performing Test wmsdk.h
-- [QtMultimedia] Performing Test wmsdk.h - Failed
-- [QtMultimedia] Performing Test HAVE_linux_dmabuf
-- [QtMultimedia] Performing Test HAVE_linux_dmabuf - Success
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimedia
-- [QtMultimedia] Running syncqt.cpp for module: QtSpatialAudio
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimediaQuick
-- [QtMultimedia] Running syncqt.cpp for module: QtQuick3DSpatialAudio
-- [QtMultimedia] Running syncqt.cpp for module: QtMultimediaWidgets
-- Configuring submodule 'qt3d'
-- [Qt3D] CMAKE_BUILD_TYPE was set to: 'Release'
-- [Qt3D] Could NOT find WrapQt3DAssimp (missing: WrapQt3DAssimp_FOUND) (Required is at least version "5")
-- [Qt3D] Performing Test
-- [Qt3D] Performing Test - Failed
-- [Qt3D] Running syncqt.cpp for module: Qt3DCore
-- [Qt3D] Running syncqt.cpp for module: Qt3DLogic
-- [Qt3D] Running syncqt.cpp for module: Qt3DInput
-- [Qt3D] Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR)
-- [Qt3D] Running syncqt.cpp for module: Qt3DRender
-- [Qt3D] Running syncqt.cpp for module: Qt3DExtras
-- [Qt3D] Running syncqt.cpp for module: Qt3DAnimation
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuick
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickRender
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickScene2D
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickExtras
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickInput
-- [Qt3D] Running syncqt.cpp for module: Qt3DQuickAnimation
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/input/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
-- [Qt3D] Performing Test Autodesk FBX
-- [Qt3D] Performing Test Autodesk FBX - Failed
-- [Qt3D] Generated QtModulePlugins.cmake files for the following modules: 3DRender
-- Configuring submodule 'qt5compat'
-- [Qt5Compat] CMAKE_BUILD_TYPE was set to: 'Release'
-- [Qt5Compat] Performing Test HAVE_ICONV
-- [Qt5Compat] Performing Test HAVE_ICONV - Success
-- [Qt5Compat] Running syncqt.cpp for module: QtCore5Compat
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring submodule 'qtactiveqt'
Condition "WIN32" is not met, enabling documentation build only.
-- [QtActiveQt] CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtcharts'
-- [QtCharts] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtCharts] Running syncqt.cpp for module: QtCharts
-- [QtCharts] Running syncqt.cpp for module: QtChartsQml
-- Configuring submodule 'qtcoap'
-- [QtCoap] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtCoap] Running syncqt.cpp for module: QtCoap
-- Configuring submodule 'qtconnectivity'
-- [QtConnectivity] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtConnectivity] Checking for module 'bluez'
-- [QtConnectivity] No package 'bluez' found
-- [QtConnectivity] Performing Test BlueZ
-- [QtConnectivity] Performing Test BlueZ - Failed
-- [QtConnectivity] Performing Test BlueZ Low Energy
-- [QtConnectivity] Performing Test BlueZ Low Energy - Failed
-- [QtConnectivity] Performing Test Linux Crypto API
-- [QtConnectivity] Performing Test Linux Crypto API - Success
-- [QtConnectivity] Performing Test WinRT Bluetooth API
-- [QtConnectivity] Performing Test WinRT Bluetooth API - Failed
-- [QtConnectivity] Running syncqt.cpp for module: QtBluetooth
-- [QtConnectivity] Checking for module 'libpcsclite'
-- [QtConnectivity] No package 'libpcsclite' found
-- [QtConnectivity] Running syncqt.cpp for module: QtNfc
-- Configuring submodule 'qtdatavis3d'
-- [QtDataVisualization] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualization
-- [QtDataVisualization] Running syncqt.cpp for module: QtDataVisualizationQml
-- Configuring submodule 'qtwebsockets'
-- [QtWebSockets] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebSockets] Running syncqt.cpp for module: QtWebSockets
CMake Warning (dev) at build/gcc-release/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring submodule 'qthttpserver'
-- [QtHttpServer] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtHttpServer] Running syncqt.cpp for module: QtHttpServer
-- Configuring submodule 'qttools'
-- [QtTools] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtTools] Performing Test HAVE_FFI_CALL
-- [QtTools] Performing Test HAVE_FFI_CALL - Success
-- [QtTools] Found FFI: /usr/lib/x86_64-linux-gnu/libffi.so
-- [QtTools] Performing Test Terminfo_LINKABLE
-- [QtTools] Performing Test Terminfo_LINKABLE - Success
-- [QtTools] Found Terminfo: /usr/lib/x86_64-linux-gnu/libtinfo.so
-- [QtTools] Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- [QtTools] Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.13")
-- [QtTools] Found WrapLibClang: TRUE (found suitable version "14.0.0", minimum required is "8")
-- [QtTools] Running syncqt.cpp for module: QtUiPlugin
-- [QtTools] Running syncqt.cpp for module: QtUiTools
-- [QtTools] Running syncqt.cpp for module: QtTools
-- [QtTools] Tool 'Qt6::lconvert' will be built from source.
-- [QtTools] Tool 'Qt6::lprodump' will be built from source.
-- [QtTools] Tool 'Qt6::lrelease' will be built from source.
-- [QtTools] Tool 'Qt6::lrelease-pro' will be built from source.
-- [QtTools] Tool 'Qt6::lupdate' will be built from source.
-- [QtTools] Tool 'Qt6::lupdate-pro' will be built from source.
-- [QtTools] Could NOT find WrapZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIRS) (Required is at least version "1.3")
-- [QtTools] Running syncqt.cpp for module: QtDesigner
-- [QtTools] Running syncqt.cpp for module: QtDesignerComponents
-- [QtTools] Running syncqt.cpp for module: QtHelp
-- [QtTools] Tool 'Qt6::qhelpgenerator' will be built from source.
-- [QtTools] Tool 'Qt6::qtattributionsscanner' will be built from source.
-- [QtTools] Running syncqt.cpp for module: QtQDocCatch
-- [QtTools] Running syncqt.cpp for module: QtQDocCatchConversionsPrivate
-- [QtTools] Running syncqt.cpp for module: QtQDocCatchGeneratorsPrivate
-- [QtTools] Tool 'Qt6::qdoc' will be built from source.
-- [QtTools] Generated QtModulePlugins.cmake files for the following modules: Designer
-- Configuring submodule 'qtserialport'
-- [QtSerialPort] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSerialPort] Checking for module 'libudev'
-- [QtSerialPort] No package 'libudev' found
-- [QtSerialPort] Performing Test HAVE_ntddmodm
-- [QtSerialPort] Performing Test HAVE_ntddmodm - Failed
-- [QtSerialPort] Running syncqt.cpp for module: QtSerialPort
-- Configuring submodule 'qtpositioning'
-- [QtPositioning] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtPositioning] Checking for module 'gypsy'
-- [QtPositioning] No package 'gypsy' found
-- [QtPositioning] Checking for module 'gconf-2.0'
-- [QtPositioning] No package 'gconf-2.0' found
-- [QtPositioning] Performing Test WinRT geolocation
-- [QtPositioning] Performing Test WinRT geolocation - Failed
-- [QtPositioning] Running syncqt.cpp for module: QtPositioning
-- [QtPositioning] Running syncqt.cpp for module: QtPositioningQuick
-- [QtPositioning] Generated QtModulePlugins.cmake files for the following modules: Positioning
-- Configuring submodule 'qtwebchannel'
-- [QtWebChannel] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebChannel] Running syncqt.cpp for module: QtWebChannel
-- [QtWebChannel] Running syncqt.cpp for module: QtWebChannelQuick
-- Configuring submodule 'qtwebengine'
-- [QtWebEngine] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebEngine] Found Ninja: /usr/bin/ninja (found suitable version "1.10.1", minimum required is "1.7.2")
-- [QtWebEngine] Could NOT find Gn (missing: Gn_EXECUTABLE) (Required is exact version "6.6.0")
-- [QtWebEngine] Found GPerf: /usr/bin/gperf
-- [QtWebEngine] Found BISON: /usr/bin/bison (found version "3.8.2")
-- [QtWebEngine] Found FLEX: /usr/bin/flex (found version "2.6.4")
-- [QtWebEngine] Found Perl: /usr/bin/perl (found version "5.34.0")
-- [QtWebEngine] Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- [QtWebEngine] Checking for module 'snappy'
-- [QtWebEngine] No package 'snappy' found
-- [QtWebEngine] Could NOT find Snappy (missing: SNAPPY_LIBRARY SNAPPY_INCLUDE_DIR)
-- [QtWebEngine] Found Nodejs: /usr/bin/node (found suitable version "20.10.0", minimum required is "14.0")
-- [QtWebEngine] Checking for module 'dbus-1'
-- [QtWebEngine] No package 'dbus-1' found
-- [QtWebEngine] Checking for module 'fontconfig'
-- [QtWebEngine] No package 'fontconfig' found
-- [QtWebEngine] Checking for module 'libdrm'
-- [QtWebEngine] No package 'libdrm' found
-- [QtWebEngine] Checking for module 'xcomposite'
-- [QtWebEngine] No package 'xcomposite' found
-- [QtWebEngine] Checking for module 'xcursor'
-- [QtWebEngine] No package 'xcursor' found
-- [QtWebEngine] Checking for module 'xi'
-- [QtWebEngine] No package 'xi' found
-- [QtWebEngine] Checking for module 'xrandr'
-- [QtWebEngine] No package 'xrandr' found
-- [QtWebEngine] Checking for module 'xshmfence'
-- [QtWebEngine] No package 'xshmfence' found
-- [QtWebEngine] Checking for module 'xtst'
-- [QtWebEngine] No package 'xtst' found
-- [QtWebEngine] Checking for module 'nss>=3.26'
-- [QtWebEngine] No package 'nss' found
-- [QtWebEngine] Checking for module 'x11'
-- [QtWebEngine] Found x11, version 1.7.5
-- [QtWebEngine] Checking for module 'glproto'
-- [QtWebEngine] Found glproto, version 1.4.17
-- [QtWebEngine] Checking for module 'glib-2.0>=2.32.0'
-- [QtWebEngine] No package 'glib-2.0' found
-- [QtWebEngine] Checking for modules 'harfbuzz>=4.3.0;harfbuzz-subset>=4.3.0'
-- [QtWebEngine] No package 'harfbuzz' found
-- [QtWebEngine] No package 'harfbuzz-subset' found
-- [QtWebEngine] Checking for module 'libjpeg'
-- [QtWebEngine] No package 'libjpeg' found
-- [QtWebEngine] Checking for module 'libevent'
-- [QtWebEngine] No package 'libevent' found
-- [QtWebEngine] Checking for module 'minizip'
-- [QtWebEngine] No package 'minizip' found
-- [QtWebEngine] Checking for module 'libpng>=1.6.0'
-- [QtWebEngine] No package 'libpng' found
-- [QtWebEngine] Checking for module 'libtiff-4>=4.2.0'
-- [QtWebEngine] No package 'libtiff-4' found
-- [QtWebEngine] Checking for module 'zlib'
-- [QtWebEngine] Found zlib, version 1.2.11
-- [QtWebEngine] Checking for module 're2'
-- [QtWebEngine] No package 're2' found
-- [QtWebEngine] Checking for modules 'icu-uc>=70;icu-i18n>=70'
-- [QtWebEngine] Found icu-uc, version 70.1
-- [QtWebEngine] Found icu-i18n, version 70.1
-- [QtWebEngine] Checking for modules 'libwebp;libwebpmux;libwebpdemux'
-- [QtWebEngine] No package 'libwebp' found
-- [QtWebEngine] No package 'libwebpmux' found
-- [QtWebEngine] No package 'libwebpdemux' found
-- [QtWebEngine] Checking for module 'lcms2'
-- [QtWebEngine] No package 'lcms2' found
-- [QtWebEngine] Checking for module 'freetype2'
-- [QtWebEngine] No package 'freetype2' found
-- [QtWebEngine] Checking for modules 'libxml-2.0;libxslt'
-- [QtWebEngine] No package 'libxslt' found
-- [QtWebEngine] Checking for modules 'libavcodec;libavformat;libavutil'
-- [QtWebEngine] No package 'libavcodec' found
-- [QtWebEngine] No package 'libavformat' found
-- [QtWebEngine] No package 'libavutil' found
-- [QtWebEngine] Checking for module 'opus>=1.3.1'
-- [QtWebEngine] No package 'opus' found
-- [QtWebEngine] Checking for module 'vpx>=1.10.0'
-- [QtWebEngine] No package 'vpx' found
-- [QtWebEngine] Checking for module 'libpci'
-- [QtWebEngine] No package 'libpci' found
-- [QtWebEngine] Checking for module 'libopenjp2'
-- [QtWebEngine] No package 'libopenjp2' found
[QtWebEngine] -- Checking 'ulimit -n'
[QtWebEngine] -- Open files limit 1024
[QtWebEngine] -- Creating linker launcher
-- [QtWebEngine] Performing Test re2 - Failed because PkgConfig::RE2 not found
-- [QtWebEngine] Performing Test vpx - Failed because PkgConfig::VPX not found
-- [QtWebEngine] Performing Test snappy - Failed because Snappy::Snappy not found
-- [QtWebEngine] Performing Test compatible libxml2 and libxslt - Failed because PkgConfig::LIBXML2 not found
-- [QtWebEngine] Performing Test compatible libjpeg - Failed because PkgConfig::JPEG not found
-- [QtWebEngine] Performing Test freetype >= 2.4.2 - Failed because PkgConfig::FREETYPE not found
-- [QtWebEngine] Performing Test HAVE_khr
-- [QtWebEngine] Performing Test HAVE_khr - Success
-- [QtWebEngine] Performing Test HAVE_winversion
-- [QtWebEngine] Performing Test HAVE_winversion - Failed
-- [QtWebEngine] Performing Test libavformat - Failed because PkgConfig::FFMPEG not found
[QtWebEngine] -- Support check for QtWebEngine failed: Build requires fontconfig.
-- [QtWebEngine] Found Nodejs: /usr/bin/node (found suitable version "20.10.0", minimum required is "14.19")
-- [QtWebEngine] Found PkgConfigHost: /usr/bin/pkg-config
-- [QtWebEngine] Running syncqt.cpp for module: QtPdf
-- [QtWebEngine] Running syncqt.cpp for module: QtPdfWidgets
-- [QtWebEngine] Running syncqt.cpp for module: QtPdfQuick
-- Configuring submodule 'qtdoc'
-- [QtDoc] CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtgraphs'
-- [QtGraphs] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtGraphs] Running syncqt.cpp for module: QtGraphs
-- Configuring submodule 'qtgrpc'
-- [QtGrpc] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
-- [QtGrpc] Performing Test - Failed because WrapProtobuf::WrapLibProtobuf not found
-- [QtGrpc] Performing Test - Failed because WrapProtobuf::WrapLibProtoc not found
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR)
-- [QtGrpc] Running syncqt.cpp for module: QtProtobuf
-- [QtGrpc] Running syncqt.cpp for module: QtGrpc
-- Configuring submodule 'qtlocation'
-- [QtLocation] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLocation] Running syncqt.cpp for module: QtLocation
-- [QtLocation] Generated QtModulePlugins.cmake files for the following modules: Location
-- Configuring submodule 'qtlottie'
-- [QtLottie] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtLottie] Running syncqt.cpp for module: QtBodymovin
-- Configuring submodule 'qtmqtt'
-- [QtMqtt] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtMqtt] Running syncqt.cpp for module: QtMqtt
-- Configuring submodule 'qtnetworkauth'
-- [QtNetworkAuth] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtNetworkAuth] Running syncqt.cpp for module: QtNetworkAuth
-- Configuring submodule 'qtopcua'
-- [QtOpcUa] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtOpcUa] Performing Test HAVE_uacpp
-- [QtOpcUa] Performing Test HAVE_uacpp - Failed
-- [QtOpcUa] Running syncqt.cpp for module: QtOpcUa
-- [QtOpcUa] Running syncqt.cpp for module: QtDeclarativeOpcua
-- [QtOpcUa] Generated QtModulePlugins.cmake files for the following modules: OpcUa
-- Configuring submodule 'qtquick3dphysics'
-- [QtQuick3DPhysics] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysics
-- [QtQuick3DPhysics] Running syncqt.cpp for module: QtQuick3DPhysicsHelpers
-- Configuring submodule 'qtquickeffectmaker'
-- [QQEffectMaker] CMAKE_BUILD_TYPE was set to: 'Release'
Nodes path: /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase/./qml/QtQuickEffectMaker/defaultnodes
-- Configuring submodule 'qtremoteobjects'
-- [QtRemoteObjects] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRepParser
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRemoteObjects
-- [QtRemoteObjects] Running syncqt.cpp for module: QtRemoteObjectsQml
-- [QtRemoteObjects] Tool 'Qt6::repc' will be built from source.
-- Configuring submodule 'qtscxml'
-- [QtScxml] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtScxml] Running syncqt.cpp for module: QtScxml
-- [QtScxml] Running syncqt.cpp for module: QtStateMachine
-- [QtScxml] Running syncqt.cpp for module: QtStateMachineQml
-- [QtScxml] Running syncqt.cpp for module: QtScxmlQml
-- [QtScxml] Tool 'Qt6::qscxmlc' will be built from source.
-- [QtScxml] Generated QtModulePlugins.cmake files for the following modules: Scxml
-- Configuring submodule 'qtsensors'
-- [QtSensors] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSensors] Checking for module 'sensord-qt5'
-- [QtSensors] No package 'sensord-qt5' found
-- [QtSensors] Running syncqt.cpp for module: QtSensors
-- [QtSensors] Running syncqt.cpp for module: QtSensorsQuick
-- [QtSensors] Generated QtModulePlugins.cmake files for the following modules: Sensors
-- Configuring submodule 'qtserialbus'
-- [QtSerialBus] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSerialBus] Performing Test Socket CAN
-- [QtSerialBus] Performing Test Socket CAN - Success
-- [QtSerialBus] Performing Test Socket CAN FD
-- [QtSerialBus] Performing Test Socket CAN FD - Success
-- [QtSerialBus] Running syncqt.cpp for module: QtSerialBus
-- [QtSerialBus] Generated QtModulePlugins.cmake files for the following modules: SerialBus
-- Configuring submodule 'qtspeech'
-- [QtSpeech] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtSpeech] Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- [QtSpeech] Checking for module 'speech-dispatcher'
-- [QtSpeech] No package 'speech-dispatcher' found
-- [QtSpeech] Running syncqt.cpp for module: QtTextToSpeech
-- [QtSpeech] Generated QtModulePlugins.cmake files for the following modules: TextToSpeech
-- Configuring submodule 'qttranslations'
-- CMAKE_BUILD_TYPE was set to: 'Release'
-- Configuring submodule 'qtvirtualkeyboard'
-- [QtVirtualKeyboard] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtVirtualKeyboard] Checking for module 'hunspell'
-- [QtVirtualKeyboard] No package 'hunspell' found
-- [QtVirtualKeyboard] Could NOT find CerenceHwrAlphabetic (missing: CERENCE_HWR_ALPHABETIC_INCLUDE_DIRS)
-- [QtVirtualKeyboard] Could NOT find CerenceHwrCjk (missing: CERENCE_HWR_CJK_INCLUDE_DIRS)
-- [QtVirtualKeyboard] Could NOT find CerenceXt9 (missing: CERENCE_XT9_INCLUDE_DIRS)
-- [QtVirtualKeyboard] Could NOT find MyScript (missing: MyScript_ROOT_DIR MyScript_VOIM_INCLUDE_DIR MyScript_VOIM_BINARY MyScript_Ink_BINARY MyScript_Prediction_BINARY MyScript_Text_BINARY MyScript_Engine_BINARY)
-- [QtVirtualKeyboard] Running syncqt.cpp for module: QtVirtualKeyboard
-- Configuring submodule 'qtwayland'
-- [QtWayland] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWayland] Could NOT find WaylandScanner (missing: WaylandScanner_EXECUTABLE)
-- [QtWayland] Could NOT find Wayland_Client (missing: Wayland_Client_LIBRARY Wayland_Client_INCLUDE_DIR) (found version "")
-- [QtWayland] Could NOT find Wayland_Server (missing: Wayland_Server_LIBRARY Wayland_Server_INCLUDE_DIR) (found version "")
-- [QtWayland] Could NOT find Wayland_Cursor (missing: Wayland_Cursor_LIBRARY Wayland_Cursor_INCLUDE_DIR) (found version "")
-- [QtWayland] Could NOT find Wayland_Egl (missing: Wayland_Egl_LIBRARY Wayland_Egl_INCLUDE_DIR Wayland_Client_FOUND) (found version "")
-- [QtWayland] Could NOT find Wayland (missing: Wayland_LIBRARIES) (Required is at least version "1.15")
CMake Warning at qtwayland/src/CMakeLists.txt:24 (message):
QtWayland is missing required dependencies, nothing will be built.
Although this could be considered an error, the configuration will still
pass as coin (Qt's continuous integration system) will fail the build if
configure fails, but will still try to configure the module on targets that
are missing dependencies.
-- Configuring submodule 'qtwebview'
-- Could NOT find Qt6WebEngineCore (missing: Qt6WebEngineCore_DIR)
CMake Warning at build/gcc-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:213 (message):
Failed to find optional Qt component "WebEngineCore".
Expected Config file at
"/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase/lib/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtwebview/CMakeLists.txt:15 (find_package)
-- Could NOT find Qt6WebEngineQuick (missing: Qt6WebEngineQuick_DIR)
CMake Warning at build/gcc-release/qtbase/lib/cmake/Qt6/Qt6Config.cmake:213 (message):
Failed to find optional Qt component "WebEngineQuick".
Expected Config file at
"/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase/lib/cmake/Qt6WebEngineQuick/Qt6WebEngineQuickConfig.cmake"
does NOT exist
Call Stack (most recent call first):
qtwebview/CMakeLists.txt:15 (find_package)
-- [QtWebView] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtWebView] Running syncqt.cpp for module: QtWebView
-- [QtWebView] Running syncqt.cpp for module: QtWebViewQuick
-- The following packages have been found:
* QtBuildInternals
* WrapSystemZLIB (required version >= 1.0.8)
* OpenSSL
* WrapOpenSSLHeaders
* Backtrace
* OpenGL
* WrapPCRE2
* WrapZLIB
* WrapBacktrace
* ICU (required version >= 50.1)
* WrapRt
* WrapResolv
* WrapHarfbuzz
* WrapPNG
* GLESv2
* X11
* WrapFreetype
* WrapJpeg
* Qt6LanguageServerPrivate (required version >= 6.6.0)
* Python
* Qt6PacketProtocolPrivate (required version >= 6.6.0)
* Qt6QuickTimeline (required version >= 6.6.0)
* EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
* WrapIconv
* FFI
* Terminfo
* ZLIB
* LibXml2
* LLVM
* Clang
* WrapLibClang (required version >= 8)
* Qt6WebChannel (required version >= 6.6.0)
* Qt6WebChannelQuick (required version >= 6.6.0)
* Qt6Designer (required version >= 6.6.0)
* Qt6JpegPrivate (required version >= 6.6.0)
* Qt6PngPrivate (required version >= 6.6.0)
* Qt6HarfbuzzPrivate (required version >= 6.6.0)
* Qt6FreetypePrivate (required version >= 6.6.0)
* GPerf, Perfect hash function generator, <https://www.gnu.org/software/gperf/>
* BISON
* FLEX
* Perl
* Ninja (required version >= 1.7.2), Build tool, <https://ninja-build.org/>
* Nodejs (required version >= 14.19), JavaScript runtime environment that runs on the V8 engine, <https://nodejs.org/>
* PkgConfigHost
* Qt6PrintSupport (required version >= 6.6.0)
* Qt6Sql (required version >= 6.6.0)
* Qt6QmlXmlListModel (required version >= 6.6.0)
* Qt6QuickWidgets (required version >= 6.6.0)
* Qt6Positioning (required version >= 6.6.0)
* Qt6PositioningQuick (required version >= 6.6.0)
* Qt6QuickShapesPrivate (required version >= 6.6.0)
* Qt6WebSockets (required version >= 6.6.0)
* WrapOpenSSL (required version >= 1.1)
* Qt6Quick3DTools (required version >= 6.6.0)
* Qt6Concurrent (required version >= 6.6.0)
* Qt6Quick3DRuntimeRender (required version >= 6.6.0)
* Qt6Quick3D (required version >= 6.6.0)
* Qt6ShaderToolsTools (required version >= 6.6.0)
* Qt6ShaderTools (required version >= 6.6.0)
* Qt6Quick3DGlslParserPrivate (required version >= 6.6.0)
- Enables Syntax Highlighting
* Qt6Bluetooth (required version >= 6.6.0)
* Qt6OpenGLWidgets (required version >= 6.6.0)
* Qt6Xml (required version >= 6.6.0)
* Qt6SerialPort (required version >= 6.6.0)
* Qt6Multimedia (required version >= 6.6.0)
* Qt6WidgetsTools (required version >= 6.6.0)
* Qt6Widgets (required version >= 6.6.0)
* Qt6LinguistTools (required version >= 6.6.0)
* Qt6Linguist (required version >= 6.6.0)
* Qt6Svg (required version >= 6.6.0)
* Qt6Test (required version >= 6.6.0)
* Qt6QuickTest (required version >= 6.6.0)
* Qt6QuickControls2 (required version >= 6.6.0)
* PkgConfig
* Qt6BuildInternals (required version >= 6.6.0)
* WrapAtomic
* Qt6CoreTools (required version >= 6.6.0)
* Qt6Core (required version >= 6.6.0)
* Threads
* WrapOpenGL
* Qt6GuiTools (required version >= 6.6.0)
* Qt6DBusTools (required version >= 6.6.0)
* Qt6DBus (required version >= 6.6.0)
* Qt6Gui (required version >= 6.6.0)
* Qt6QmlTools (required version >= 6.6.0)
* Qt6Network (required version >= 6.6.0)
* Qt6Qml (required version >= 6.6.0)
* Qt6OpenGL (required version >= 6.6.0)
* Qt6Quick (required version >= 6.6.0)
* Qt6 (required version >= 6.6.0)
-- The following OPTIONAL packages have not been found:
* DBus1 (required version >= 1.2)
* WrapDBus1 (required version >= 1.2)
* double-conversion
* WrapSystemDoubleConversion, double-conversion library, <https://github.com/google/double-conversion>
* Libsystemd
* Libb2
* PCRE2 (required version >= 10.20)
* WrapSystemPCRE2 (required version >= 10.20)
* Slog2
* unofficial-brotli
* WrapBrotli
* Libproxy
* GSSAPI, Generic Security Services Application Program Interface
* ATSPI2
* DirectFB
* Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
* Freetype (required version >= 2.2.0)
* WrapSystemFreetype (required version >= 2.2.0)
* Fontconfig
* gbm, Mesa gbm library., <http://www.mesa3d.org>
* harfbuzz (required version >= 2.6.0)
* WrapSystemHarfbuzz (required version >= 2.6.0)
* WrapSystemJpeg
* md4c
* WrapSystemMd4c
* PNG
* WrapSystemPNG
* WrapVulkanHeaders
* X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
* XCB (required version >= 1.12), X protocol C-language Binding, <https://xcb.freedesktop.org/>
* XKB_COMMON_X11 (required version >= 0.5.0)
* XRender (required version >= 0.6)
* GTK3 (required version >= 3.6)
* Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/>
* XKB, XKB API common to servers and clients., <http://xkbcommon.org>
* Tslib
* Mtdev
* Cups
* DB2, IBM DB2 client library, <https://www.ibm.com>
* MySQL, MySQL client library, <https://www.mysql.com>
* PostgreSQL
* Oracle, Oracle client library, <https://www.oracle.com>
* ODBC
* SQLite3
* Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase>
* Mimer
* JPEG
* Jasper
* WrapJasper
* TIFF
* WebP
* WrapWebP
* Libmng
* LTTngUST
* WrapQuick3DAssimp (required version >= 5.1.6)
* AVFoundation
* GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
* GObject
* GStreamer
* MMRendererCore
* MMRenderer
* PulseAudio
* WrapPulseAudio
* WMF
* FFmpeg
* VAAPI
* Qt6Gamepad (required version >= 6.6.0)
* assimp (required version >= 5)
* WrapQt3DAssimp (required version >= 5)
* Vulkan
* BlueZ
* PCSCLITE
* zstd
* WrapZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
* litehtml
* Libudev
* Gypsy
* Gconf
* Gn (required version == 6.6.0), Meta-build system, <https://gn.googlesource.com/gn/>
* Snappy
* Qt6Quick3DPhysics (required version >= 6.6.0)
* WrapProtobuf
* Protobuf
* WrapProtoc
* gRPC
* WrapgRPC
* Uacpp, The Unified Automation C++ OPC UA SDK, <https://www.unified-automation.com/products/server-sdk/c-ua-server-sdk.html>
* Sensorfw
* Flite
* ALSA
* SpeechDispatcher
* Hunspell
* CerenceHwrAlphabetic
* CerenceHwrCjk
* CerenceXt9
* MyScript
* WaylandScanner, Executable that converts XML protocol files to C code, <https://wayland.freedesktop.org/>
* Wayland (required version >= 1.15), C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients, <http://wayland.freedesktop.org>
* Qt6QmlCompilerPlusPrivate
* Qt6WebEngineCore (required version >= 6.6.0)
* Qt6WebEngineQuick (required version >= 6.6.0)
-- Configuration summary shown below. It has also been written to /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/config.summary
-- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
-- Configure summary:
Building for: linux-g++ (x86_64, CPU features: )
Compiler: gcc 11.4.0
Build options:
Mode ................................... release
Optimize release build for size ........ no
Fully optimize release builds (-O3) .... no
Building shared libraries .............. yes
Using ccache ........................... no
Unity Build ............................ no
Using new DTAGS ........................ yes
Relocatable ............................ yes
Using precompiled headers .............. yes
Using Link Time Optimization (LTCG) .... no
Using Intel CET ........................ yes
Target compiler supports:
x86 Intrinsics ....................... Basic VAES AVX512VBMI2
Sanitizers:
Addresses ............................ no
Threads .............................. no
Memory ............................... no
Fuzzer (instrumentation only) ........ no
Undefined ............................ no
Build parts ............................ libs tools
Install examples sources ............... no
Qt modules and options:
Qt Concurrent .......................... yes
Qt D-Bus ............................... yes
Qt D-Bus directly linked to libdbus .... no
Qt Gui ................................. yes
Qt Network ............................. yes
Qt PrintSupport ........................ yes
Qt Sql ................................. yes
Qt Testlib ............................. yes
Qt Widgets ............................. yes
Qt Xml ................................. yes
Support enabled for:
Using pkg-config ....................... yes
Using vcpkg ............................ no
udev ................................... no
OpenSSL ................................ yes
Qt directly linked to OpenSSL ........ no
OpenSSL 1.1 ............................ no
OpenSSL 3.0 ............................ yes
Using system zlib ...................... no
Zstandard support ...................... no
Thread support ......................... yes
Common build options:
Linker can resolve circular dependencies yes
Qt Core:
backtrace .............................. yes
DoubleConversion ....................... yes
Using system DoubleConversion ........ no
CLONE_PIDFD support in forkfd .......... yes
GLib ................................... no
ICU .................................... yes
Using system libb2 ..................... no
Built-in copy of the MIME database ..... yes
Application permissions ................ yes
Defaulting legacy IPC to POSIX ......... no
Tracing backend ........................ <none>
OpenSSL based cryptographic hash ....... no
Logging backends:
journald ............................. no
syslog ............................... no
slog2 ................................ no
PCRE2 .................................. yes
Using system PCRE2 ................... no
Qt Sql:
SQL item models ........................ yes
Qt Network:
getifaddrs() ........................... yes
IPv6 ifname ............................ yes
libproxy ............................... no
Linux AF_NETLINK ....................... yes
DTLS ................................... yes
OCSP-stapling .......................... yes
SCTP ................................... no
Use system proxies ..................... yes
GSSAPI ................................. no
Brotli Decompression Support ........... no
qIsEffectiveTLD() ...................... yes
Built-in publicsuffix database ....... yes
System publicsuffix database ......... yes
Core tools:
Android deployment tool ................ yes
macOS deployment tool .................. no
Windows deployment tool ................ no
qmake .................................. yes
Qt Gui:
Accessibility .......................... yes
FreeType ............................... yes
Using system FreeType ................ no
HarfBuzz ............................... yes
Using system HarfBuzz ................ no
Fontconfig ............................. no
Image formats:
GIF .................................. yes
ICO .................................. yes
JPEG ................................. yes
Using system libjpeg ............... no
PNG .................................. yes
Using system libpng ................ no
Text formats:
HtmlParser ........................... yes
CssParser ............................ yes
OdfWriter ............................ yes
MarkdownReader ....................... yes
Using system libmd4c ............... no
MarkdownWriter ....................... yes
EGL .................................... yes
OpenVG ................................. no
OpenGL:
Desktop OpenGL ....................... yes
OpenGL ES 2.0 ........................ no
OpenGL ES 3.0 ........................ no
OpenGL ES 3.1 ........................ no
OpenGL ES 3.2 ........................ no
Vulkan ................................. no
Session Management ..................... yes
Features used by QPA backends:
evdev .................................. yes
libinput ............................... no
HiRes wheel support in libinput ........ no
INTEGRITY HID .......................... no
mtdev .................................. no
tslib .................................. no
xkbcommon .............................. no
X11 specific:
XLib ................................. yes
XCB Xlib ............................. no
EGL on X11 ........................... yes
xkbcommon-x11 ........................ no
xcb-sm ............................... no
QPA backends:
DirectFB ............................... no
EGLFS .................................. yes
EGLFS details:
EGLFS OpenWFD ........................ no
EGLFS i.Mx6 .......................... no
EGLFS i.Mx6 Wayland .................. no
EGLFS RCAR ........................... no
EGLFS EGLDevice ...................... no
EGLFS GBM ............................ no
EGLFS VSP2 ........................... no
EGLFS Mali ........................... no
EGLFS Raspberry Pi ................... no
EGLFS X11 ............................ no
LinuxFB ................................ yes
VNC .................................... yes
VK_KHR_display ......................... no
QNX:
lgmon ................................ no
IMF .................................. no
XCB:
Using system-provided xcb-xinput ..... no
GL integrations:
GLX Plugin ......................... no
XCB GLX .......................... no
EGL-X11 Plugin ..................... no
Windows:
Direct 2D ............................ no
Direct 2D 1.1 ........................ no
DirectWrite .......................... no
DirectWrite 3 ........................ no
Qt Widgets:
GTK+ ................................... no
Styles ................................. Fusion Windows
Qt Testlib:
Tester for item models ................. yes
Batch tests ............................ no
Qt PrintSupport:
CUPS ................................... no
Qt Sql Drivers:
DB2 (IBM) .............................. no
InterBase .............................. no
MySql .................................. no
OCI (Oracle) ........................... no
ODBC ................................... no
PostgreSQL ............................. no
SQLite ................................. yes
Using system provided SQLite ......... no
Mimer .................................. no
Further Image Formats:
JasPer ................................. no
MNG .................................... no
TIFF ................................... yes
Using system libtiff ................. no
WEBP ................................... yes
Using system libwebp ................. no
Qt QML:
QML network support .................... yes
QML debugging and profiling support .... yes
QML just-in-time compiler .............. yes
QML XML http request ................... yes
QML Locale ............................. yes
Qt QML Models:
QML list model ......................... yes
QML delegate model ..................... yes
Qt Quick:
AnimatedImage item ..................... yes
Canvas item ............................ yes
Support for Qt Quick Designer .......... yes
Flipable item .......................... yes
GridView item .......................... yes
ListView item .......................... yes
TableView item ......................... yes
TreeView item .......................... yes
Path support ........................... yes
PathView item .......................... yes
Positioner items ....................... yes
Repeater item .......................... yes
ShaderEffect item ...................... yes
Sprite item ............................ yes
Qt Quick Templates 2:
Hover support .......................... yes
Multi-touch support .................... yes
Calendar support ....................... yes
Qt Quick Controls 2:
Styles ................................. Basic Fusion Imagine iOS Material Universal macOS Windows
QtQuick3D:
Assimp ................................. yes
System Assimp .......................... no
Qt Multimedia:
Spatial Audio .......................... yes
Spatial Audio (Quick3D) ................ yes
Low level Audio Backend:
ALSA (experimental) .................. no
PulseAudio ........................... no
MMRenderer ........................... no
CoreAudio ............................ no
Windows Media SDK .................... no
Open SLES (Android) .................. no
Web Assembly ......................... no
Plugin:
GStreamer 1.0 ........................ no
FFmpeg ............................... no
MMRenderer ........................... no
AVFoundation ......................... no
Windows Media Foundation ............. no
Hardware acceleration and features:
Video for Linux ...................... yes
VAAPI support ........................ no
Linux DMA buffer support ............. yes
VideoToolbox ......................... no
Qt 3D:
Assimp ................................. yes
System Assimp .......................... no
Aspects:
Render aspect ........................ yes
Input aspect ......................... yes
Logic aspect ......................... yes
Animation aspect ..................... yes
Extras aspect ........................ yes
Qt 3D APIs:
Vulkan ................................. no
Qt 3D Renderers:
OpenGL Renderer ........................ yes
RHI Renderer ........................... yes
Qt3D Geometry Loaders:
Autodesk FBX ........................... no
Qt 5 Compatibility Libraries:
iconv .................................. no
Qt Charts Types:
Area Chart ............................. yes
Line Chart ............................. yes
Spline Chart ........................... yes
Scatter Chart .......................... yes
Bar Chart .............................. yes
Pie Chart .............................. yes
Boxplot Chart .......................... yes
Candlestick Chart ...................... yes
Qt Axis Types:
DateTime Axis .......................... yes
Qt Bluetooth:
BlueZ .................................. no
BlueZ Low Energy ....................... no
Linux Crypto API ....................... no
WinRT Bluetooth API .................... no
Qt Tools:
Qt Assistant ........................... yes
libclang found ......................... yes
Clang-based lupdate parser ............. yes
Qt Designer ............................ yes
Qt Distance Field Generator ............ yes
Qt Linguist ............................ yes
pixeltool .............................. yes
qdbus .................................. yes
QDoc ................................... yes
Qt Attributions Scanner ................ yes
qtdiag ................................. yes
qtplugininfo ........................... yes
Serial Port:
ntddmodm ............................... no
WebEngine Repository Build Options:
Build Ninja ............................ no
Build Gn ............................... yes
Jumbo Build ............................ yes
Developer build ........................ yes
Build QtWebEngine Modules:
Build QtWebEngineCore ................ no
Build QtWebEngineWidgets ............. no
Build QtWebEngineQuick ............... no
Build QtPdf Modules:
Build QtPdfWidgets ................... yes
Build QtPdfQuick ..................... yes
Optional system libraries:
re2 .................................. no
icu .................................. no
libwebp, libwebpmux and libwebpdemux . no
opus ................................. no
ffmpeg ............................... no
libvpx ............................... no
snappy ............................... no
glib ................................. no
zlib ................................. no
minizip .............................. no
libevent ............................. no
libxml2 and libxslt .................. no
lcms2 ................................ no
png .................................. no
tiff ................................. no
jpeg ................................. no
libopenjpeg2 ......................... no
harfbuzz ............................. no
freetype ............................. no
libpci ............................... no
Qt PDF:
Support V8 ............................. no
Support XFA ............................ no
Support XFA-BMP ........................ no
Support XFA-GIF ........................ no
Support XFA-PNG ........................ no
Support XFA-TIFF ....................... no
Bitcode support ........................ no
Use static runtime ..................... no
Qt Protobuf:
Qt Core types support .................. no
Qt Gui types support ................... no
Well-known types support ............... no
Qt Protobuf tools:
Qt Protobuf generator .................. no
Qt GRPC:
gRPC support ........................... yes
Native gRPC support .................... no
Qt GRPC tools:
Qt GRPC generator ...................... no
Qt Opcua:
Open62541 .............................. yes
Unified Automation C++ SDK ............. no
Support for namespace 0 NodeId names ... yes
Namespace 0 NodeIds generator .......... no
Open62541 security support ............. yes
Support for global discovery server .... yes
Qt Remote Objects:
High Availability Manager (ham) ........ no
Qt Scxml:
ECMAScript data model for QtScxml ...... yes
Qt Sensors:
sensorfw ............................... no
sensorfw_enabled_with_cmake ............ no
Qt SerialBus:
Socket CAN ............................. yes
Socket CAN FD .......................... yes
SerialPort Support ..................... yes
Qt TextToSpeech:
Flite .................................. no
Flite with ALSA ........................ no
Speech Dispatcher ...................... no
Qt Virtualkeyboard:
Desktop integration .................... yes
Built-in layouts ....................... yes
Key navigation ......................... no
Retro style as default ................. no
Sensitive Debug ........................ no
Cerence ................................ no
Static Linking ....................... no
Handwriting .......................... no
Alphabetic ......................... no
CJK ................................ no
XT9 .................................. no
XT9 Debug .......................... no
XT9 9-key layouts .................. no
Bundle resources ..................... no
Handwriting ........................ no
XT9 ................................ no
Hunspell ............................... no
Using Hunspell copy from 3rdparty/ ... no
OpenWnn ................................ yes
MyScript ............................... no
Example HWR ............................ no
Language support enabled for:
Arabic ............................... yes
Bulgarian ............................ yes
Czech ................................ yes
Danish ............................... yes
German ............................... yes
Greek ................................ yes
English GB ........................... yes
English US ........................... yes
Spanish .............................. yes
Spanish Mexico ....................... yes
Estonian ............................. yes
Farsi ................................ yes
Finnish .............................. yes
French Canada ........................ yes
French France ........................ yes
Hebrew ............................... yes
Hindi ................................ yes
Croatian ............................. yes
Hungarian ............................ yes
Indonesian ........................... yes
Italian .............................. yes
Japanese ............................. yes
Korean ............................... yes
Malay ................................ yes
Norwegian ............................ yes
Dutch ................................ yes
Polish ............................... yes
Portuguese Brazil .................... yes
Portuguese Portugal .................. yes
Romanian ............................. yes
Russian .............................. yes
Slovak ............................... yes
Slovenian ............................ yes
Albanian ............................. yes
Serbian .............................. yes
Swedish .............................. yes
Thai ................................. yes
Turkish .............................. yes
Ukrainian ............................ yes
Vietnamese ........................... yes
Simplified Chinese ................... yes
Traditional Chinese .................. yes
HongKong Chinese ..................... no
Traditional chinese input methods:
Zhuyin ............................... yes
Cangjie .............................. yes
Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
WARNING: No backend for low level audio found.
WARNING: QtWebEngine won't be built. Build requires fontconfig.
WARNING: SensorFW support currently not enabled with cmake
--
Qt is now configured for building. Just run 'cmake --build . --parallel'
Once everything is built, Qt is installed. You should NOT run 'cmake --install .'
Note that this build cannot be deployed to other machines or devices.
To configure and build other Qt modules, you can use the following convenience script:
/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase/bin/qt-configure-module
If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
-- Configuring done
-- Generating done
-- Build files have been written to: /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release
hwhsu1231 at vb-kubuntu:/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release$ cmake --build . --target docs
[42/2135] Performing configure step for 'gn'
-- The CXX compiler identification is GNU 11.4.0
-- The C compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter
-- Found Ninja: /usr/bin/ninja (found suitable version "1.10.1", minimum required is "1.7.2")
-- Configuring done
-- Generating done
-- Build files have been written to: /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/gn
[42/2135] Performing build step for 'gn'
[0/1] Generating gn
ninja: Entering directory `/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/gn/Release'
[196/196] LINK gn
[48/2135] Compiling syncqt
[1/1] Cleaning all built files...
Cleaning... 2 files.
[1/2] Building CXX object CMakeFiles/syncqt.dir/main.cpp.o
[2/2] Linking CXX executable /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtbase/libexec/syncqt
[996/2135] Performing install step for 'gn'
[0/2] Generating gn
ninja: Entering directory `/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/gn/Release'
ninja: no work to do.
[1/2] Install the project...
-- Install configuration: "Release"
-- Installing: /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/install/bin/gn
[1041/2135] Run gn for target Pdf in /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64
FAILED: qtwebengine/src/pdf/Release/x86_64/QtPdf_objects.rsp qtwebengine/src/pdf/Release/x86_64/QtPdf_archives.rsp qtwebengine/src/pdf/Release/x86_64/QtPdf_libs.rsp qtwebengine/src/pdf/Release/x86_64/QtPdf_ldir.rsp /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64/QtPdf_objects.rsp /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64/QtPdf_archives.rsp /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64/QtPdf_libs.rsp /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64/QtPdf_ldir.rsp
cd /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine && /usr/bin/cmake -DBUILD_DIR=/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64 -DSOURCE_DIR=/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/src/pdf -DMODULE=pdf -DQT_HOST_GN_PATH= -DPython3_EXECUTABLE=/usr/bin/python3 -DGN_THREADS= -P /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/cmake/Gn.cmake
-- Found Gn: /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/install/bin/gn (found suitable exact version "6.6.0.qtwebengine.qt.io")
-- Running gn in /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64
-- GN command:
/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/install/bin/gn gen /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64 --script-executable=/usr/bin/python3 --root=/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/src/3rdparty/chromium
-- GN arg file:
/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64/args.gn
-- GN args:
angle_enable_swiftshader=false
blink_symbol_level=0
chrome_pgo_phase=0
custom_toolchain="/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/target_toolchain:target"
dawn_use_swiftshader=false
dcheck_always_on=false
enable_ipc_fuzzer=false
enable_precompiled_headers=false
enable_remoting=false
enable_resource_allowlist_generation=false
enable_swiftshader=false
enable_swiftshader_vulkan=false
enable_vr=false
enable_web_speech=false
forbid_non_component_debug_builds=false
host_cpu="x64"
host_pkg_config="/usr/bin/pkg-config"
host_toolchain="/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/host_toolchain:host"
init_stack_vars=false
is_cfi=false
is_clang=false
is_component_build=false
is_debug=false
is_gcc=true
is_mingw=false
is_msvc=false
is_official_build=false
is_qtwebengine=true
is_shared=true
is_unsafe_developer_build=true
jumbo_build_excluded=["browser"]
jumbo_file_merge_limit=8
ozone_auto_platforms=false
pdf_enable_v8=false
pdf_enable_xfa=false
pdf_enable_xfa_bmp=false
pdf_enable_xfa_gif=false
pdf_enable_xfa_png=false
pdf_enable_xfa_tiff=false
pdfium_use_qt_libpng=false
pdfium_use_system_libpng=false
pdfium_use_system_libtiff=false
pdfium_use_system_zlib=false
pkg_config="/usr/bin/pkg-config"
qt_freetype_config="/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64:qt_freetype_config"
qt_harfbuzz_config="/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64:qt_harfbuzz_config"
qt_libjpeg_config="/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64:qt_libjpeg_config"
qt_libpng_config="/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64:qt_libpng_config"
qtwebengine_target="/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64:QtPdf"
strip_absolute_paths_from_debug_symbols=false
symbol_level=0
treat_warnings_as_errors=false
use_allocator_shim=false
use_custom_libcxx=false
use_dawn=false
use_gnome_keyring=false
use_gold=false
use_jumbo_build=true
use_lld=false
use_ml_inliner=false
use_partition_alloc=true
use_partition_alloc_as_malloc=false
use_qt_freetype=false
use_qt_harfbuzz=false
use_qt_libjpeg=false
use_sysroot=false
use_system_icu=false
use_system_libopenjpeg2=false
use_system_libpng=false
use_viz_debugger=false
v8_symbol_level=0
CMake Error at /media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/cmake/Gn.cmake:75 (message):
-- GN FAILED
ERROR at //printing/BUILD.gn:450:16: Script returned non-zero exit code.
libs = exec_script("cups_config_helper.py",
^----------
Current dir:
/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release/qtwebengine/src/pdf/Release/x86_64/
Command: /usr/bin/python3
/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/src/3rdparty/chromium/printing/cups_config_helper.py
--libs-for-gn
Returned 1.
stderr:
Traceback (most recent call last):
File "/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/src/3rdparty/chromium/printing/cups_config_helper.py", line 108, in <module>
sys.exit(main())
File "/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/src/3rdparty/chromium/printing/cups_config_helper.py", line 92, in main
flags = run_cups_config(cups_config, mode)
File "/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/qtwebengine/src/3rdparty/chromium/printing/cups_config_helper.py", line 35, in run_cups_config
cups = subprocess.Popen([cups_config, '--cflags', '--ldflags', '--libs'],
File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'cups-config'
See //BUILD.gn:288:15: which caused the file to be included.
deps += [ "//printing:printing_unittests" ]
^------------------------------
1
[1046/2135] Building C object qtbase/src/plugins/sqldrivers/sqlite/CMakeFiles/QSQLiteDriverPlugin.dir/__/__/__/3rdparty/sqlite/sqlite3.c.o
ninja: build stopped: subcommand failed.
hwhsu1231 at vb-kubuntu:/media/hwhsu1231/System/Test/qt-everywhere-src-6.6.0/build/gcc-release$
More information about the Development
mailing list