Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.3, 6.6.0
-
None
-
-
916277d66 (dev), 543843551 (6.6), 058697d43 (6.5)
Description
I'm crosscompiling qt with a 2-step build from native x86_64 to aarch64, with cmake options QT_HOST_PATH and QT_FORCE_BUILD_TOOLS=ON for the target architecture so native x86_64 tools versions are supposed to be used intead of target aarch64 tools.
But cmake wants to add properties to qhelpgenerator which doesnt exist in the target arch build:
CMake Error at qttools/src/assistant/qhelpgenerator/CMakeLists.txt:66 (add_dependencies): 2023-10-10T06:51:14.8621919Z Cannot add target-level dependencies to non-existent target 2023-10-10T06:51:14.8624514Z "qhelpgenerator".
full cmake output:
+ cmake -LAH -G Ninja -DCMAKE_AR=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-ar -DCMAKE_CXX_COMPILER_AR=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-gcc-ar -DCMAKE_C_COMPILER_AR=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-gcc-ar -DCMAKE_RANLIB=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-ranlib -DCMAKE_CXX_COMPILER_RANLIB=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-gcc-ranlib -DCMAKE_C_COMPILER_RANLIB=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-gcc-ranlib -DCMAKE_LINKER=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-ld -DCMAKE_STRIP=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-strip -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY '-DCMAKE_FIND_ROOT_PATH=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl;/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/aarch64-conda-linux-gnu/sysroot' -DCMAKE_INSTALL_PREFIX=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl -DCMAKE_INSTALL_LIBDIR=lib '-DCMAKE_PROGRAM_PATH=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin;/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/bin' -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DQT_HOST_PATH=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env -DQT_FORCE_BUILD_TOOLS=ON -DBUILD_WITH_PCH=OFF -DFEATURE_egl=ON -DFEATURE_eglfs=ON -DFEATURE_xcb=ON -DFEATURE_xcb_xlib=ON -DFEATURE_xkbcommon=ON -DFEATURE_vulkan=ON -DBUILD_WITH_PCH=OFF -DCMAKE_PREFIX_PATH=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_INSTALL_RPATH:STRING=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib -DCMAKE_UNITY_BUILD=ON -DCMAKE_UNITY_BUILD_BATCH_SIZE=32 -DINSTALL_BINDIR=lib/qt6/bin -DINSTALL_PUBLICBINDIR=bin -DINSTALL_LIBEXECDIR=lib/qt6 -DINSTALL_DOCDIR=share/doc/qt6 -DINSTALL_ARCHDATADIR=lib/qt6 -DINSTALL_DATADIR=share/qt6 -DINSTALL_INCLUDEDIR=include/qt6 -DINSTALL_MKSPECSDIR=lib/qt6/mkspecs -DINSTALL_EXAMPLESDIR=share/doc/qt6/examples -DFEATURE_system_sqlite=ON -DFEATURE_framework=OFF -DFEATURE_linux_v4l=OFF -DFEATURE_gssapi=OFF -DFEATURE_enable_new_dtags=OFF -DFEATURE_gstreamer_gl=OFF -DFEATURE_openssl_linked=ON -DFEATURE_quick3d_assimp=OFF '-DQT_BUILD_SUBMODULES=qtbase;qtdeclarative;qtimageformats;qtmultimedia;qtshadertools;qtsvg;qttools;qttranslations;qtwebchannel;qtwebsockets' .. 2023-10-10T06:49:58.1944557Z -- The CXX compiler identification is GNU 12.3.0 2023-10-10T06:49:58.3351741Z -- The C compiler identification is GNU 12.3.0 2023-10-10T06:49:58.3497325Z -- The ASM compiler identification is GNU 2023-10-10T06:49:58.3529848Z -- Found assembler: $BUILD_PREFIX/bin/aarch64-conda-linux-gnu-cc 2023-10-10T06:49:58.3782034Z -- Detecting CXX compiler ABI info 2023-10-10T06:49:58.4968958Z -- Detecting CXX compiler ABI info - done 2023-10-10T06:49:58.5188705Z -- Check for working CXX compiler: $BUILD_PREFIX/bin/aarch64-conda-linux-gnu-c++ - skipped 2023-10-10T06:49:58.5199159Z -- Detecting CXX compile features 2023-10-10T06:49:58.5212175Z -- Detecting CXX compile features - done 2023-10-10T06:49:58.5364415Z -- Detecting C compiler ABI info 2023-10-10T06:49:58.6145411Z -- Detecting C compiler ABI info - done 2023-10-10T06:49:58.6365075Z -- Check for working C compiler: $BUILD_PREFIX/bin/aarch64-conda-linux-gnu-cc - skipped 2023-10-10T06:49:58.6375208Z -- Detecting C compile features 2023-10-10T06:49:58.6387654Z -- Detecting C compile features - done 2023-10-10T06:49:58.6851493Z -- Checking dependencies of submodule 'qtbase' 2023-10-10T06:49:58.6853420Z -- Checking dependencies of submodule 'qtimageformats' 2023-10-10T06:49:58.6854023Z -- Checking dependencies of submodule 'qtlanguageserver' 2023-10-10T06:49:58.6854653Z -- Checking dependencies of submodule 'qtshadertools' 2023-10-10T06:49:58.6858075Z -- Checking dependencies of submodule 'qtsvg' 2023-10-10T06:49:58.6858498Z -- Checking dependencies of submodule 'qtdeclarative' 2023-10-10T06:49:58.6866513Z -- Checking dependencies of submodule 'qtquicktimeline' 2023-10-10T06:49:58.6868019Z -- Checking dependencies of submodule 'qtquick3d' 2023-10-10T06:49:58.6875621Z -- Checking dependencies of submodule 'qtmultimedia' 2023-10-10T06:49:58.6880582Z -- Checking dependencies of submodule 'qtactiveqt' 2023-10-10T06:49:58.6881726Z -- Checking dependencies of submodule 'qttools' 2023-10-10T06:49:58.6887571Z -- Checking dependencies of submodule 'qttranslations' 2023-10-10T06:49:58.6888860Z -- Checking dependencies of submodule 'qtwebsockets' 2023-10-10T06:49:58.6894667Z -- Checking dependencies of submodule 'qtwebchannel' 2023-10-10T06:49:58.6899427Z -- Configuring submodule 'qtbase' 2023-10-10T06:49:59.1487302Z -DCMAKE_C_FLAGS=-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O3 -pipe -isystem /home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/work=/usr/local/src/conda/qt6-main-6.5.3 -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl=/usr/local/src/conda-prefix 2023-10-10T06:49:59.1488782Z -DCMAKE_C_FLAGS_DEBUG=-g 2023-10-10T06:49:59.1489275Z -DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG 2023-10-10T06:49:59.1489822Z -DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG 2023-10-10T06:49:59.1494307Z -DCMAKE_CXX_FLAGS=-fvisibility-inlines-hidden -fmessage-length=0 -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O3 -pipe -isystem /home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/work=/usr/local/src/conda/qt6-main-6.5.3 -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl=/usr/local/src/conda-prefix 2023-10-10T06:49:59.1495217Z -DCMAKE_CXX_FLAGS_DEBUG=-g 2023-10-10T06:49:59.1495536Z -DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG 2023-10-10T06:49:59.1495877Z -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG 2023-10-10T06:49:59.1496333Z -DCMAKE_OBJCOPY=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_build_env/bin/aarch64-conda-linux-gnu-objcopy 2023-10-10T06:49:59.1500396Z -DCMAKE_EXE_LINKER_FLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--allow-shlib-undefined -Wl,-rpath,/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib -Wl,-rpath-link,/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib -L/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib 2023-10-10T06:49:59.1501482Z -DCMAKE_C_STANDARD=11 2023-10-10T06:49:59.1501706Z -DCMAKE_C_STANDARD_REQUIRED=ON 2023-10-10T06:49:59.1501914Z -DCMAKE_CXX_STANDARD=17 2023-10-10T06:49:59.1502136Z -DCMAKE_CXX_STANDARD_REQUIRED=ON 2023-10-10T06:49:59.1502495Z -DCMAKE_MODULE_PATH:STRING=/home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/work/qtbase/cmake/platforms 2023-10-10T06:50:56.3367160Z -- Configuring submodule 'qtimageformats' 2023-10-10T06:50:56.3533602Z -- Check if compiler accepts -pthread 2023-10-10T06:50:56.4433625Z -- Check if compiler accepts -pthread - yes 2023-10-10T06:50:58.0825432Z -- Configuring submodule 'qtlanguageserver' 2023-10-10T06:50:58.2801125Z -- Configuring submodule 'qtshadertools' 2023-10-10T06:50:58.5044960Z -- Configuring submodule 'qtsvg' 2023-10-10T06:50:58.7607042Z -- Configuring submodule 'qtdeclarative' 2023-10-10T06:51:05.1712412Z -- Configuring submodule 'qtquicktimeline' 2023-10-10T06:51:05.4458253Z -- Configuring submodule 'qtquick3d' 2023-10-10T06:51:06.7188024Z -- Could NOT find Qt6Quick3DTools (missing: Qt6Quick3DTools_DIR) 2023-10-10T06:51:06.7311940Z -- Could NOT find Qt6Quick3DTools (missing: Qt6Quick3DTools_DIR) 2023-10-10T06:51:06.7353062Z -- Could NOT find Qt6Quick3DTools (missing: Qt6Quick3DTools_DIR) 2023-10-10T06:51:06.7425552Z -- Could NOT find Qt6Quick3DTools (missing: Qt6Quick3DTools_DIR) 2023-10-10T06:51:06.7503743Z -- Could NOT find Qt6Quick3DTools (missing: Qt6Quick3DTools_DIR) 2023-10-10T06:51:06.7577841Z -- Could NOT find Qt6Quick3DTools (missing: Qt6Quick3DTools_DIR) 2023-10-10T06:51:06.7654751Z -- Could NOT find Qt6Quick3DTools (missing: Qt6Quick3DTools_DIR) 2023-10-10T06:51:06.8436249Z -- Configuring submodule 'qtmultimedia' 2023-10-10T06:51:13.3338672Z -- Configuring submodule 'qtactiveqt' 2023-10-10T06:51:13.3362431Z Condition "WIN32" is not met, enabling documentation build only. 2023-10-10T06:51:13.4350042Z -- Configuring submodule 'qttools' 2023-10-10T06:51:14.4083885Z -- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR) 2023-10-10T06:51:14.4162388Z -- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR) 2023-10-10T06:51:14.4255632Z -- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR) 2023-10-10T06:51:14.4325821Z -- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR) 2023-10-10T06:51:14.4395505Z -- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR) 2023-10-10T06:51:14.4493450Z -- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR) 2023-10-10T06:51:14.8620606Z CMake Error at qttools/src/assistant/qhelpgenerator/CMakeLists.txt:66 (add_dependencies): 2023-10-10T06:51:14.8621919Z Cannot add target-level dependencies to non-existent target 2023-10-10T06:51:14.8624514Z "qhelpgenerator". 2023-10-10T06:51:14.8629163Z 2023-10-10T06:51:14.8630634Z The add_dependencies works for top-level logical targets created by the 2023-10-10T06:51:14.8631172Z add_executable, add_library, or add_custom_target commands. If you want to 2023-10-10T06:51:14.8631694Z add file-level dependencies see the DEPENDS option of the add_custom_target 2023-10-10T06:51:14.8631931Z and add_custom_command commands. 2023-10-10T06:51:14.8632045Z 2023-10-10T06:51:14.8632138Z 2023-10-10T06:51:14.9699291Z -- Configuring submodule 'qttranslations' 2023-10-10T06:51:15.0962435Z -- Configuring submodule 'qtwebsockets' 2023-10-10T06:51:15.2013190Z -- Found XKB: $PREFIX/lib/libxkbcommon.so (found suitable version "1.6.0", minimum required is "0.5.0") 2023-10-10T06:51:15.3928325Z CMake Warning (dev) at build/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message): 2023-10-10T06:51:15.3929061Z INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used. 2023-10-10T06:51:15.3929301Z Please port your module to use declarative type registration. 2023-10-10T06:51:15.3929544Z Call Stack (most recent call first): 2023-10-10T06:51:15.3929791Z qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module) 2023-10-10T06:51:15.3930300Z This warning is for project developers. Use -Wno-dev to suppress it. 2023-10-10T06:51:15.3930461Z 2023-10-10T06:51:15.4019877Z -- Configuring submodule 'qtwebchannel' 2023-10-10T06:51:15.7016632Z CMake Warning (dev) at build/qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message): 2023-10-10T06:51:15.7017515Z INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used. 2023-10-10T06:51:15.7017812Z Please port your module to use declarative type registration. 2023-10-10T06:51:15.7018082Z Call Stack (most recent call first): 2023-10-10T06:51:15.7018390Z qtwebchannel/src/imports/webchannel/CMakeLists.txt:10 (qt_internal_add_qml_module) 2023-10-10T06:51:15.7018903Z This warning is for project developers. Use -Wno-dev to suppress it. 2023-10-10T06:51:15.7019076Z 2023-10-10T06:51:15.8055478Z 2023-10-10T06:51:15.8056716Z -- Configuration summary shown below. It has also been written to /home/conda/feedstock_root/build_artifacts/qt6-main_1696917317747/work/build/config.summary 2023-10-10T06:51:15.8057309Z -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations. 2023-10-10T06:51:15.8163579Z 2023-10-10T06:51:15.8188669Z -- Configure summary: 2023-10-10T06:51:15.8189089Z 2023-10-10T06:51:15.8189432Z Building for: linux-g++ (arm64, CPU features: cx16 neon) 2023-10-10T06:51:15.8189735Z Compiler: gcc 12.3.0 2023-10-10T06:51:15.8189956Z Build options: 2023-10-10T06:51:15.8190179Z Mode ................................... release 2023-10-10T06:51:15.8190443Z Optimize release build for size ........ no 2023-10-10T06:51:15.8190808Z Fully optimize release builds (-O3) .... no 2023-10-10T06:51:15.8191059Z Building shared libraries .............. yes 2023-10-10T06:51:15.8191305Z Using C standard ....................... C11 2023-10-10T06:51:15.8191548Z Using C++ standard ..................... C++17 2023-10-10T06:51:15.8191788Z Using ccache ........................... no 2023-10-10T06:51:15.8192036Z Unity Build ............................ no 2023-10-10T06:51:15.8192287Z Using new DTAGS ........................ no 2023-10-10T06:51:15.8192531Z Relocatable ............................ yes 2023-10-10T06:51:15.8192779Z Using precompiled headers .............. no 2023-10-10T06:51:15.8193016Z Using Link Time Optimization (LTCG) .... no 2023-10-10T06:51:15.8193262Z Using Intel CET ........................ no 2023-10-10T06:51:15.8193490Z Target compiler supports: 2023-10-10T06:51:15.8193726Z ARM Extensions ....................... NEON 2023-10-10T06:51:15.8193954Z Sanitizers: 2023-10-10T06:51:15.8194182Z Addresses ............................ no 2023-10-10T06:51:15.8194417Z Threads .............................. no 2023-10-10T06:51:15.8194659Z Memory ............................... no 2023-10-10T06:51:15.8194901Z Fuzzer (instrumentation only) ........ no 2023-10-10T06:51:15.8195134Z Undefined ............................ no 2023-10-10T06:51:15.8195384Z Build parts ............................ libs tools 2023-10-10T06:51:15.8195801Z Qt modules and options: 2023-10-10T06:51:15.8196038Z Qt Concurrent .......................... yes 2023-10-10T06:51:15.8196337Z Qt D-Bus ............................... yes 2023-10-10T06:51:15.8196637Z Qt D-Bus directly linked to libdbus .... yes 2023-10-10T06:51:15.8196870Z Qt Gui ................................. yes 2023-10-10T06:51:15.8197128Z Qt Network ............................. yes 2023-10-10T06:51:15.8197375Z Qt PrintSupport ........................ yes 2023-10-10T06:51:15.8197612Z Qt Sql ................................. yes 2023-10-10T06:51:15.8197949Z Qt Testlib ............................. yes 2023-10-10T06:51:15.8198190Z Qt Widgets ............................. yes 2023-10-10T06:51:15.8198423Z Qt Xml ................................. yes 2023-10-10T06:51:15.8198648Z Support enabled for: 2023-10-10T06:51:15.8198941Z Using pkg-config ....................... yes 2023-10-10T06:51:15.8199181Z udev ................................... no 2023-10-10T06:51:15.8199434Z OpenSSL ................................ yes 2023-10-10T06:51:15.8199674Z Qt directly linked to OpenSSL ........ yes 2023-10-10T06:51:15.8199921Z OpenSSL 1.1 ............................ no 2023-10-10T06:51:15.8200177Z OpenSSL 3.0 ............................ yes 2023-10-10T06:51:15.8200415Z Using system zlib ...................... yes 2023-10-10T06:51:15.8200661Z Zstandard support ...................... yes 2023-10-10T06:51:15.8200898Z Thread support ......................... yes 2023-10-10T06:51:15.8201136Z Common build options: 2023-10-10T06:51:15.8201360Z Linker can resolve circular dependencies yes 2023-10-10T06:51:15.8201586Z Qt Core: 2023-10-10T06:51:15.8201806Z backtrace .............................. yes 2023-10-10T06:51:15.8202056Z DoubleConversion ....................... yes 2023-10-10T06:51:15.8202298Z Using system DoubleConversion ........ yes 2023-10-10T06:51:15.8202533Z GLib ................................... yes 2023-10-10T06:51:15.8202788Z ICU .................................... yes 2023-10-10T06:51:15.8203023Z Using system libb2 ..................... no 2023-10-10T06:51:15.8203331Z Built-in copy of the MIME database ..... yes 2023-10-10T06:51:15.8203570Z cpp/winrt base ......................... no 2023-10-10T06:51:15.8203819Z Tracing backend ........................ <none> 2023-10-10T06:51:15.8204047Z Logging backends: 2023-10-10T06:51:15.8204270Z journald ............................. no 2023-10-10T06:51:15.8204505Z syslog ............................... no 2023-10-10T06:51:15.8204748Z slog2 ................................ no 2023-10-10T06:51:15.8204993Z PCRE2 .................................. yes 2023-10-10T06:51:15.8205230Z Using system PCRE2 ................... yes 2023-10-10T06:51:15.8205478Z CLONE_PIDFD support in forkfd .......... yes 2023-10-10T06:51:15.8205714Z Application permissions ................ no 2023-10-10T06:51:15.8205940Z Qt Sql: 2023-10-10T06:51:15.8206160Z SQL item models ........................ yes 2023-10-10T06:51:15.8206397Z Qt Network: 2023-10-10T06:51:15.8206606Z getifaddrs() ........................... yes 2023-10-10T06:51:15.8206854Z IPv6 ifname ............................ yes 2023-10-10T06:51:15.8207090Z libproxy ............................... no 2023-10-10T06:51:15.8207334Z Linux AF_NETLINK ....................... yes 2023-10-10T06:51:15.8207578Z DTLS ................................... yes 2023-10-10T06:51:15.8207868Z OCSP-stapling .......................... yes 2023-10-10T06:51:15.8208111Z SCTP ................................... no 2023-10-10T06:51:15.8208353Z Use system proxies ..................... yes 2023-10-10T06:51:15.8208596Z GSSAPI ................................. no 2023-10-10T06:51:15.8208833Z Brotli Decompression Support ........... no 2023-10-10T06:51:15.8209070Z qIsEffectiveTLD() ...................... yes 2023-10-10T06:51:15.8209363Z Built-in publicsuffix database ....... yes 2023-10-10T06:51:15.8209608Z System publicsuffix database ......... yes 2023-10-10T06:51:15.8209926Z Core tools: 2023-10-10T06:51:15.8210145Z Android deployment tool ................ no 2023-10-10T06:51:15.8210392Z macOS deployment tool .................. no 2023-10-10T06:51:15.8210628Z Windows deployment tool ................ no 2023-10-10T06:51:15.8210876Z qmake .................................. yes 2023-10-10T06:51:15.8211086Z Qt Gui: 2023-10-10T06:51:15.8211309Z Accessibility .......................... yes 2023-10-10T06:51:15.8211548Z FreeType ............................... yes 2023-10-10T06:51:15.8211846Z Using system FreeType ................ yes 2023-10-10T06:51:15.8212083Z HarfBuzz ............................... yes 2023-10-10T06:51:15.8212320Z Using system HarfBuzz ................ yes 2023-10-10T06:51:15.8212564Z Fontconfig ............................. yes 2023-10-10T06:51:15.8212785Z Image formats: 2023-10-10T06:51:15.8213014Z GIF .................................. yes 2023-10-10T06:51:15.8213249Z ICO .................................. yes 2023-10-10T06:51:15.8213487Z JPEG ................................. yes 2023-10-10T06:51:15.8213713Z Using system libjpeg ............... yes 2023-10-10T06:51:15.8213958Z PNG .................................. yes 2023-10-10T06:51:15.8214189Z Using system libpng ................ yes 2023-10-10T06:51:15.8214407Z Text formats: 2023-10-10T06:51:15.8214626Z HtmlParser ........................... yes 2023-10-10T06:51:15.8214860Z CssParser ............................ yes 2023-10-10T06:51:15.8215105Z OdfWriter ............................ yes 2023-10-10T06:51:15.8215354Z MarkdownReader ....................... yes 2023-10-10T06:51:15.8215592Z Using system libmd4c ............... no 2023-10-10T06:51:15.8215825Z MarkdownWriter ....................... yes 2023-10-10T06:51:15.8216069Z EGL .................................... yes 2023-10-10T06:51:15.8216307Z OpenVG ................................. no 2023-10-10T06:51:15.8216537Z OpenGL: 2023-10-10T06:51:15.8216749Z Desktop OpenGL ....................... yes 2023-10-10T06:51:15.8216999Z OpenGL ES 2.0 ........................ no 2023-10-10T06:51:15.8217242Z OpenGL ES 3.0 ........................ no 2023-10-10T06:51:15.8217477Z OpenGL ES 3.1 ........................ no 2023-10-10T06:51:15.8217720Z OpenGL ES 3.2 ........................ no 2023-10-10T06:51:15.8217955Z Vulkan ................................. yes 2023-10-10T06:51:15.8218202Z Session Management ..................... yes 2023-10-10T06:51:15.8218434Z Features used by QPA backends: 2023-10-10T06:51:15.8218685Z evdev .................................. yes 2023-10-10T06:51:15.8218925Z libinput ............................... no 2023-10-10T06:51:15.8219171Z HiRes wheel support in libinput ........ no 2023-10-10T06:51:15.8219413Z INTEGRITY HID .......................... no 2023-10-10T06:51:15.8219651Z mtdev .................................. no 2023-10-10T06:51:15.8219890Z tslib .................................. no 2023-10-10T06:51:15.8220127Z xkbcommon .............................. yes 2023-10-10T06:51:15.8220415Z X11 specific: 2023-10-10T06:51:15.8220665Z XLib ................................. yes 2023-10-10T06:51:15.8220907Z XCB Xlib ............................. yes 2023-10-10T06:51:15.8221140Z EGL on X11 ........................... yes 2023-10-10T06:51:15.8221464Z xkbcommon-x11 ........................ yes 2023-10-10T06:51:15.8221744Z xcb-sm ............................... yes 2023-10-10T06:51:15.8221977Z QPA backends: 2023-10-10T06:51:15.8222200Z DirectFB ............................... no 2023-10-10T06:51:15.8222437Z EGLFS .................................. yes 2023-10-10T06:51:15.8222662Z EGLFS details: 2023-10-10T06:51:15.8222881Z EGLFS OpenWFD ........................ no 2023-10-10T06:51:15.8223121Z EGLFS i.Mx6 .......................... no 2023-10-10T06:51:15.8223355Z EGLFS i.Mx6 Wayland .................. no 2023-10-10T06:51:15.8223679Z EGLFS RCAR ........................... no 2023-10-10T06:51:15.8223915Z EGLFS EGLDevice ...................... yes 2023-10-10T06:51:15.8224159Z EGLFS GBM ............................ no 2023-10-10T06:51:15.8224392Z EGLFS VSP2 ........................... no 2023-10-10T06:51:15.8224634Z EGLFS Mali ........................... no 2023-10-10T06:51:15.8224870Z EGLFS Raspberry Pi ................... no 2023-10-10T06:51:15.8225104Z EGLFS X11 ............................ yes 2023-10-10T06:51:15.8225343Z LinuxFB ................................ yes 2023-10-10T06:51:15.8225644Z VNC .................................... yes 2023-10-10T06:51:15.8225882Z VK_KHR_display ......................... yes 2023-10-10T06:51:15.8226088Z QNX: 2023-10-10T06:51:15.8226308Z lgmon ................................ no 2023-10-10T06:51:15.8226542Z IMF .................................. no 2023-10-10T06:51:15.8226934Z XCB: 2023-10-10T06:51:15.8227236Z Using system-provided xcb-xinput ..... no 2023-10-10T06:51:15.8227474Z GL integrations: 2023-10-10T06:51:15.8227724Z GLX Plugin ......................... yes 2023-10-10T06:51:15.8227956Z XCB GLX .......................... yes 2023-10-10T06:51:15.8228253Z EGL-X11 Plugin ..................... yes 2023-10-10T06:51:15.8228465Z Windows: 2023-10-10T06:51:15.8228695Z Direct 2D ............................ no 2023-10-10T06:51:15.8228928Z Direct 2D 1.1 ........................ no 2023-10-10T06:51:15.8229168Z DirectWrite .......................... no 2023-10-10T06:51:15.8229406Z DirectWrite 3 ........................ no 2023-10-10T06:51:15.8229623Z Qt Widgets: 2023-10-10T06:51:15.8229838Z GTK+ ................................... no 2023-10-10T06:51:15.8230091Z Styles ................................. Fusion Windows 2023-10-10T06:51:15.8230326Z Qt Testlib: 2023-10-10T06:51:15.8230542Z Tester for item models ................. yes 2023-10-10T06:51:15.8230788Z Batch tests ............................ no 2023-10-10T06:51:15.8231011Z Qt PrintSupport: 2023-10-10T06:51:15.8231246Z CUPS ................................... yes 2023-10-10T06:51:15.8231465Z Qt Sql Drivers: 2023-10-10T06:51:15.8231693Z DB2 (IBM) .............................. no 2023-10-10T06:51:15.8231930Z InterBase .............................. no 2023-10-10T06:51:15.8232172Z MySql .................................. yes 2023-10-10T06:51:15.8232410Z OCI (Oracle) ........................... no 2023-10-10T06:51:15.8232651Z ODBC ................................... no 2023-10-10T06:51:15.8232904Z PostgreSQL ............................. yes 2023-10-10T06:51:15.8233133Z SQLite ................................. yes 2023-10-10T06:51:15.8233381Z Using system provided SQLite ......... yes 2023-10-10T06:51:15.8233614Z Further Image Formats: 2023-10-10T06:51:15.8233853Z JasPer ................................. no 2023-10-10T06:51:15.8234091Z MNG .................................... no 2023-10-10T06:51:15.8234337Z TIFF ................................... yes 2023-10-10T06:51:15.8234574Z Using system libtiff ................. yes 2023-10-10T06:51:15.8234811Z WEBP ................................... yes 2023-10-10T06:51:15.8235054Z Using system libwebp ................. yes 2023-10-10T06:51:15.8235268Z Qt QML: 2023-10-10T06:51:15.8235492Z QML network support .................... yes 2023-10-10T06:51:15.8235730Z QML debugging and profiling support .... yes 2023-10-10T06:51:15.8236026Z QML just-in-time compiler .............. yes 2023-10-10T06:51:15.8236265Z QML XML http request ................... yes 2023-10-10T06:51:15.8236515Z QML Locale ............................. yes 2023-10-10T06:51:15.8236733Z Qt QML Models: 2023-10-10T06:51:15.8236958Z QML list model ......................... yes 2023-10-10T06:51:15.8237191Z QML delegate model ..................... yes 2023-10-10T06:51:15.8237406Z Qt Quick: 2023-10-10T06:51:15.8237628Z AnimatedImage item ..................... yes 2023-10-10T06:51:15.8237867Z Canvas item ............................ yes 2023-10-10T06:51:15.8238190Z Support for Qt Quick Designer .......... yes 2023-10-10T06:51:15.8238427Z Flipable item .......................... yes 2023-10-10T06:51:15.8238663Z GridView item .......................... yes 2023-10-10T06:51:15.8238899Z ListView item .......................... yes 2023-10-10T06:51:15.8239141Z TableView item ......................... yes 2023-10-10T06:51:15.8239380Z TreeView item .......................... yes 2023-10-10T06:51:15.8239638Z Path support ........................... yes 2023-10-10T06:51:15.8239938Z PathView item .......................... yes 2023-10-10T06:51:15.8240181Z Positioner items ....................... yes 2023-10-10T06:51:15.8240424Z Repeater item .......................... yes 2023-10-10T06:51:15.8240661Z ShaderEffect item ...................... yes 2023-10-10T06:51:15.8240906Z Sprite item ............................ yes 2023-10-10T06:51:15.8241131Z Qt Quick Templates 2: 2023-10-10T06:51:15.8241365Z Hover support .......................... yes 2023-10-10T06:51:15.8241663Z Multi-touch support .................... yes 2023-10-10T06:51:15.8241916Z Calendar support ....................... yes 2023-10-10T06:51:15.8242135Z Qt Quick Controls 2: 2023-10-10T06:51:15.8242399Z Styles ................................. Basic Fusion Imagine iOS Material Universal macOS Windows 2023-10-10T06:51:15.8242657Z QtQuick3D: 2023-10-10T06:51:15.8242876Z Assimp ................................. no 2023-10-10T06:51:15.8243124Z System Assimp .......................... no 2023-10-10T06:51:15.8243348Z Qt Multimedia: 2023-10-10T06:51:15.8243576Z Spatial Audio .......................... yes 2023-10-10T06:51:15.8243816Z Spatial Audio (Quick3D) ................ yes 2023-10-10T06:51:15.8244045Z Low level Audio Backend: 2023-10-10T06:51:15.8244274Z ALSA (experimental) .................. no 2023-10-10T06:51:15.8244523Z PulseAudio ........................... yes 2023-10-10T06:51:15.8244758Z MMRenderer ........................... no 2023-10-10T06:51:15.8245008Z CoreAudio ............................ no 2023-10-10T06:51:15.8245251Z Windows Media SDK .................... no 2023-10-10T06:51:15.8245487Z Open SLES (Android) .................. no 2023-10-10T06:51:15.8245743Z Web Assembly ......................... no 2023-10-10T06:51:15.8245957Z Plugin: 2023-10-10T06:51:15.8246181Z GStreamer 1.0 ........................ yes 2023-10-10T06:51:15.8246415Z FFmpeg ............................... no 2023-10-10T06:51:15.8246663Z MMRenderer ........................... no 2023-10-10T06:51:15.8246903Z AVFoundation ......................... no 2023-10-10T06:51:15.8247146Z Windows Media Foundation ............. no 2023-10-10T06:51:15.8247377Z Hardware acceleration and features: 2023-10-10T06:51:15.8247616Z Video for Linux ...................... no 2023-10-10T06:51:15.8247865Z VAAPI support ........................ no 2023-10-10T06:51:15.8248106Z Linux DMA buffer support ............. yes 2023-10-10T06:51:15.8248343Z VideoToolbox ......................... no 2023-10-10T06:51:15.8248557Z Qt Tools: 2023-10-10T06:51:15.8248783Z Qt Assistant ........................... yes 2023-10-10T06:51:15.8249022Z QDoc ................................... yes 2023-10-10T06:51:15.8249321Z Clang-based lupdate parser ............. yes 2023-10-10T06:51:15.8249560Z Qt Designer ............................ yes 2023-10-10T06:51:15.8249797Z Qt Distance Field Generator ............ yes 2023-10-10T06:51:15.8250037Z Qt Linguist ............................ yes 2023-10-10T06:51:15.8250276Z pixeltool .............................. yes 2023-10-10T06:51:15.8250524Z qdbus .................................. yes 2023-10-10T06:51:15.8250760Z Qt Attributions Scanner ................ yes 2023-10-10T06:51:15.8250998Z qtdiag ................................. yes 2023-10-10T06:51:15.8251224Z qtplugininfo ........................... yes 2023-10-10T06:51:15.8287142Z 2023-10-10T06:51:15.8294120Z 2023-10-10T06:51:15.8295301Z Note: Disabling X11 Accessibility Bridge: D-Bus or AT-SPI is missing. 2023-10-10T06:51:15.8296127Z 2023-10-10T06:51:15.8308052Z -- 2023-10-10T06:51:15.8308310Z 2023-10-10T06:51:15.8308674Z Qt is now configured for building. Just run 'cmake --build . --parallel'
full log:
seems to be a regression from 6.5.2:
https://github.com/qt/qttools/commit/12a17e8bdafc6d85a44a72787c7ca35d31cf137a
maybe its missing a condition on "TARGET qhelpgenerator" or QT_WILL_BUILD_TOOLS ?
diff --git a/src/assistant/qhelpgenerator/CMakeLists.txt b/src/assistant/qhelpgenerator/CMakeLists.txt index 7230d248e..ce2944f17 100644 --- a/src/assistant/qhelpgenerator/CMakeLists.txt +++ b/src/assistant/qhelpgenerator/CMakeLists.txt @@ -62,7 +62,7 @@ ${import_plugin_code} ) endif() else() # QT_BUILD_SHARED_LIBS - if(QT_SUPERBUILD) + if(TARGET qhelpgenerator AND QT_SUPERBUILD) add_dependencies(qhelpgenerator ${needed_plugins}) endif() endif()