# qtlite-worker starting v6.11.1/qml-itemmodel at 20260529110909 $ cd /work/v6.11.1/src && git clone git://code.qt.io/qt/qt5.git --branch v6.11.1 qt5 Cloning into 'qt5'... Note: switching to 'bfde7b892add48396756dc44a3e3fa03d98c5710'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -cOr undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false $ cd /work/v6.11.1/src/qt5 && git submodule update --init --recursive qtbase qtshadertools qtdeclarative qtsvg Submodule 'qtbase' (git://code.qt.io/qt/qtbase.git) registered for path 'qtbase' Submodule 'qtdeclarative' (git://code.qt.io/qt/qtdeclarative.git) registered for path 'qtdeclarative' Submodule 'qtshadertools' (git://code.qt.io/qt/qtshadertools.git) registered for path 'qtshadertools' Submodule 'qtsvg' (git://code.qt.io/qt/qtsvg.git) registered for path 'qtsvg' Cloning into '/work/v6.11.1/src/qt5/qtbase'... Cloning into '/work/v6.11.1/src/qt5/qtdeclarative'... Cloning into '/work/v6.11.1/src/qt5/qtshadertools'... Cloning into '/work/v6.11.1/src/qt5/qtsvg'... Submodule path 'qtbase': checked out '59c81a3c2247b821b9b84b4eb8d939b77e07e276' Submodule path 'qtdeclarative': checked out 'a02bed441965ee1f18f856352c7d5ee5ba35d795' Submodule 'tests/auto/qml/ecmascripttests/test262' (git://code.qt.io/qt/qtdeclarative-testsuites.git) registered for path 'qtdeclarative/tests/auto/qml/ecmascripttests/test262' Cloning into '/work/v6.11.1/src/qt5/qtdeclarative/tests/auto/qml/ecmascripttests/test262'... Submodule path 'qtdeclarative/tests/auto/qml/ecmascripttests/test262': checked out 'a0efb7e1ab1cee24c387abe1897ff18fa116c17d' Submodule path 'qtshadertools': checked out 'b3b8537b3c5ab01919e30b87d48d2f1ba1f2a3fe' Submodule path 'qtsvg': checked out '2596f43da2dc72d2afecc084355b0f5f87922a6c' $ cd /work/v6.11.1/qml-itemmodel/build && /work/v6.11.1/src/qt5/configure -confirm-license -no-pch -release -prefix /work/v6.11.1/qml-itemmodel/install -opensource -ccache -no-feature-qml-itemmodel + /work/v6.11.1/src/qt5/qtbase/configure -top-level -confirm-license -no-pch -release -prefix /work/v6.11.1/qml-itemmodel/install -opensource -ccache -no-feature-qml-itemmodel '/usr/bin/cmake' '-DQT_INTERNAL_CALLED_FROM_CONFIGURE:BOOL=TRUE' '-DFEATURE_qml_itemmodel=OFF' '-DBUILD_WITH_PCH=OFF' '-DCMAKE_INSTALL_PREFIX=/work/v6.11.1/qml-itemmodel/install' '-DQT_USE_CCACHE=ON' '-DCMAKE_BUILD_TYPE=Release' '-G' 'Ninja' '/work/v6.11.1/src/qt5' -- The CXX compiler identification is GNU 12.2.0 -- The C compiler identification is GNU 12.2.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 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- 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' -- Skipping optional dependency 'qtimageformats' of 'qtdeclarative', because qtimageformats's CMakeLists.txt couldn't be found. -- Skipping optional dependency 'qtlanguageserver' of 'qtdeclarative', because qtlanguageserver's CMakeLists.txt couldn't be found. -- Configuring submodule 'qtbase' -- [QtBase] CMAKE_BUILD_TYPE was already explicitly set to: 'Release' -- Configuring submodule 'qtimageformats' -- Configuring submodule 'qtlanguageserver' -- Configuring submodule 'qtshadertools' -- Configuring submodule 'qtsvg' -- Configuring submodule 'qtdeclarative' -- Configuration summary has been written to /work/v6.11.1/qml-itemmodel/build/config.summary -- Qt is now configured for building. Just run 'cmake --build . --parallel' Once everything is built, you must run 'cmake --install .' Qt will be installed into '/work/v6.11.1/qml-itemmodel/install' To configure and build other Qt modules, you can use the following convenience script: /work/v6.11.1/qml-itemmodel/install/bin/qt-configure-module If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory Alternatively, you can add the --fresh flag to your CMake flags. -- Configuring done CMake Error at qtdeclarative/src/quickdialogs/quickdialogsquickimpl/CMakeLists.txt:133 (add_dependencies): The dependency target "Qt::LabsFolderListModelPrivate" of target "QuickDialogs2QuickImpl" does not exist. CMake Error in qtdeclarative/src/quickdialogs/quickdialogsquickimpl/CMakeLists.txt: The dependency target "Qt::LabsFolderListModelPrivate" of target "QuickDialogs2QuickImpl_autogen" does not exist. -- Generating done CMake Generate step failed. Build files cannot be regenerated correctly. CMake Error at /work/v6.11.1/src/qt5/qtbase/cmake/QtProcessConfigureArgs.cmake:1500 (message): CMake exited with code 1. CMake Error at /work/v6.11.1/src/qt5/cmake/QtIRProcessHelpers.cmake:173 (message): /work/v6.11.1/src/qt5/qtbase/configure -top-level -confirm-license -no-pch -release -prefix /work/v6.11.1/qml-itemmodel/install -opensource -ccache -no-feature-qml-itemmodel exited with status: 1 Call Stack (most recent call first): /work/v6.11.1/src/qt5/cmake/QtTopLevelHelpers.cmake:35 (qt_ir_execute_process_and_log_and_handle_error) /work/v6.11.1/src/qt5/cmake/QtTopLevelHelpers.cmake:57 (qt_tl_run_toplevel_configure) /work/v6.11.1/src/qt5/cmake/QtTopLevelConfigureScript.cmake:16 (qt_tl_run_main_script) worker: configure exited 1