Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-109003

qtdeclarative doesn't install Qt6QmlBuildInternals.cmake

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.2.4
    • Build System: CMake
    • None
    • macOS

    Description

      <installdir>/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake is not installed by qtdeclarative

       

      This leads to this error when trying to build qtwebchannel (but also other modules)

      2022-11-28T09:29:43.0032400Z CMake Error at src/multimediaquick/CMakeLists.txt:9 (qt_internal_add_qml_module):
      2022-11-28T09:29:43.0032860Z   Unknown CMake command "qt_internal_add_qml_module".
      2022-11-28T09:29:43.0033030Z 
      2022-11-28T09:29:43.0033040Z 
      2022-11-28T09:29:43.0037020Z -- Configuring incomplete, errors occurred!
      

      Could you help find the problem?

      Qt6QmlMacros.cmake doesn't seems installed either.

       

      Below the configure command and output of qtbase & qtdeclarative

      qtbase configure

      cd "/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_aqua_qt6/qt6-qtbase/work/qtbase-everywhere-src-6.2.4" && ./configure -DOPENSSL_ROOT_DIR=/opt/local/libexec/openssl3 -DOPENSSL_INCLUDE_DIR=/opt/local/libexec/openssl3/include -DOPENSSL_LIBRARIES=/opt/local/libexec/openssl3/lib -DOPENSSL_LIBS='-L/opt/local/libexec/openssl3/lib -lssl -lcrypto' -prefix /opt/local/libexec/qt6 -bindir /opt/local/libexec/qt6/bin -headerdir /opt/local/libexec/qt6/include -libdir /opt/local/libexec/qt6/lib -libexecdir /opt/local/libexec/qt6/bin -archdatadir /opt/local/libexec/qt6 -plugindir /opt/local/libexec/qt6/plugins -qmldir /opt/local/libexec/qt6/qml -datadir /opt/local/libexec/qt6 -docdir /opt/local/libexec/qt6/doc -translationdir /opt/local/libexec/qt6/translations -sysconfdir /opt/local/libexec/qt6/etc/xdg -examplesdir /opt/local/libexec/qt6/examples -testsdir /opt/local/libexec/qt6/tests -hostdatadir /opt/local/libexec/qt6 -release -opensource -confirm-license -shared -accessibility -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -platform macx-clang -optimize-size -no-testcocoon -force-pkg-config -system-zlib -no-mtdev -no-journald -no-syslog -system-libpng -system-libjpeg -system-freetype -system-harfbuzz -system-pcre -no-libproxy -glib -no-gtk -make tools -nomake examples -nomake tests -gui -widgets -no-rpath -cups -no-evdev -no-tslib -icu -no-fontconfig -no-pch -no-ltcg -dbus-linked -no-use-gold-linker -no-separate-debug-info -no-xcb -no-eglfs -no-gbm -no-directfb -no-linuxfb -no-kms -no-libinput -no-system-proxies -no-libudev -no-egl -no-feature-vulkan -framework -openssl-linked – -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_OBJC_COMPILER=/usr/bin/clang -DCMAKE_OBJCXX_COMPILER=/usr/bin/clang++
      
      2022-11-28T11:42:36.0436770Z -- The CXX compiler identification is AppleClang 14.0.0.14000029
      2022-11-28T11:42:36.2329350Z -- The C compiler identification is AppleClang 14.0.0.14000029
      2022-11-28T11:42:36.3484100Z -- The ASM compiler identification is Clang with GNU-like command-line
      2022-11-28T11:42:36.3522540Z -- Found assembler: /Library/Developer/CommandLineTools/usr/bin/clang
      2022-11-28T11:42:36.3743800Z -- Detecting CXX compiler ABI info
      2022-11-28T11:42:36.6517410Z -- Detecting CXX compiler ABI info - done
      2022-11-28T11:42:36.7006200Z -- Check for working CXX compiler: /usr/bin/clang++ - skipped
      2022-11-28T11:42:36.7016180Z -- Detecting CXX compile features
      2022-11-28T11:42:36.7029260Z -- Detecting CXX compile features - done
      2022-11-28T11:42:36.7135500Z -- Detecting C compiler ABI info
      2022-11-28T11:42:36.9627250Z -- Detecting C compiler ABI info - done
      2022-11-28T11:42:36.9969580Z -- Check for working C compiler: /usr/bin/clang - skipped
      2022-11-28T11:42:36.9974330Z -- Detecting C compile features
      2022-11-28T11:42:36.9982280Z -- Detecting C compile features - done
      2022-11-28T11:42:37.1474100Z -- CMAKE_BUILD_TYPE was set to: 'Release'
      2022-11-28T11:42:37.1824130Z -- Check for feature set changes
      2022-11-28T11:42:37.4070180Z -- The OBJC compiler identification is AppleClang 14.0.0.14000029
      2022-11-28T11:42:37.4211070Z -- Detecting OBJC compiler ABI info
      2022-11-28T11:42:37.6946230Z -- Detecting OBJC compiler ABI info - done
      2022-11-28T11:42:37.7235770Z -- Check for working OBJC compiler: /usr/bin/clang - skipped
      2022-11-28T11:42:37.8906530Z -- The OBJCXX compiler identification is AppleClang 14.0.0.14000029
      2022-11-28T11:42:37.9048810Z -- Detecting OBJCXX compiler ABI info
      2022-11-28T11:42:38.1770600Z -- Detecting OBJCXX compiler ABI info - done
      2022-11-28T11:42:38.2257060Z -- Check for working OBJCXX compiler: /usr/bin/clang++ - skipped
      2022-11-28T11:42:38.2300390Z -- Building architecture extraction project with the following CMake arguments:
      2022-11-28T11:42:38.2301100Z     -DCMAKE_C_STANDARD=11
      2022-11-28T11:42:38.2301430Z     -DCMAKE_CXX_STANDARD=17
      2022-11-28T11:42:38.2302070Z     -DCMAKE_MODULE_PATH:STRING=/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_aqua_qt6/qt6-qtbase/work/qtbase-everywhere-src-6.2.4/cmake/platforms
      2022-11-28T11:42:38.5889350Z -- Extracting architecture info from /opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_aqua_qt6/qt6-qtbase/work/qtbase-everywhere-src-6.2.4/config.tests/arch/architecture_test.
      2022-11-28T11:42:38.5910940Z -- CMAKE_OSX_ARCHITECTURES: "" (defaults to x86_64)
      2022-11-28T11:42:38.5915520Z -- CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX13.0.sdk"
      2022-11-28T11:42:38.5916350Z -- CMAKE_OSX_DEPLOYMENT_TARGET: "10.14"
      2022-11-28T11:42:38.5917460Z -- QT_MAC_SDK_VERSION: "13.0"
      2022-11-28T11:42:38.5918110Z -- QT_MAC_XCODE_VERSION: ""
      2022-11-28T11:42:38.5918780Z -- QT_IS_MACOS_UNIVERSAL: "OFF"
      2022-11-28T11:42:38.5919440Z -- CMAKE_VERSION: "3.24.3"
      2022-11-28T11:42:38.5920130Z -- CMAKE_HOST_SYSTEM: "Darwin-21.6.0"
      2022-11-28T11:42:38.5920810Z -- CMAKE_HOST_SYSTEM_NAME: "Darwin"
      2022-11-28T11:42:38.5921500Z -- CMAKE_HOST_SYSTEM_VERSION: "21.6.0"
      2022-11-28T11:42:38.5922230Z -- CMAKE_HOST_SYSTEM_PROCESSOR: "x86_64"
      2022-11-28T11:42:38.5922890Z -- CMAKE_SYSTEM: "Darwin"
      2022-11-28T11:42:38.5923550Z -- CMAKE_SYSTEM_NAME: "Darwin"
      2022-11-28T11:42:38.5924230Z -- CMAKE_SYSTEM_VERSION: "21.6.0"
      2022-11-28T11:42:38.5924880Z -- CMAKE_SYSTEM_PROCESSOR: "x86_64"
      2022-11-28T11:42:38.5925560Z -- CMAKE_CROSSCOMPILING: "FALSE"
      2022-11-28T11:42:38.5926290Z -- CMAKE_C_COMPILER: "/usr/bin/clang" (14.0.0.14000029)
      2022-11-28T11:42:38.5927030Z -- CMAKE_CXX_COMPILER: "/usr/bin/clang++" (14.0.0.14000029)
      2022-11-28T11:42:38.5927780Z -- CMAKE_OBJC_COMPILER: "/usr/bin/clang" (14.0.0.14000029)
      2022-11-28T11:42:38.5936850Z -- CMAKE_OBJCXX_COMPILER: "/usr/bin/clang++" (14.0.0.14000029)
      2022-11-28T11:42:39.3658500Z -- Found ZLIB: /opt/local/lib/libz.dylib (found suitable version "1.2.13", minimum required is "1.0.8") 
      2022-11-28T11:42:39.3672770Z -- Found WrapZLIB: TRUE (Required is at least version "1.0.8") 
      2022-11-28T11:42:39.6831250Z -- Found ZSTD: /opt/local/lib/libzstd.dylib (found suitable version "1.5.2", minimum required is "1.3") 
      2022-11-28T11:42:39.7294550Z -- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2") 
      2022-11-28T11:42:40.3374540Z -- Found WrapDBus1: /opt/local/lib/libdbus-1.dylib (found suitable version "1.14.4", minimum required is "1.2") 
      2022-11-28T11:42:40.3686550Z -- Checking for module 'libudev'
      2022-11-28T11:42:40.3774770Z --   No package 'libudev' found
      2022-11-28T11:42:40.3783850Z -- Performing Test TEST_use_bfd_linker
      2022-11-28T11:42:40.5486990Z -- Performing Test TEST_use_bfd_linker - Failed
      2022-11-28T11:42:40.5717690Z -- Performing Test TEST_use_gold_linker
      2022-11-28T11:42:40.7394190Z -- Performing Test TEST_use_gold_linker - Failed
      2022-11-28T11:42:40.7628540Z -- Performing Test TEST_use_lld_linker
      2022-11-28T11:42:40.9343470Z -- Performing Test TEST_use_lld_linker - Failed
      2022-11-28T11:42:40.9575050Z -- Performing Test TEST_use_mold_linker
      2022-11-28T11:42:41.1685490Z -- Performing Test TEST_use_mold_linker - Success
      2022-11-28T11:42:41.2184240Z -- Performing Test HAVE_cxx14
      2022-11-28T11:42:41.4720940Z -- Performing Test HAVE_cxx14 - Success
      2022-11-28T11:42:41.5144110Z -- Performing Test HAVE_cxx17
      2022-11-28T11:42:42.5730150Z -- Performing Test HAVE_cxx17 - Success
      2022-11-28T11:42:42.6011840Z -- Performing Test HAVE_cxx20
      2022-11-28T11:42:42.8224830Z -- Performing Test HAVE_cxx20 - Success
      2022-11-28T11:42:42.8643160Z -- Performing Test precompiled header support
      2022-11-28T11:42:43.1774910Z -- Performing Test precompiled header support - Success
      2022-11-28T11:42:43.2204440Z -- Performing Test TEST_optimize_debug
      2022-11-28T11:42:43.4578840Z -- Performing Test TEST_optimize_debug - Success
      2022-11-28T11:42:43.5000770Z -- Performing Test TEST_enable_new_dtags
      2022-11-28T11:42:43.6813080Z -- Performing Test TEST_enable_new_dtags - Failed
      2022-11-28T11:42:43.7123520Z -- Performing Test TEST_gdb_index
      2022-11-28T11:42:43.8870850Z -- Performing Test TEST_gdb_index - Failed
      2022-11-28T11:42:43.9099570Z -- Performing Test HAVE_reduce_relocations
      2022-11-28T11:42:44.1201980Z -- Performing Test HAVE_reduce_relocations - Success
      2022-11-28T11:42:44.1618250Z -- Performing Test separate debug information support
      2022-11-28T11:42:44.3770690Z -- Performing Test separate debug information support - Failed
      2022-11-28T11:42:44.4190940Z -- Performing Test HAVE_signaling_nan
      2022-11-28T11:42:44.6696270Z -- Performing Test HAVE_signaling_nan - Success
      2022-11-28T11:42:44.7112920Z -- Performing SIMD Test SSE2 instructions
      2022-11-28T11:42:45.4309370Z -- Performing SIMD Test SSE2 instructions - Success
      2022-11-28T11:42:45.4311470Z -- Performing SIMD Test SSE3 instructions
      2022-11-28T11:42:46.0645710Z -- Performing SIMD Test SSE3 instructions - Success
      2022-11-28T11:42:46.0647070Z -- Performing SIMD Test SSSE3 instructions
      2022-11-28T11:42:46.7332220Z -- Performing SIMD Test SSSE3 instructions - Success
      2022-11-28T11:42:46.7334470Z -- Performing SIMD Test SSE4.1 instructions
      2022-11-28T11:42:47.4256070Z -- Performing SIMD Test SSE4.1 instructions - Success
      2022-11-28T11:42:47.4257730Z -- Performing SIMD Test SSE4.2 instructions
      2022-11-28T11:42:48.0601580Z -- Performing SIMD Test SSE4.2 instructions - Success
      2022-11-28T11:42:48.0602880Z -- Performing SIMD Test AES new instructions
      2022-11-28T11:42:48.6869070Z -- Performing SIMD Test AES new instructions - Success
      2022-11-28T11:42:48.6869890Z -- Performing SIMD Test F16C instructions
      2022-11-28T11:42:49.3097080Z -- Performing SIMD Test F16C instructions - Success
      2022-11-28T11:42:49.3097560Z -- Performing SIMD Test RDRAND instruction
      2022-11-28T11:42:49.9466500Z -- Performing SIMD Test RDRAND instruction - Success
      2022-11-28T11:42:49.9474090Z -- Performing SIMD Test RDSEED instruction
      2022-11-28T11:42:50.5801950Z -- Performing SIMD Test RDSEED instruction - Success
      2022-11-28T11:42:50.5802520Z -- Performing SIMD Test SHA new instructions
      2022-11-28T11:42:51.1944240Z -- Performing SIMD Test SHA new instructions - Success
      2022-11-28T11:42:51.1945140Z -- Performing SIMD Test AVX instructions
      2022-11-28T11:42:51.8582930Z -- Performing SIMD Test AVX instructions - Success
      2022-11-28T11:42:51.8583750Z -- Performing SIMD Test AVX2 instructions
      2022-11-28T11:42:52.5244790Z -- Performing SIMD Test AVX2 instructions - Success
      2022-11-28T11:42:52.5246170Z -- Performing SIMD Test AVX512 F instructions
      2022-11-28T11:42:53.1613150Z -- Performing SIMD Test AVX512 F instructions - Success
      2022-11-28T11:42:53.1614290Z -- Performing SIMD Test AVX512 ER instructions
      2022-11-28T11:42:53.8355030Z -- Performing SIMD Test AVX512 ER instructions - Success
      2022-11-28T11:42:53.8356470Z -- Performing SIMD Test AVX512 CD instructions
      2022-11-28T11:42:54.4538310Z -- Performing SIMD Test AVX512 CD instructions - Success
      2022-11-28T11:42:54.4539510Z -- Performing SIMD Test AVX512 PF instructions
      2022-11-28T11:42:55.0687900Z -- Performing SIMD Test AVX512 PF instructions - Success
      2022-11-28T11:42:55.0688600Z -- Performing SIMD Test AVX512 DQ instructions
      2022-11-28T11:42:55.6889270Z -- Performing SIMD Test AVX512 DQ instructions - Success
      2022-11-28T11:42:55.6890110Z -- Performing SIMD Test AVX512 BW instructions
      2022-11-28T11:42:56.3038330Z -- Performing SIMD Test AVX512 BW instructions - Success
      2022-11-28T11:42:56.3039350Z -- Performing SIMD Test AVX512 VL instructions
      2022-11-28T11:42:56.9340860Z -- Performing SIMD Test AVX512 VL instructions - Success
      2022-11-28T11:42:56.9342870Z -- Performing SIMD Test AVX512 IFMA instructions
      2022-11-28T11:42:57.5626290Z -- Performing SIMD Test AVX512 IFMA instructions - Success
      2022-11-28T11:42:57.5627200Z -- Performing SIMD Test AVX512 VBMI instructions
      2022-11-28T11:42:58.2438710Z -- Performing SIMD Test AVX512 VBMI instructions - Success
      2022-11-28T11:42:58.2861760Z -- Performing Test HAVE_posix_fallocate
      2022-11-28T11:42:58.5010340Z -- Performing Test HAVE_posix_fallocate - Failed
      2022-11-28T11:42:58.5019880Z -- Performing Test HAVE_alloca_stdlib_h
      2022-11-28T11:42:58.7533120Z -- Performing Test HAVE_alloca_stdlib_h - Success
      2022-11-28T11:42:58.7959430Z -- Performing Test HAVE_alloca_h
      2022-11-28T11:42:59.0199560Z -- Performing Test HAVE_alloca_h - Success
      2022-11-28T11:42:59.0622810Z -- Performing Test HAVE_alloca_malloc_h
      2022-11-28T11:42:59.1867020Z -- Performing Test HAVE_alloca_malloc_h - Failed
      2022-11-28T11:42:59.1876140Z -- Performing Test HAVE_stack_protector
      2022-11-28T11:42:59.4395950Z -- Performing Test HAVE_stack_protector - Success
      2022-11-28T11:42:59.4818680Z -- Performing Test HAVE_intelcet
      2022-11-28T11:42:59.6201410Z -- Performing Test HAVE_intelcet - Failed
      2022-11-28T11:42:59.7831350Z -- Performing Test HAVE_LD_VERSION_SCRIPT
      2022-11-28T11:43:00.0521920Z -- Performing Test HAVE_LD_VERSION_SCRIPT - Failed
      2022-11-28T11:43:00.2911760Z -- Looking for backtrace
      2022-11-28T11:43:00.5302950Z -- Looking for backtrace - found
      2022-11-28T11:43:00.5712720Z -- backtrace facility detected in default set of libraries
      2022-11-28T11:43:00.5716620Z -- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX13.0.sdk/usr/include  
      2022-11-28T11:43:01.2313280Z -- Found GLIB2: /opt/local/lib/libglib-2.0.dylib  
      2022-11-28T11:43:01.5318830Z -- Found the following ICU libraries:
      2022-11-28T11:43:01.5319300Z --   i18n (required): /opt/local/lib/libicui18n.dylib
      2022-11-28T11:43:01.5319700Z --   uc (required): /opt/local/lib/libicuuc.dylib
      2022-11-28T11:43:01.5320080Z --   data (required): /opt/local/lib/libicudata.dylib
      2022-11-28T11:43:01.5331620Z -- Found ICU: /opt/local/include (found version "72.1") 
      2022-11-28T11:43:01.5693090Z -- Checking for module 'libsystemd'
      2022-11-28T11:43:01.5782240Z --   No package 'libsystemd' found
      2022-11-28T11:43:01.6445940Z -- Performing Test HAVE_STDATOMIC
      2022-11-28T11:43:02.0097440Z -- Performing Test HAVE_STDATOMIC - Success
      2022-11-28T11:43:02.0335730Z -- Found WrapAtomic: TRUE  
      2022-11-28T11:43:02.0651360Z -- Checking for module 'libb2'
      2022-11-28T11:43:02.1088700Z --   Found libb2, version 0.98.1
      2022-11-28T11:43:02.2869630Z -- Performing Test HAVE_GETTIME
      2022-11-28T11:43:02.5179620Z -- Performing Test HAVE_GETTIME - Success
      2022-11-28T11:43:02.5417190Z -- Found WrapRt: TRUE  
      2022-11-28T11:43:02.6798770Z -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS) 
      2022-11-28T11:43:02.9750400Z -- Found WrapSystemPCRE2: /opt/local/lib/libpcre2-16.dylib (found suitable version "10.40", minimum required is "10.20") 
      2022-11-28T11:43:03.1082680Z -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY) 
      2022-11-28T11:43:03.1089990Z -- Performing Test HAVE_atomicfptr
      2022-11-28T11:43:03.4689580Z -- Performing Test HAVE_atomicfptr - Success
      2022-11-28T11:43:03.4929200Z -- Performing Test HAVE_clock_monotonic
      2022-11-28T11:43:03.6360830Z -- Performing Test HAVE_clock_monotonic - Failed
      2022-11-28T11:43:03.6368580Z -- Performing Test HAVE_cloexec
      2022-11-28T11:43:03.8002510Z -- Performing Test HAVE_cloexec - Failed
      2022-11-28T11:43:03.8012990Z -- Performing Test HAVE_cxx11_future
      2022-11-28T11:43:04.7758940Z -- Performing Test HAVE_cxx11_future - Success
      2022-11-28T11:43:04.8162820Z -- Performing Test HAVE_cxx11_random
      2022-11-28T11:43:05.7798110Z -- Performing Test HAVE_cxx11_random - Success
      2022-11-28T11:43:05.8083730Z -- Performing Test HAVE_cxx17_filesystem
      2022-11-28T11:43:06.8597060Z -- Performing Test HAVE_cxx17_filesystem - Failed
      2022-11-28T11:43:06.8600560Z -- Performing Test HAVE_eventfd
      2022-11-28T11:43:06.9863320Z -- Performing Test HAVE_eventfd - Failed
      2022-11-28T11:43:06.9873300Z -- Performing Test HAVE_futimens
      2022-11-28T11:43:07.2098280Z -- Performing Test HAVE_futimens - Success
      2022-11-28T11:43:07.2519040Z -- Performing Test HAVE_futimes
      2022-11-28T11:43:07.4764070Z -- Performing Test HAVE_futimes - Success
      2022-11-28T11:43:07.5186260Z -- Performing Test HAVE_getauxval
      2022-11-28T11:43:07.6456120Z -- Performing Test HAVE_getauxval - Failed
      2022-11-28T11:43:07.6465250Z -- Performing Test HAVE_getentropy
      2022-11-28T11:43:07.7954420Z -- Performing Test HAVE_getentropy - Failed
      2022-11-28T11:43:07.8297170Z -- Performing Test HAVE_glibc
      2022-11-28T11:43:07.9812110Z -- Performing Test HAVE_glibc - Failed
      2022-11-28T11:43:07.9821330Z -- Performing Test HAVE_inotify
      2022-11-28T11:43:08.1110880Z -- Performing Test HAVE_inotify - Failed
      2022-11-28T11:43:08.1120540Z -- Performing Test HAVE_ipc_sysv
      2022-11-28T11:43:08.3423610Z -- Performing Test HAVE_ipc_sysv - Success
      2022-11-28T11:43:08.3660260Z -- Performing Test HAVE_ipc_posix
      2022-11-28T11:43:08.5994290Z -- Performing Test HAVE_ipc_posix - Success
      2022-11-28T11:43:08.6417630Z -- Performing Test HAVE_linkat
      2022-11-28T11:43:08.8701230Z -- Performing Test HAVE_linkat - Success
      2022-11-28T11:43:08.9110820Z -- Performing Test HAVE_ppoll
      2022-11-28T11:43:09.0584800Z -- Performing Test HAVE_ppoll - Failed
      2022-11-28T11:43:09.0594220Z -- Performing Test HAVE_pollts
      2022-11-28T11:43:09.2167640Z -- Performing Test HAVE_pollts - Failed
      2022-11-28T11:43:09.2177740Z -- Performing Test HAVE_poll
      2022-11-28T11:43:09.4489820Z -- Performing Test HAVE_poll - Success
      2022-11-28T11:43:09.4722050Z -- Performing Test HAVE_renameat2
      2022-11-28T11:43:09.6275420Z -- Performing Test HAVE_renameat2 - Failed
      2022-11-28T11:43:09.6288060Z -- Performing Test HAVE_statx
      2022-11-28T11:43:09.7901230Z -- Performing Test HAVE_statx - Failed
      2022-11-28T11:43:09.7905240Z -- Performing Test HAVE_syslog
      2022-11-28T11:43:10.0243870Z -- Performing Test HAVE_syslog - Success
      2022-11-28T11:43:10.0668050Z -- Performing Test HAVE_cpp_winrt
      2022-11-28T11:43:10.1999420Z -- Performing Test HAVE_cpp_winrt - Failed
      2022-11-28T11:43:10.2008620Z -- Performing Test HAVE_xlocalescanprint
      2022-11-28T11:43:10.3333570Z -- Performing Test HAVE_xlocalescanprint - Failed
      2022-11-28T11:43:11.0046730Z -- Checking for module 'libproxy-1.0'
      2022-11-28T11:43:11.0134680Z --   No package 'libproxy-1.0' found
      2022-11-28T11:43:11.3310920Z -- Found OpenSSL: /opt/local/libexec/openssl3/lib/libcrypto.dylib (found version "3.0.7")  
      2022-11-28T11:43:11.3330180Z -- Found WrapOpenSSLHeaders: /opt/local/libexec/openssl3/include (found version "3.0.7") 
      2022-11-28T11:43:11.3363210Z -- Performing Test HAVE_openssl_headers
      2022-11-28T11:43:11.8030350Z -- Performing Test HAVE_openssl_headers - Success
      2022-11-28T11:43:11.8630280Z -- Found WrapOpenSSL: /opt/local/libexec/openssl3/lib/libcrypto.dylib (found version "3.0.7") 
      2022-11-28T11:43:11.8683280Z -- Performing Test HAVE_openssl
      2022-11-28T11:43:12.2653180Z -- Performing Test HAVE_openssl - Success
      2022-11-28T11:43:12.4633030Z -- Found GSSAPI: /Library/Developer/CommandLineTools/SDKs/MacOSX13.0.sdk/System/Library/Frameworks/GSS.framework  
      2022-11-28T11:43:12.4658060Z -- Performing Test HAVE_getifaddrs
      2022-11-28T11:43:12.7104510Z -- Performing Test HAVE_getifaddrs - Success
      2022-11-28T11:43:12.7328450Z -- Performing Test HAVE_ifr_index
      2022-11-28T11:43:12.9007610Z -- Performing Test HAVE_ifr_index - Failed
      2022-11-28T11:43:12.9017730Z -- Performing Test HAVE_ipv6ifname
      2022-11-28T11:43:13.1606370Z -- Performing Test HAVE_ipv6ifname - Success
      2022-11-28T11:43:13.2030400Z -- Performing Test HAVE_linux_netlink
      2022-11-28T11:43:13.3600480Z -- Performing Test HAVE_linux_netlink - Failed
      2022-11-28T11:43:13.3610170Z -- Performing Test HAVE_sctp
      2022-11-28T11:43:13.5203460Z -- Performing Test HAVE_sctp - Failed
      2022-11-28T11:43:13.5213720Z -- Performing Test HAVE_dtls
      2022-11-28T11:43:13.9029240Z -- Performing Test HAVE_dtls - Success
      2022-11-28T11:43:13.9454760Z -- Performing Test HAVE_ocsp
      2022-11-28T11:43:14.3446620Z -- Performing Test HAVE_ocsp - Success
      2022-11-28T11:43:14.3868940Z -- Performing Test HAVE_networklistmanager
      2022-11-28T11:43:14.5163400Z -- Performing Test HAVE_networklistmanager - Failed
      2022-11-28T11:43:14.5831150Z -- Checking for module 'atspi-2'
      2022-11-28T11:43:14.5923420Z --   No package 'atspi-2' found
      2022-11-28T11:43:14.6266670Z -- Checking for module 'directfb'
      2022-11-28T11:43:14.6355670Z --   No package 'directfb' found
      2022-11-28T11:43:14.7596070Z -- Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR) 
      2022-11-28T11:43:14.9242060Z -- Performing Test HAVE_EGL
      2022-11-28T11:43:15.0552580Z -- Performing Test HAVE_EGL - Failed
      2022-11-28T11:43:15.0573100Z -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY) 
      2022-11-28T11:43:15.3963800Z -- Found WrapSystemFreetype: /opt/local/lib/libfreetype.dylib (found suitable version "2.12.1", minimum required is "2.2.0") 
      2022-11-28T11:43:15.7097890Z -- Found Fontconfig: /opt/local/lib/libfontconfig.dylib (found version "2.14.1") 
      2022-11-28T11:43:15.8316420Z -- Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR) 
      2022-11-28T11:43:15.8863470Z -- Checking for module 'harfbuzz'
      2022-11-28T11:43:15.9362560Z --   Found harfbuzz, version 5.3.1
      2022-11-28T11:43:16.1811610Z -- Found WrapSystemHarfbuzz: /opt/local/lib/libharfbuzz.dylib (found suitable version "5.3.1", minimum required is "2.6.0") 
      2022-11-28T11:43:16.3064100Z -- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR) 
      2022-11-28T11:43:16.4002420Z -- Found JPEG: /opt/local/lib/libjpeg.dylib (found version "80") 
      2022-11-28T11:43:16.5428300Z -- Found WrapSystemPNG: /opt/local/lib/libpng.dylib;/opt/local/lib/libz.dylib (found version "1.4.12") 
      2022-11-28T11:43:16.5764080Z -- Checking for module 'mtdev'
      2022-11-28T11:43:16.5861680Z --   No package 'mtdev' found
      2022-11-28T11:43:16.6320610Z -- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX13.0.sdk/System/Library/Frameworks/OpenGL.framework   
      2022-11-28T11:43:16.6342660Z -- Found WrapOpenGL: TRUE  
      2022-11-28T11:43:17.0227290Z -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY) 
      2022-11-28T11:43:17.0244950Z -- Performing Test HAVE_GLESv2
      2022-11-28T11:43:17.1617700Z -- Performing Test HAVE_GLESv2 - Failed
      2022-11-28T11:43:17.1635420Z -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2) 
      2022-11-28T11:43:17.1983150Z -- Checking for module 'tslib'
      2022-11-28T11:43:17.2075530Z --   No package 'tslib' found
      2022-11-28T11:43:17.3486120Z -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) 
      2022-11-28T11:43:17.3505940Z -- Performing Test HAVE_evdev
      2022-11-28T11:43:17.4846700Z -- Performing Test HAVE_evdev - Failed
      2022-11-28T11:43:17.4857300Z -- Performing Test HAVE_integrityfb
      2022-11-28T11:43:17.6116110Z -- Performing Test HAVE_integrityfb - Failed
      2022-11-28T11:43:17.6124140Z -- Performing Test HAVE_linuxfb
      2022-11-28T11:43:17.7473540Z -- Performing Test HAVE_linuxfb - Failed
      2022-11-28T11:43:17.7488600Z -- Performing Test HAVE_directwrite
      2022-11-28T11:43:17.8766020Z -- Performing Test HAVE_directwrite - Failed
      2022-11-28T11:43:17.8777590Z -- Performing Test HAVE_directwrite3
      2022-11-28T11:43:18.0157360Z -- Performing Test HAVE_directwrite3 - Failed
      2022-11-28T11:43:18.0166650Z -- Performing Test HAVE_d2d1
      2022-11-28T11:43:18.1469020Z -- Performing Test HAVE_d2d1 - Failed
      2022-11-28T11:43:18.1478370Z -- Performing Test HAVE_d2d1_1
      2022-11-28T11:43:18.2753990Z -- Performing Test HAVE_d2d1_1 - Failed
      2022-11-28T11:43:18.4016860Z -- Tool 'Qt6::moc' will be built from source.
      2022-11-28T11:43:18.4054840Z -- Tool 'Qt6::rcc' will be built from source.
      2022-11-28T11:43:18.4100270Z -- Tool 'Qt6::tracegen' will be built from source.
      2022-11-28T11:43:18.4139820Z -- Tool 'Qt6::cmake_automoc_parser' will be built from source.
      2022-11-28T11:43:18.4407770Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
      2022-11-28T11:43:18.6659080Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
      2022-11-28T11:43:18.7097400Z -- Found Threads: TRUE  
      2022-11-28T11:43:18.7289930Z -- Using system PCRE2.
      2022-11-28T11:43:18.7302520Z -- Found WrapPCRE2: TRUE  
      2022-11-28T11:43:18.7343700Z -- Using source syncqt found at: /opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_aqua_qt6/qt6-qtbase/work/qtbase-everywhere-src-6.2.4/libexec/syncqt.pl
      2022-11-28T11:43:18.7347550Z -- Running syncqt for module: 'QtCore' 
      2022-11-28T11:43:20.5270610Z -- Found the following ICU libraries:
      2022-11-28T11:43:20.5271580Z --   i18n (required): /opt/local/lib/libicui18n.dylib
      2022-11-28T11:43:20.5272430Z --   uc (required): /opt/local/lib/libicuuc.dylib
      2022-11-28T11:43:20.5273190Z --   data (required): /opt/local/lib/libicudata.dylib
      2022-11-28T11:43:20.5633250Z -- Checking for module 'libsystemd'
      2022-11-28T11:43:20.5733050Z --   No package 'libsystemd' found
      2022-11-28T11:43:20.7680100Z -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS) 
      2022-11-28T11:43:20.9237130Z -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY) 
      2022-11-28T11:43:20.9723420Z -- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
      2022-11-28T11:43:21.3619120Z -- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
      2022-11-28T11:43:21.4042330Z -- Performing Test HAVE_DASH_DASH_NO_UNDEFINED
      2022-11-28T11:43:21.5958110Z -- Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Failed
      2022-11-28T11:43:21.6787570Z -- xmlstarlet command was not found. freedesktop.org.xml will not be minified.
      2022-11-28T11:43:23.2400700Z -- Running syncqt for module: 'QtConcurrent' 
      2022-11-28T11:43:23.4398060Z -- Running syncqt for module: 'QtSql' 
      2022-11-28T11:43:23.5630950Z -- Running syncqt for module: 'QtNetwork' 
      2022-11-28T11:43:23.8911720Z -- Checking for module 'libproxy-1.0'
      2022-11-28T11:43:23.9012880Z --   No package 'libproxy-1.0' found
      2022-11-28T11:43:24.1094460Z -- Running syncqt for module: 'QtXml' 
      2022-11-28T11:43:24.1972090Z -- Tool 'Qt6::uic' will be built from source.
      2022-11-28T11:43:24.2009470Z -- Tool 'Qt6::qdbuscpp2xml' will be built from source.
      2022-11-28T11:43:24.2046960Z -- Tool 'Qt6::qdbusxml2cpp' will be built from source.
      2022-11-28T11:43:24.2083010Z -- Tool 'Qt6::qlalr' will be built from source.
      2022-11-28T11:43:24.2119930Z -- Tool 'Qt6::qvkgen' will be built from source.
      2022-11-28T11:43:24.2157510Z -- Tool 'Qt6::qtpaths' will be built from source.
      2022-11-28T11:43:24.2198680Z -- Tool 'Qt6::androiddeployqt' will be built from source.
      2022-11-28T11:43:24.2236130Z -- Tool 'Qt6::androidtestrunner' will be built from source.
      2022-11-28T11:43:24.2289140Z -- Running syncqt for module: 'QtDBus' 
      2022-11-28T11:43:24.7379470Z -- Found X11_XCB: /opt/local/lib/libX11-xcb.dylib (found version "1.8.2") 
      2022-11-28T11:43:24.7581770Z -- Using system Harfbuzz.
      2022-11-28T11:43:24.7594670Z -- Found WrapHarfbuzz: TRUE  
      2022-11-28T11:43:24.7791250Z -- Using system PNG.
      2022-11-28T11:43:24.7804200Z -- Found WrapPNG: TRUE  
      2022-11-28T11:43:24.8003340Z -- Using system Freetype.
      2022-11-28T11:43:24.8014010Z -- Found WrapFreetype: TRUE  
      2022-11-28T11:43:24.8055490Z -- Running syncqt for module: 'QtGui' 
      2022-11-28T11:43:25.8008800Z -- Checking for module 'atspi-2'
      2022-11-28T11:43:25.8109380Z --   No package 'atspi-2' found
      2022-11-28T11:43:25.8449270Z -- Checking for module 'directfb'
      2022-11-28T11:43:25.8571080Z --   No package 'directfb' found
      2022-11-28T11:43:25.9817920Z -- Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR) 
      2022-11-28T11:43:26.1428450Z -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY) 
      2022-11-28T11:43:26.3171810Z -- Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR) 
      2022-11-28T11:43:26.4639890Z -- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR) 
      2022-11-28T11:43:26.5704000Z -- Checking for module 'mtdev'
      2022-11-28T11:43:26.5863270Z --   No package 'mtdev' found
      2022-11-28T11:43:26.9944290Z -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY) 
      2022-11-28T11:43:26.9972060Z -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2) 
      2022-11-28T11:43:27.0324080Z -- Checking for module 'tslib'
      2022-11-28T11:43:27.0429760Z --   No package 'tslib' found
      2022-11-28T11:43:27.1864470Z -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) 
      2022-11-28T11:43:27.3085020Z -- Running syncqt for module: 'QtOpenGL' 
      2022-11-28T11:43:29.5789780Z -- Running syncqt for module: 'QtWidgets' 
      2022-11-28T11:43:30.3264970Z -- Checking for module 'gtk+-3.0 >= 3.6'
      2022-11-28T11:43:30.3375110Z --   No package 'gtk+-3.0' found
      2022-11-28T11:43:30.5937890Z -- Running syncqt for module: 'QtOpenGLWidgets' 
      2022-11-28T11:43:30.6652620Z -- Running syncqt for module: 'QtDeviceDiscoverySupport' 
      2022-11-28T11:43:30.7359730Z -- Running syncqt for module: 'QtFbSupport' 
      2022-11-28T11:43:30.8079810Z -- Running syncqt for module: 'QtTest' 
      2022-11-28T11:43:31.0260430Z -- Running syncqt for module: 'QtPrintSupport' 
      2022-11-28T11:43:31.2619210Z -- Found Cups: /Library/Developer/CommandLineTools/SDKs/MacOSX13.0.sdk/usr/lib/libcups.tbd (found version "2.3.4") 
      2022-11-28T11:43:31.4172470Z -- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY) 
      2022-11-28T11:43:31.5454510Z -- Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR) 
      2022-11-28T11:43:31.8369370Z -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR) 
      2022-11-28T11:43:31.9494070Z -- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR) 
      2022-11-28T11:43:32.0493080Z -- Could NOT find ODBC (missing: ODBC_INCLUDE_DIR) 
      2022-11-28T11:43:32.1332260Z -- Found SQLite3: /Library/Frameworks/Mono.framework/Headers (found version "3.26.0") 
      2022-11-28T11:43:32.2298420Z -- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR) 
      2022-11-28T11:43:32.4520930Z -- Tool 'Qt6::qmake' will be built from source.
      2022-11-28T11:43:32.5538510Z -- The following packages have been found:
      2022-11-28T11:43:32.5539370Z 
      2022-11-28T11:43:32.5539820Z  * QtBuildInternals
      2022-11-28T11:43:32.5540400Z  * WrapZLIB (required version >= 1.0.8)
      2022-11-28T11:43:32.5541090Z  * ZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
      2022-11-28T11:43:32.5541720Z  * DBus1 (required version >= 1.2)
      2022-11-28T11:43:32.5542290Z  * WrapDBus1 (required version >= 1.2)
      2022-11-28T11:43:32.5542830Z  * Backtrace
      2022-11-28T11:43:32.5543470Z  * double-conversion
      2022-11-28T11:43:32.5544080Z  * OpenSSL
      2022-11-28T11:43:32.5544620Z  * Freetype (required version >= 2.2.0)
      2022-11-28T11:43:32.5545160Z  * md4c
      2022-11-28T11:43:32.5545640Z  * ZLIB
      2022-11-28T11:43:32.5546130Z  * PNG
      2022-11-28T11:43:32.5546630Z  * OpenGL
      2022-11-28T11:43:32.5547110Z  * Threads
      2022-11-28T11:43:32.5547620Z  * WrapPCRE2
      2022-11-28T11:43:32.5548140Z  * WrapBacktrace
      2022-11-28T11:43:32.5548680Z  * WrapDoubleConversion
      2022-11-28T11:43:32.5549310Z  * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
      2022-11-28T11:43:32.5550010Z  * ICU
      2022-11-28T11:43:32.5550530Z  * WrapAtomic
      2022-11-28T11:43:32.5551020Z  * Libb2
      2022-11-28T11:43:32.5551520Z  * WrapRt
      2022-11-28T11:43:32.5552080Z  * WrapSystemPCRE2 (required version >= 10.20)
      2022-11-28T11:43:32.5552630Z  * WrapBrotli
      2022-11-28T11:43:32.5553140Z  * WrapOpenSSLHeaders
      2022-11-28T11:43:32.5553670Z  * WrapOpenSSL
      2022-11-28T11:43:32.5554260Z  * GSSAPI, Generic Security Services Application Program Interface
      2022-11-28T11:43:32.5555100Z  * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
      2022-11-28T11:43:32.5555510Z  * WrapHarfbuzz
      2022-11-28T11:43:32.5555700Z  * WrapPNG
      2022-11-28T11:43:32.5556120Z  * WrapSystemFreetype (required version >= 2.2.0)
      2022-11-28T11:43:32.5556600Z  * Fontconfig
      2022-11-28T11:43:32.5556870Z  * WrapSystemHarfbuzz (required version >= 2.6.0)
      2022-11-28T11:43:32.5557100Z  * WrapSystemMd4c
      2022-11-28T11:43:32.5557300Z  * WrapSystemPNG
      2022-11-28T11:43:32.5557490Z  * WrapOpenGL
      2022-11-28T11:43:32.5557660Z  * Cups
      2022-11-28T11:43:32.5557830Z  * PkgConfig
      2022-11-28T11:43:32.5568530Z  * SQLite3
      2022-11-28T11:43:32.5569040Z  * WrapFreetype
      2022-11-28T11:43:32.5569560Z  * JPEG
      2022-11-28T11:43:32.5569680Z 
      2022-11-28T11:43:32.5570020Z -- The following OPTIONAL packages have not been found:
      2022-11-28T11:43:32.5570200Z 
      2022-11-28T11:43:32.5570260Z  * zstd
      2022-11-28T11:43:32.5570430Z  * Libudev
      2022-11-28T11:43:32.5570630Z  * PCRE2 (required version >= 10.20)
      2022-11-28T11:43:32.5570920Z  * unofficial-brotli
      2022-11-28T11:43:32.5571150Z  * harfbuzz (required version >= 2.6.0)
      2022-11-28T11:43:32.5571360Z  * Libsystemd
      2022-11-28T11:43:32.5571520Z  * LTTngUST
      2022-11-28T11:43:32.5571690Z  * Slog2
      2022-11-28T11:43:32.5571850Z  * Libproxy
      2022-11-28T11:43:32.5572030Z  * ATSPI2
      2022-11-28T11:43:32.5572190Z  * DirectFB
      2022-11-28T11:43:32.5572490Z  * Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
      2022-11-28T11:43:32.5573270Z  * gbm, Mesa gbm library., <http://www.mesa3d.org>
      2022-11-28T11:43:32.5574150Z  * 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/>
      2022-11-28T11:43:32.5574670Z  * Mtdev
      2022-11-28T11:43:32.5575290Z  * 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/>
      2022-11-28T11:43:32.5576020Z  * GLESv2
      2022-11-28T11:43:32.5576180Z  * Tslib
      2022-11-28T11:43:32.5576340Z  * Vulkan
      2022-11-28T11:43:32.5576520Z  * WrapVulkanHeaders
      2022-11-28T11:43:32.5576730Z  * GTK3 (required version >= 3.6)
      2022-11-28T11:43:32.5577130Z  * DB2, IBM DB2 client library, <https://www.ibm.com>
      2022-11-28T11:43:32.5577450Z  * MySQL, MySQL client library, <https://www.mysql.com>
      2022-11-28T11:43:32.5577690Z  * PostgreSQL
      2022-11-28T11:43:32.5578120Z  * Oracle, Oracle client library, <https://www.oracle.com>
      2022-11-28T11:43:32.5578640Z  * ODBC
      2022-11-28T11:43:32.5578940Z  * Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase>
      2022-11-28T11:43:32.5579160Z 
      2022-11-28T11:43:32.6234290Z Configure summary:
      2022-11-28T11:43:32.6235280Z 
      2022-11-28T11:43:32.6236820Z Building for: macx-clang (x86_64, CPU features: cx16 mmx sse sse2 sse3 ssse3 sse4.1)
      2022-11-28T11:43:32.6237940Z Compiler: clang (Apple) 14.0.0.14000029
      2022-11-28T11:43:32.6238570Z Build options:
      2022-11-28T11:43:32.6239130Z   Mode ................................... release
      2022-11-28T11:43:32.6239720Z   Optimize release build for size ........ yes
      2022-11-28T11:43:32.6240730Z   Fully optimize release builds (-O3) .... no
      2022-11-28T11:43:32.6242090Z   Building shared libraries .............. yes
      2022-11-28T11:43:32.6242750Z   Using C standard ....................... C11
      2022-11-28T11:43:32.6243320Z   Using C++ standard ..................... C++17
      2022-11-28T11:43:32.6244000Z   Using ccache ........................... no
      2022-11-28T11:43:32.6244570Z   Relocatable ............................ yes
      2022-11-28T11:43:32.6245330Z   Using precompiled headers .............. no
      2022-11-28T11:43:32.6245890Z   Using LTCG ............................. no
      2022-11-28T11:43:32.6246860Z   Target compiler supports:
      2022-11-28T11:43:32.6247490Z     SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
      2022-11-28T11:43:32.6248080Z     AVX .................................. AVX AVX2
      2022-11-28T11:43:32.6248670Z     AVX512 ............................... F ER CD PF DQ BW VL IFMA VBMI
      2022-11-28T11:43:32.6249270Z     Other x86 ............................ AES F16C RDRAND SHA
      2022-11-28T11:43:32.6250000Z     Intrinsics without compiler architecture option  yes
      2022-11-28T11:43:32.6251010Z   Sanitizers:
      2022-11-28T11:43:32.6251610Z     Addresses ............................ no
      2022-11-28T11:43:32.6252170Z     Threads .............................. no
      2022-11-28T11:43:32.6252720Z     Memory ............................... no
      2022-11-28T11:43:32.6253270Z     Fuzzer (instrumentation only) ........ no
      2022-11-28T11:43:32.6254150Z     Undefined ............................ no
      2022-11-28T11:43:32.6254740Z   Build parts ............................ libs tools
      2022-11-28T11:43:32.6255320Z   App store compliance ................... no
      2022-11-28T11:43:32.6256300Z Qt modules and options:
      2022-11-28T11:43:32.6256920Z   Qt Concurrent .......................... yes
      2022-11-28T11:43:32.6257640Z   Qt D-Bus ............................... yes
      2022-11-28T11:43:32.6258330Z   Qt D-Bus directly linked to libdbus .... yes
      2022-11-28T11:43:32.6259350Z   Qt Gui ................................. yes
      2022-11-28T11:43:32.6259930Z   Qt Network ............................. yes
      2022-11-28T11:43:32.6260490Z   Qt PrintSupport ........................ yes
      2022-11-28T11:43:32.6261030Z   Qt Sql ................................. yes
      2022-11-28T11:43:32.6261570Z   Qt Testlib ............................. yes
      2022-11-28T11:43:32.6262450Z   Qt Widgets ............................. yes
      2022-11-28T11:43:32.6263080Z   Qt Xml ................................. yes
      2022-11-28T11:43:32.6263630Z Support enabled for:
      2022-11-28T11:43:32.6264570Z   Using pkg-config ....................... yes
      2022-11-28T11:43:32.6265350Z   udev ................................... no
      2022-11-28T11:43:32.6265760Z   Using system zlib ...................... yes
      2022-11-28T11:43:32.6266000Z   Zstandard support ...................... yes
      2022-11-28T11:43:32.6266930Z   Thread support ......................... yes
      2022-11-28T11:43:32.6267170Z Common build options:
      2022-11-28T11:43:32.6267470Z   Linker can resolve circular dependencies  yes
      2022-11-28T11:43:32.6267710Z Qt Core:
      2022-11-28T11:43:32.6267910Z   backtrace .............................. yes
      2022-11-28T11:43:32.6268120Z   DoubleConversion ....................... yes
      2022-11-28T11:43:32.6268510Z     Using system DoubleConversion ........ yes
      2022-11-28T11:43:32.6268770Z   GLib ................................... yes
      2022-11-28T11:43:32.6269200Z   ICU .................................... yes
      2022-11-28T11:43:32.6269510Z   Using system libb2 ..................... yes
      2022-11-28T11:43:32.6269890Z   Built-in copy of the MIME database ..... yes
      2022-11-28T11:43:32.6270130Z   cpp/winrt base ......................... no
      2022-11-28T11:43:32.6270360Z   Tracing backend ........................ <none>
      2022-11-28T11:43:32.6270570Z   Logging backends:
      2022-11-28T11:43:32.6270780Z     journald ............................. no
      2022-11-28T11:43:32.6271000Z     syslog ............................... no
      2022-11-28T11:43:32.6271220Z     slog2 ................................ no
      2022-11-28T11:43:32.6271420Z   PCRE2 .................................. yes
      2022-11-28T11:43:32.6271650Z     Using system PCRE2 ................... yes
      2022-11-28T11:43:32.6271850Z Qt Sql:
      2022-11-28T11:43:32.6272040Z   SQL item models ........................ yes
      2022-11-28T11:43:32.6272230Z Qt Network:
      2022-11-28T11:43:32.6272680Z   getifaddrs() ........................... yes
      2022-11-28T11:43:32.6273140Z   IPv6 ifname ............................ yes
      2022-11-28T11:43:32.6273370Z   libproxy ............................... no
      2022-11-28T11:43:32.6273600Z   SecureTransport ........................ yes
      2022-11-28T11:43:32.6273830Z   OpenSSL ................................ yes
      2022-11-28T11:43:32.6274050Z     Qt directly linked to OpenSSL ........ yes
      2022-11-28T11:43:32.6274280Z   OpenSSL 1.1 ............................ yes
      2022-11-28T11:43:32.6274500Z   DTLS ................................... yes
      2022-11-28T11:43:32.6274850Z   OCSP-stapling .......................... yes
      2022-11-28T11:43:32.6275330Z   SCTP ................................... no
      2022-11-28T11:43:32.6275730Z   Use system proxies ..................... no
      2022-11-28T11:43:32.6275950Z   GSSAPI ................................. yes
      2022-11-28T11:43:32.6276180Z   Brotli Decompression Support ........... yes
      2022-11-28T11:43:32.6276390Z Qt Gui:
      2022-11-28T11:43:32.6276580Z   Accessibility .......................... yes
      2022-11-28T11:43:32.6276800Z   FreeType ............................... yes
      2022-11-28T11:43:32.6277030Z     Using system FreeType ................ yes
      2022-11-28T11:43:32.6277260Z   HarfBuzz ............................... yes
      2022-11-28T11:43:32.6277470Z     Using system HarfBuzz ................ yes
      2022-11-28T11:43:32.6277700Z   Fontconfig ............................. no
      2022-11-28T11:43:32.6277900Z   Image formats:
      2022-11-28T11:43:32.6278090Z     GIF .................................. yes
      2022-11-28T11:43:32.6278370Z     ICO .................................. yes
      2022-11-28T11:43:32.6278580Z     JPEG ................................. yes
      2022-11-28T11:43:32.6278810Z       Using system libjpeg ............... yes
      2022-11-28T11:43:32.6279020Z     PNG .................................. yes
      2022-11-28T11:43:32.6279240Z       Using system libpng ................ yes
      2022-11-28T11:43:32.6279450Z   Text formats:
      2022-11-28T11:43:32.6279640Z     HtmlParser ........................... yes
      2022-11-28T11:43:32.6280280Z     CssParser ............................ yes
      2022-11-28T11:43:32.6280560Z     OdfWriter ............................ yes
      2022-11-28T11:43:32.6280780Z     MarkdownReader ....................... yes
      2022-11-28T11:43:32.6281020Z       Using system libmd4c ............... yes
      2022-11-28T11:43:32.6281240Z     MarkdownWriter ....................... yes
      2022-11-28T11:43:32.6281460Z   EGL .................................... no
      2022-11-28T11:43:32.6282110Z   OpenVG ................................. no
      2022-11-28T11:43:32.6282310Z   OpenGL:
      2022-11-28T11:43:32.6282510Z     Desktop OpenGL ....................... yes
      2022-11-28T11:43:32.6282730Z     OpenGL ES 2.0 ........................ no
      2022-11-28T11:43:32.6282950Z     OpenGL ES 3.0 ........................ no
      2022-11-28T11:43:32.6283160Z     OpenGL ES 3.1 ........................ no
      2022-11-28T11:43:32.6283370Z     OpenGL ES 3.2 ........................ no
      2022-11-28T11:43:32.6283590Z   Vulkan ................................. no
      2022-11-28T11:43:32.6283820Z   Session Management ..................... yes
      2022-11-28T11:43:32.6284040Z Features used by QPA backends:
      2022-11-28T11:43:32.6284260Z   evdev .................................. no
      2022-11-28T11:43:32.6284480Z   libinput ............................... no
      2022-11-28T11:43:32.6284850Z   INTEGRITY HID .......................... no
      2022-11-28T11:43:32.6285100Z   mtdev .................................. no
      2022-11-28T11:43:32.6285310Z   tslib .................................. no
      2022-11-28T11:43:32.6285530Z   xkbcommon .............................. no
      2022-11-28T11:43:32.6285720Z   X11 specific:
      2022-11-28T11:43:32.6285920Z     XLib ................................. no
      2022-11-28T11:43:32.6286130Z     XCB Xlib ............................. no
      2022-11-28T11:43:32.6286340Z     EGL on X11 ........................... no
      2022-11-28T11:43:32.6286710Z     xkbcommon-x11 ........................ no
      2022-11-28T11:43:32.6287020Z     xcb-sm ............................... no
      2022-11-28T11:43:32.6287210Z QPA backends:
      2022-11-28T11:43:32.6287420Z   DirectFB ............................... no
      2022-11-28T11:43:32.6287640Z   EGLFS .................................. no
      2022-11-28T11:43:32.6287820Z   EGLFS details:
      2022-11-28T11:43:32.6288030Z     EGLFS OpenWFD ........................ no
      2022-11-28T11:43:32.6288250Z     EGLFS i.Mx6 .......................... no
      2022-11-28T11:43:32.6288460Z     EGLFS i.Mx6 Wayland .................. no
      2022-11-28T11:43:32.6288680Z     EGLFS RCAR ........................... no
      2022-11-28T11:43:32.6288910Z     EGLFS EGLDevice ...................... no
      2022-11-28T11:43:32.6289120Z     EGLFS GBM ............................ no
      2022-11-28T11:43:32.6289330Z     EGLFS VSP2 ........................... no
      2022-11-28T11:43:32.6289550Z     EGLFS Mali ........................... no
      2022-11-28T11:43:32.6289780Z     EGLFS Raspberry Pi ................... no
      2022-11-28T11:43:32.6289990Z     EGLFS X11 ............................ no
      2022-11-28T11:43:32.6290200Z   LinuxFB ................................ no
      2022-11-28T11:43:32.6290420Z   VNC .................................... no
      2022-11-28T11:43:32.6290630Z   VK_KHR_display ......................... no
      2022-11-28T11:43:32.6290820Z   QNX:
      2022-11-28T11:43:32.6291000Z     lgmon ................................ no
      2022-11-28T11:43:32.6291210Z     IMF .................................. no
      2022-11-28T11:43:32.6291390Z   XCB:
      2022-11-28T11:43:32.6291720Z     Using system-provided xcb-xinput ..... no
      2022-11-28T11:43:32.6291950Z     GL integrations:
      2022-11-28T11:43:32.6292160Z       GLX Plugin ......................... no
      2022-11-28T11:43:32.6292380Z         XCB GLX .......................... no
      2022-11-28T11:43:32.6292680Z       EGL-X11 Plugin ..................... no
      2022-11-28T11:43:32.6292890Z   Windows:
      2022-11-28T11:43:32.6293090Z     Direct 2D ............................ no
      2022-11-28T11:43:32.6293380Z     Direct 2D 1.1 ........................ no
      2022-11-28T11:43:32.6293660Z     DirectWrite .......................... no
      2022-11-28T11:43:32.6294210Z     DirectWrite 3 ........................ no
      2022-11-28T11:43:32.6294470Z Qt Widgets:
      2022-11-28T11:43:32.6294650Z   GTK+ ................................... no
      2022-11-28T11:43:32.6294890Z   Styles ................................. Fusion macOS Windows
      2022-11-28T11:43:32.6295100Z Qt Testlib:
      2022-11-28T11:43:32.6295300Z   Tester for item models ................. yes
      2022-11-28T11:43:32.6295520Z Qt PrintSupport:
      2022-11-28T11:43:32.6295730Z   CUPS ................................... yes
      2022-11-28T11:43:32.6296280Z Qt Sql Drivers:
      2022-11-28T11:43:32.6296540Z   DB2 (IBM) .............................. no
      2022-11-28T11:43:32.6296770Z   InterBase .............................. no
      2022-11-28T11:43:32.6296970Z   MySql .................................. no
      2022-11-28T11:43:32.6297190Z   OCI (Oracle) ........................... no
      2022-11-28T11:43:32.6297410Z   ODBC ................................... no
      2022-11-28T11:43:32.6297610Z   PostgreSQL ............................. no
      2022-11-28T11:43:32.6297840Z   SQLite ................................. no
      2022-11-28T11:43:32.6298070Z     Using system provided SQLite ......... no
      2022-11-28T11:43:32.6298260Z Core tools:
      2022-11-28T11:43:32.6298570Z   qmake tool ............................. yes
      2022-11-28T11:43:32.6298710Z 
      2022-11-28T11:43:32.6299250Z Note: When linking against OpenSSL, you can override the default library names through OPENSSL_LIBS. For example: OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto' ./configure -openssl-linked
      2022-11-28T11:43:32.6299570Z 
      2022-11-28T11:43:32.6299810Z WARNING: On OS X, AAT is supported only with -qt-harfbuzz.
      2022-11-28T11:43:32.6299990Z 
      2022-11-28T11:43:32.6309610Z Qt is now configured for building. Just run 'cmake --build . --parallel'
      2022-11-28T11:43:32.6311340Z 
      2022-11-28T11:43:32.6311740Z Once everything is built, you must run 'cmake --install .'
      2022-11-28T11:43:32.6312230Z Qt will be installed into '/opt/local/libexec/qt6'
      2022-11-28T11:43:32.6312400Z 
      2022-11-28T11:43:32.6312580Z To configure and build other Qt modules, you can use the following convenience script:
      2022-11-28T11:43:32.6313020Z         /opt/local/libexec/qt6/bin/qt-configure-module
      2022-11-28T11:43:32.6313170Z 
      2022-11-28T11:43:32.6313500Z If reconfiguration fails for some reason, try to remove 'CMakeCache.txt' from the build directory 
      2022-11-28T11:43:32.6313720Z 
      2022-11-28T11:43:32.6453880Z -- Configuring done
      
      h3. qtdeclarative configure
      
      cd "/opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_aqua_qt6/qt6-qtdeclarative/work/build" &&
       /opt/local/libexec/qt6/bin/qt-configure-module /opt/local/var/macports/build/_Users_runner_work_macports-ports_macports-ports_ports_aqua_qt6/qt6-qtdeclarative/work/qtdeclarative-everywhere-src-6.2.4 
       – -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_OBJC_COMPILER=/usr/bin/clang -DCMAKE_OBJCXX_COMPILER=/usr/bin/clang++
      
      2022-11-28T12:20:18.3909090Z -- The CXX compiler identification is AppleClang 14.0.0.14000029
      2022-11-28T12:20:18.5248900Z -- The C compiler identification is AppleClang 14.0.0.14000029
      2022-11-28T12:20:18.5433960Z -- Detecting CXX compiler ABI info
      2022-11-28T12:20:18.8033150Z -- Detecting CXX compiler ABI info - done
      2022-11-28T12:20:18.8537090Z -- Check for working CXX compiler: /usr/bin/clang++ - skipped
      2022-11-28T12:20:18.8541620Z -- Detecting CXX compile features
      2022-11-28T12:20:18.8554160Z -- Detecting CXX compile features - done
      2022-11-28T12:20:18.8646220Z -- Detecting C compiler ABI info
      2022-11-28T12:20:19.0690910Z -- Detecting C compiler ABI info - done
      2022-11-28T12:20:19.1171170Z -- Check for working C compiler: /usr/bin/clang - skipped
      2022-11-28T12:20:19.1174680Z -- Detecting C compile features
      2022-11-28T12:20:19.1182120Z -- Detecting C compile features - done
      2022-11-28T12:20:19.1573510Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
      2022-11-28T12:20:19.3822060Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
      2022-11-28T12:20:19.4251630Z -- Found Threads: TRUE  
      2022-11-28T12:20:19.4680390Z -- Performing Test HAVE_STDATOMIC
      2022-11-28T12:20:19.8199780Z -- Performing Test HAVE_STDATOMIC - Success
      2022-11-28T12:20:19.8614990Z -- Found WrapAtomic: TRUE  
      2022-11-28T12:20:20.0329340Z -- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework   
      2022-11-28T12:20:20.2957420Z -- CMAKE_BUILD_TYPE was set to: 'Release'
      2022-11-28T12:20:20.3345600Z -- Check for feature set changes
      2022-11-28T12:20:20.5497110Z -- The OBJC compiler identification is AppleClang 14.0.0.14000029
      2022-11-28T12:20:20.5758980Z -- Detecting OBJC compiler ABI info
      2022-11-28T12:20:20.7898810Z -- Detecting OBJC compiler ABI info - done
      2022-11-28T12:20:20.8380450Z -- Check for working OBJC compiler: /usr/bin/clang - skipped
      2022-11-28T12:20:20.9677490Z -- The OBJCXX compiler identification is AppleClang 14.0.0.14000029
      2022-11-28T12:20:20.9912610Z -- Detecting OBJCXX compiler ABI info
      2022-11-28T12:20:21.2587430Z -- Detecting OBJCXX compiler ABI info - done
      2022-11-28T12:20:21.3100710Z -- Check for working OBJCXX compiler: /usr/bin/clang++ - skipped
      2022-11-28T12:20:21.3195440Z -- Tool 'Qt6::qmltyperegistrar' will be built from source.
      2022-11-28T12:20:21.7430190Z -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS) 
      2022-11-28T12:20:24.4256560Z -- Found Python: /Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11 (found version "3.11.0") found components: Interpreter 
      2022-11-28T12:20:24.4263140Z -- Performing Test HAVE_pointer_32bit
      2022-11-28T12:20:24.5540570Z -- Performing Test HAVE_pointer_32bit - Failed
      2022-11-28T12:20:24.5549270Z -- Performing Test HAVE_pointer_64bit
      2022-11-28T12:20:24.7646080Z -- Performing Test HAVE_pointer_64bit - Success
      2022-11-28T12:20:24.8065930Z -- Performing Test HAVE_arm_thumb
      2022-11-28T12:20:24.9329500Z -- Performing Test HAVE_arm_thumb - Failed
      2022-11-28T12:20:24.9338020Z -- Performing Test HAVE_arm_fp
      2022-11-28T12:20:25.1483310Z -- Performing Test HAVE_arm_fp - Success
      2022-11-28T12:20:25.2214570Z -- Using installed syncqt found at: /opt/local/libexec/qt6/bin/syncqt.pl
      2022-11-28T12:20:25.2214990Z -- Running syncqt for module: 'QtQml' 
      2022-11-28T12:20:25.8181240Z -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS) 
      2022-11-28T12:20:25.9306900Z -- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
      2022-11-28T12:20:26.1425490Z -- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
      2022-11-28T12:20:26.1848890Z -- Performing Test HAVE_DASH_DASH_NO_UNDEFINED
      2022-11-28T12:20:26.3689420Z -- Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Failed
      2022-11-28T12:20:26.4819600Z -- Running syncqt for module: 'QtQmlModels' 
      2022-11-28T12:20:26.6016170Z -- Running syncqt for module: 'QtQmlCore' 
      2022-11-28T12:20:26.6870180Z -- Running syncqt for module: 'QtQmlWorkerScript' 
      2022-11-28T12:20:26.7799890Z -- Running syncqt for module: 'QtQmlLocalStorage' 
      2022-11-28T12:20:26.8675420Z -- Running syncqt for module: 'QtQmlXmlListModel' 
      2022-11-28T12:20:26.9660770Z -- Running syncqt for module: 'QtQuick' 
      2022-11-28T12:20:27.4865250Z -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS) 
      2022-11-28T12:20:27.6132800Z -- Running syncqt for module: 'QtQuickShapes' 
      2022-11-28T12:20:27.7102330Z -- Running syncqt for module: 'QtQuickLayouts' 
      2022-11-28T12:20:27.8237880Z -- Running syncqt for module: 'QtQuickTest' 
      2022-11-28T12:20:28.0127980Z -- Running syncqt for module: 'QtQuickTestUtils' 
      2022-11-28T12:20:28.0909970Z -- Running syncqt for module: 'QtQuickParticles' 
      2022-11-28T12:20:28.2055460Z -- Running syncqt for module: 'QtQuickWidgets' 
      2022-11-28T12:20:28.2877180Z -- Running syncqt for module: 'QtQuickTemplates2' 
      2022-11-28T12:20:28.4672560Z -- Running syncqt for module: 'QtQuickControls2Impl' 
      2022-11-28T12:20:28.5635540Z -- Running syncqt for module: 'QtQuickControls2' 
      2022-11-28T12:20:38.8466430Z -- Running syncqt for module: 'QtQuickDialogs2Utils' 
      2022-11-28T12:20:38.9161610Z -- Running syncqt for module: 'QtQuickDialogs2QuickImpl' 
      2022-11-28T12:20:39.7625170Z -- Running syncqt for module: 'QtQuickDialogs2' 
      2022-11-28T12:20:40.3406370Z -- Running syncqt for module: 'QtQuickControlsTestUtils' 
      2022-11-28T12:20:40.4304000Z -- Running syncqt for module: 'QtLabsSettings' 
      2022-11-28T12:20:40.5130750Z -- Running syncqt for module: 'QtLabsQmlModels' 
      2022-11-28T12:20:40.6025140Z -- Running syncqt for module: 'QtLabsFolderListModel' 
      2022-11-28T12:20:40.6912440Z -- Running syncqt for module: 'QtLabsAnimation' 
      2022-11-28T12:20:40.8065420Z -- Running syncqt for module: 'QtLabsWavefrontMesh' 
      2022-11-28T12:20:40.8909070Z -- Running syncqt for module: 'QtLabsSharedImage' 
      2022-11-28T12:20:40.9780510Z -- Running syncqt for module: 'QtPacketProtocol' 
      2022-11-28T12:20:41.1975280Z -- Running syncqt for module: 'QtQmlDom' 
      2022-11-28T12:20:41.2947790Z -- Running syncqt for module: 'QtQmlCompiler' 
      2022-11-28T12:20:41.3740810Z -- Tool 'Qt6::qmlcachegen' will be built from source.
      2022-11-28T12:20:41.6633000Z -- Running syncqt for module: 'QtQmlDebug' 
      2022-11-28T12:20:41.7506010Z -- Tool 'Qt6::qmldom' will be built from source.
      2022-11-28T12:20:41.7545890Z -- Tool 'Qt6::qmllint' will be built from source.
      2022-11-28T12:20:41.7589620Z -- Tool 'Qt6::qmlimportscanner' will be built from source.
      2022-11-28T12:20:41.7681600Z -- Tool 'Qt6::qmlformat' will be built from source.
      2022-11-28T12:20:41.7869280Z -- Tool 'Qt6::qmlprofiler' will be built from source.
      2022-11-28T12:20:41.8013090Z -- Tool 'Qt6::qmltime' will be built from source.
      2022-11-28T12:20:41.8103750Z -- Tool 'Qt6::qmlplugindump' will be built from source.
      2022-11-28T12:20:41.8233230Z -- Tool 'Qt6::qmltestrunner' will be built from source.
      2022-11-28T12:20:41.9455230Z -- The following packages have been found:
      2022-11-28T12:20:41.9458810Z 
      2022-11-28T12:20:41.9459160Z  * PkgConfig
      2022-11-28T12:20:41.9459850Z  * Qt6BuildInternals (required version >= 6.2.4)
      2022-11-28T12:20:41.9460450Z  * Qt6CoreTools (required version >= 6.2.4)
      2022-11-28T12:20:41.9460900Z  * Qt6Core (required version >= 6.2.4)
      2022-11-28T12:20:41.9461370Z  * OpenGL
      2022-11-28T12:20:41.9461980Z  * Qt6GuiTools (required version >= 6.2.4)
      2022-11-28T12:20:41.9462430Z  * Qt6DBusTools (required version >= 6.2.4)
      2022-11-28T12:20:41.9462980Z  * Qt6Gui (required version >= 6.2.4)
      2022-11-28T12:20:41.9463530Z  * Qt6Network (required version >= 6.2.4)
      2022-11-28T12:20:41.9464220Z  * Qt6WidgetsTools (required version >= 6.2.4)
      2022-11-28T12:20:41.9464700Z  * Qt6Widgets (required version >= 6.2.4)
      2022-11-28T12:20:41.9465160Z  * Qt6OpenGL (required version >= 6.2.4)
      2022-11-28T12:20:41.9465690Z  * Qt6OpenGLWidgets (required version >= 6.2.4)
      2022-11-28T12:20:41.9471430Z  * Qt6Sql (required version >= 6.2.4)
      2022-11-28T12:20:41.9471910Z  * Qt6Concurrent (required version >= 6.2.4)
      2022-11-28T12:20:41.9472450Z  * Qt6ShaderToolsTools (required version >= 6.2.4)
      2022-11-28T12:20:41.9473140Z  * Qt6ShaderTools (required version >= 6.2.4)
      2022-11-28T12:20:41.9473570Z  * Python
      2022-11-28T12:20:41.9473980Z  * Qt6Test (required version >= 6.2.4)
      2022-11-28T12:20:41.9474420Z  * Qt6 (required version >= 6.2.4)
      2022-11-28T12:20:41.9474980Z 
      2022-11-28T12:20:41.9475450Z -- The following OPTIONAL packages have not been found:
      2022-11-28T12:20:41.9475850Z 
      2022-11-28T12:20:41.9476110Z  * LTTngUST
      2022-11-28T12:20:41.9476410Z 
      2022-11-28T12:20:41.9531000Z Configure summary:
      2022-11-28T12:20:41.9535280Z 
      2022-11-28T12:20:41.9535640Z Qt QML:
      2022-11-28T12:20:41.9536340Z   QML network support .................... yes
      2022-11-28T12:20:41.9536830Z   QML debugging and profiling support .... yes
      2022-11-28T12:20:41.9537530Z   QML just-in-time compiler .............. yes
      2022-11-28T12:20:41.9538290Z   QML sequence object .................... yes
      2022-11-28T12:20:41.9538760Z   QML XML http request ................... yes
      2022-11-28T12:20:41.9545590Z   QML Locale ............................. yes
      2022-11-28T12:20:41.9549430Z Qt QML Models:
      2022-11-28T12:20:41.9549920Z   QML list model ......................... yes
      2022-11-28T12:20:41.9550650Z   QML delegate model ..................... yes
      2022-11-28T12:20:41.9551090Z Qt Quick:
      2022-11-28T12:20:41.9551510Z   AnimatedImage item ..................... yes
      2022-11-28T12:20:41.9551950Z   Canvas item ............................ yes
      2022-11-28T12:20:41.9552800Z   Support for Qt Quick Designer .......... yes
      2022-11-28T12:20:41.9553280Z   Flipable item .......................... yes
      2022-11-28T12:20:41.9554120Z   GridView item .......................... yes
      2022-11-28T12:20:41.9554920Z   ListView item .......................... yes
      2022-11-28T12:20:41.9555390Z   TableView item ......................... yes
      2022-11-28T12:20:41.9555830Z   Path support ........................... yes
      2022-11-28T12:20:41.9556280Z   PathView item .......................... yes
      2022-11-28T12:20:41.9556990Z   Positioner items ....................... yes
      2022-11-28T12:20:41.9557450Z   Repeater item .......................... yes
      2022-11-28T12:20:41.9557900Z   ShaderEffect item ...................... yes
      2022-11-28T12:20:41.9558330Z   Sprite item ............................ yes
      2022-11-28T12:20:41.9558770Z Qt Quick Templates 2:
      2022-11-28T12:20:41.9559210Z   Hover support .......................... yes
      2022-11-28T12:20:41.9559880Z   Multi-touch support .................... yes
      2022-11-28T12:20:41.9560970Z Qt Quick Controls 2:
      2022-11-28T12:20:41.9561500Z   Styles ................................. Basic Fusion Imagine Material Universal macOS Windows
      2022-11-28T12:20:41.9561900Z 
      2022-11-28T12:20:41.9750520Z -- Configuring done
      2022-11-28T12:20:45.8851430Z -- Generating done
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            ban F S
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes