Source: qt6-3d
Version: 6.4.2+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230203 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_configure -- \
>       --log-level=STATUS \
>       -DCMAKE_LIBRARY_PATH=x86_64-linux-gnu
>       cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
> -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
> -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
> -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
> -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
> -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON -GNinja -DCMAKE_VERBOSE_MAKEFILE=ON 
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu --log-level=STATUS 
> -DCMAKE_LIBRARY_PATH=x86_64-linux-gnu ..
> -- 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
> -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
> -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
> -- Found Threads: TRUE  
> -- Performing Test HAVE_STDATOMIC
> -- Performing Test HAVE_STDATOMIC - Success
> -- Found WrapAtomic: TRUE  
> -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so   
> CMake Error at 
> /usr/lib/x86_64-linux-gnu/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake:96
>  (message):
>   The imported target "Qt6::quick3dspatialaudio" references the file
> 
>      
> "/usr/lib/x86_64-linux-gnu/qt6/qml/QtQuick3D/SpatialAudio/libquick3dspatialaudioplugin.so"
> 
>   but this file does not exist.  Possible reasons include:
> 
>   * The file was deleted, renamed, or moved to another location.
> 
>   * An install or uninstall procedure did not complete successfully.
> 
>   * The installation package was faulty and contained
> 
>      
> "/usr/lib/x86_64-linux-gnu/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioTargets.cmake"
> 
>   but not all the files it references.
> 
> Call Stack (most recent call first):
>   
> /usr/lib/x86_64-linux-gnu/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake:61
>  (include)
>   /usr/lib/x86_64-linux-gnu/cmake/Qt6Qml/Qt6QmlPlugins.cmake:18 (include)
>   /usr/lib/x86_64-linux-gnu/cmake/Qt6Qml/Qt6QmlConfig.cmake:133 (include)
>   /usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake:167 (find_package)
>   CMakeLists.txt:15 (find_package)
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
>       cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
> ==> CMakeCache.txt <==
> # This is the CMakeCache file.
> # For build in directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> # It was generated by CMake: /usr/bin/cmake
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 
> ########################
> # EXTERNAL cache entries
> ########################
> 
> //Build Qt statically or dynamically
> BUILD_SHARED_LIBS:BOOL=ON
> 
> BUILD_WITH_PCH:STRING=ON
> 
> //Path to a program.
> CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
> 
> //Path to a program.
> CMAKE_AR:FILEPATH=/usr/bin/ar
> 
> //Choose the type of build, options are: None Debug Release RelWithDebInfo
> // MinSizeRel ...
> CMAKE_BUILD_TYPE:STRING=None
> 
> //CXX compiler
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
> 
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12
> 
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12
> 
> //Flags used by the CXX compiler during all build types.
> CMAKE_CXX_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
> -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2
> 
> //Flags used by the CXX compiler during DEBUG builds.
> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
> 
> //Flags used by the CXX compiler during MINSIZEREL builds.
> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
> 
> //Flags used by the CXX compiler during NONE builds.
> CMAKE_CXX_FLAGS_NONE:STRING=
> 
> //Flags used by the CXX compiler during RELEASE builds.
> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
> 
> //Flags used by the CXX compiler during RELWITHDEBINFO builds.
> CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
> 
> //C compiler
> CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
> 
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12
> 
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12
> 
> //Flags used by the C compiler during all build types.
> CMAKE_C_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
> -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2
> 
> //Flags used by the C compiler during DEBUG builds.
> CMAKE_C_FLAGS_DEBUG:STRING=-g
> 
> //Flags used by the C compiler during MINSIZEREL builds.
> CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
> 
> //Flags used by the C compiler during NONE builds.
> CMAKE_C_FLAGS_NONE:STRING=
> 
> //Flags used by the C compiler during RELEASE builds.
> CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
> 
> //Flags used by the C compiler during RELWITHDEBINFO builds.
> CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
> 
> //Path to a program.
> CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
> 
> //Flags used by the linker during all build types.
> CMAKE_EXE_LINKER_FLAGS:STRING=-flto=auto -ffat-lto-objects -Wl,-z,relro 
> -Wl,-z,now
> 
> //Flags used by the linker during DEBUG builds.
> CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during MINSIZEREL builds.
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during NONE builds.
> CMAKE_EXE_LINKER_FLAGS_NONE:STRING=
> 
> //Flags used by the linker during RELEASE builds.
> CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during RELWITHDEBINFO builds.
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //Enable/Disable output of compile commands during generation.
> CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
> 
> //No help, variable specified on the command line.
> CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
> 
> //No help, variable specified on the command line.
> CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
> 
> //Value Computed by CMake.
> CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/pkgRedirects
> 
> //No help, variable specified on the command line.
> CMAKE_FIND_USE_PACKAGE_REGISTRY:UNINITIALIZED=OFF
> 
> //User executables (bin)
> CMAKE_INSTALL_BINDIR:PATH=bin
> 
> //Read-only architecture-independent data (DATAROOTDIR)
> CMAKE_INSTALL_DATADIR:PATH=
> 
> //Read-only architecture-independent data root (share)
> CMAKE_INSTALL_DATAROOTDIR:PATH=share
> 
> //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
> CMAKE_INSTALL_DOCDIR:PATH=
> 
> //C header files (include)
> CMAKE_INSTALL_INCLUDEDIR:PATH=include
> 
> //Info documentation (DATAROOTDIR/info)
> CMAKE_INSTALL_INFODIR:PATH=
> 
> //Object code libraries (lib)
> CMAKE_INSTALL_LIBDIR:PATH=lib/x86_64-linux-gnu
> 
> //Program executables (libexec)
> CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
> 
> //Locale-dependent data (DATAROOTDIR/locale)
> CMAKE_INSTALL_LOCALEDIR:PATH=
> 
> //Modifiable single-machine data (var)
> CMAKE_INSTALL_LOCALSTATEDIR:PATH=/var
> 
> //Man documentation (DATAROOTDIR/man)
> CMAKE_INSTALL_MANDIR:PATH=
> 
> //C header files for non-gcc (/usr/include)
> CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
> 
> //Install path prefix, prepended onto install directories.
> CMAKE_INSTALL_PREFIX:PATH=/usr
> 
> CMAKE_INSTALL_RPATH:STRING=
> 
> //Run-time variable data (LOCALSTATEDIR/run)
> CMAKE_INSTALL_RUNSTATEDIR:PATH=/run
> 
> //System admin executables (sbin)
> CMAKE_INSTALL_SBINDIR:PATH=sbin
> 
> //Modifiable architecture-independent data (com)
> CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
> 
> //Read-only single-machine data (etc)
> CMAKE_INSTALL_SYSCONFDIR:PATH=/etc
> 
> //No help, variable specified on the command line.
> CMAKE_LIBRARY_PATH:UNINITIALIZED=x86_64-linux-gnu
> 
> //Path to a program.
> CMAKE_LINKER:FILEPATH=/usr/bin/ld
> 
> //Program used to build from build.ninja files.
> CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja
> 
> //Flags used by the linker during the creation of modules during
> // all build types.
> CMAKE_MODULE_LINKER_FLAGS:STRING=-flto=auto -ffat-lto-objects -Wl,-z,relro 
> -Wl,-z,now
> 
> //Flags used by the linker during the creation of modules during
> // DEBUG builds.
> CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during the creation of modules during
> // MINSIZEREL builds.
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during the creation of modules during
> // NONE builds.
> CMAKE_MODULE_LINKER_FLAGS_NONE:STRING=
> 
> //Flags used by the linker during the creation of modules during
> // RELEASE builds.
> CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during the creation of modules during
> // RELWITHDEBINFO builds.
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //Path to a program.
> CMAKE_NM:FILEPATH=/usr/bin/nm
> 
> //Path to a program.
> CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
> 
> //Path to a program.
> CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
> 
> //Value Computed by CMake
> CMAKE_PROJECT_DESCRIPTION:STATIC=Qt 3D Libraries
> 
> //Value Computed by CMake
> CMAKE_PROJECT_HOMEPAGE_URL:STATIC=https://qt.io/
> 
> //Value Computed by CMake
> CMAKE_PROJECT_NAME:STATIC=Qt3D
> 
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION:STATIC=6.4.2
> 
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION_MAJOR:STATIC=6
> 
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION_MINOR:STATIC=4
> 
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION_PATCH:STATIC=2
> 
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION_TWEAK:STATIC=
> 
> //Path to a program.
> CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
> 
> //Path to a program.
> CMAKE_READELF:FILEPATH=/usr/bin/readelf
> 
> //Flags used by the linker during the creation of shared libraries
> // during all build types.
> CMAKE_SHARED_LINKER_FLAGS:STRING=-flto=auto -ffat-lto-objects -Wl,-z,relro 
> -Wl,-z,now
> 
> //Flags used by the linker during the creation of shared libraries
> // during DEBUG builds.
> CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during the creation of shared libraries
> // during MINSIZEREL builds.
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during the creation of shared libraries
> // during NONE builds.
> CMAKE_SHARED_LINKER_FLAGS_NONE:STRING=
> 
> //Flags used by the linker during the creation of shared libraries
> // during RELEASE builds.
> CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during the creation of shared libraries
> // during RELWITHDEBINFO builds.
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //No help, variable specified on the command line.
> CMAKE_SKIP_INSTALL_ALL_DEPENDENCY:UNINITIALIZED=ON
> 
> //If set, runtime paths are not added when installing shared libraries,
> // but are added when building.
> CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
> 
> //If set, runtime paths are not added when using shared libraries.
> CMAKE_SKIP_RPATH:BOOL=NO
> 
> //Flags used by the linker during the creation of static libraries
> // during all build types.
> CMAKE_STATIC_LINKER_FLAGS:STRING=
> 
> //Flags used by the linker during the creation of static libraries
> // during DEBUG builds.
> CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during the creation of static libraries
> // during MINSIZEREL builds.
> CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during the creation of static libraries
> // during NONE builds.
> CMAKE_STATIC_LINKER_FLAGS_NONE:STRING=
> 
> //Flags used by the linker during the creation of static libraries
> // during RELEASE builds.
> CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during the creation of static libraries
> // during RELWITHDEBINFO builds.
> CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //Path to a program.
> CMAKE_STRIP:FILEPATH=/usr/bin/strip
> 
> //If this value is on, makefiles will be generated without the
> // .SILENT directive, and all commands will be echoed to the console
> // during the make.  This is useful for debugging only. With Visual
> // Studio IDE projects all commands are done without /nologo.
> CMAKE_VERBOSE_MAKEFILE:BOOL=ON
> 
> //Using pkg-config
> FEATURE_pkg_config:STRING=ON
> 
> //No help, variable specified on the command line.
> FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON
> 
> //Arch-dependent data [PREFIX]
> INSTALL_ARCHDATADIR:STRING=lib/x86_64-linux-gnu/qt6
> 
> //Executables [PREFIX/bin]
> INSTALL_BINDIR:STRING=lib/qt6/bin
> 
> //Arch-independent data [PREFIX]
> INSTALL_DATADIR:STRING=share/qt6
> 
> //Module description files directory
> INSTALL_DESCRIPTIONSDIR:STRING=share/qt6/modules
> 
> //Documentation [DATADIR/doc]
> INSTALL_DOCDIR:STRING=share/qt6/doc
> 
> //Examples [PREFIX/examples]
> INSTALL_EXAMPLESDIR:STRING=lib/x86_64-linux-gnu/qt6/examples
> 
> //Header files [PREFIX/include]
> INSTALL_INCLUDEDIR:STRING=include/x86_64-linux-gnu/qt6
> 
> //Libraries [PREFIX/lib]
> INSTALL_LIBDIR:STRING=lib/x86_64-linux-gnu
> 
> //Helper programs [ARCHDATADIR/bin on Windows, ARCHDATADIR/libexec
> // otherwise]
> INSTALL_LIBEXECDIR:STRING=lib/qt6/libexec
> 
> //Mkspecs files [PREFIX/mkspecs]
> INSTALL_MKSPECSDIR:STRING=lib/x86_64-linux-gnu/qt6/mkspecs
> 
> //Plugins [ARCHDATADIR/plugins]
> INSTALL_PLUGINSDIR:STRING=lib/x86_64-linux-gnu/qt6/plugins
> 
> //QML imports [ARCHDATADIR/qml]
> INSTALL_QMLDIR:STRING=lib/x86_64-linux-gnu/qt6/qml
> 
> //Settings used by Qt programs [PREFIX/etc/xdg]/[/Library/Preferences/Qt]
> INSTALL_SYSCONFDIR:STRING=/etc/xdg
> 
> //Tests [PREFIX/tests]
> INSTALL_TESTSDIR:STRING=tests
> 
> //Translations [DATADIR/translations]
> INSTALL_TRANSLATIONSDIR:STRING=share/qt6/translations
> 
> //Path to a file.
> OPENGL_EGL_INCLUDE_DIR:PATH=OPENGL_EGL_INCLUDE_DIR-NOTFOUND
> 
> //Path to a file.
> OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include
> 
> //Path to a file.
> OPENGL_INCLUDE_DIR:PATH=/usr/include
> 
> //Path to a library.
> OPENGL_egl_LIBRARY:FILEPATH=OPENGL_egl_LIBRARY-NOTFOUND
> 
> //Path to a library.
> OPENGL_glu_LIBRARY:FILEPATH=OPENGL_glu_LIBRARY-NOTFOUND
> 
> //Path to a library.
> OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLX.so
> 
> //Path to a library.
> OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libOpenGL.so
> 
> //Path to a file.
> OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND
> 
> //Arguments to supply to pkg-config
> PKG_CONFIG_ARGN:STRING=
> 
> //pkg-config executable
> PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
> 
> //Additional directories where find(Qt6 ...) host Qt components
> // are searched
> QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING=
> 
> //Additional directories where find(Qt6 ...) components are searched
> QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING=
> 
> //Build Qt Benchmarks
> QT_BUILD_BENCHMARKS:BOOL=OFF
> 
> //Build Qt examples
> QT_BUILD_EXAMPLES:BOOL=OFF
> 
> //Should examples be built as ExternalProjects.
> QT_BUILD_EXAMPLES_AS_EXTERNAL:BOOL=OFF
> 
> //Should examples be built as part of the default 'all' target.
> QT_BUILD_EXAMPLES_BY_DEFAULT:BOOL=ON
> 
> //Build Qt manual tests
> QT_BUILD_MANUAL_TESTS:BOOL=OFF
> 
> //Build minimal subset of tests for static Qt builds
> QT_BUILD_MINIMAL_STATIC_TESTS:BOOL=OFF
> 
> //Build the testing tree.
> QT_BUILD_TESTS:BOOL=OFF
> 
> //Should tests be built as part of the default 'all' target.
> QT_BUILD_TESTS_BY_DEFAULT:BOOL=ON
> 
> //Should tools be built as part of the default 'all' target.
> QT_BUILD_TOOLS_BY_DEFAULT:BOOL=ON
> 
> //Enable the use of versioned hard link
> QT_CREATE_VERSIONED_HARD_LINK:BOOL=ON
> 
> QT_QPA_DEFAULT_PLATFORM:STRING=xcb
> 
> //Enable the use of ccache
> QT_USE_CCACHE:BOOL=OFF
> 
> //Boolean indicating if doing a Qt prefix build (vs non-prefix
> // build).
> QT_WILL_INSTALL:BOOL=ON
> 
> //Value Computed by CMake
> Qt3D_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> 
> //Value Computed by CMake
> Qt3D_IS_TOP_LEVEL:STATIC=ON
> 
> //Value Computed by CMake
> Qt3D_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>
> 
> //The directory containing a CMake configuration file for Qt6BuildInternals.
> Qt6BuildInternals_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6BuildInternals
> 
> //The directory containing a CMake configuration file for Qt6Concurrent.
> Qt6Concurrent_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6Concurrent
> 
> //The directory containing a CMake configuration file for Qt6CoreTools.
> Qt6CoreTools_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6CoreTools
> 
> //The directory containing a CMake configuration file for Qt6Core.
> Qt6Core_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6Core
> 
> //The directory containing a CMake configuration file for Qt6DBusTools.
> Qt6DBusTools_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6DBusTools
> 
> //The directory containing a CMake configuration file for Qt6DBus.
> Qt6DBus_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6DBus
> 
> //The directory containing a CMake configuration file for Qt6GuiTools.
> Qt6GuiTools_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6GuiTools
> 
> //The directory containing a CMake configuration file for Qt6Gui.
> Qt6Gui_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6Gui
> 
> //The directory containing a CMake configuration file for Qt6Network.
> Qt6Network_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6Network
> 
> //The directory containing a CMake configuration file for 
> Qt6QmlCompilerPlusPrivate.
> Qt6QmlCompilerPlusPrivate_DIR:PATH=Qt6QmlCompilerPlusPrivate_DIR-NOTFOUND
> 
> //The directory containing a CMake configuration file for Qt6QmlIntegration.
> Qt6QmlIntegration_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6QmlIntegration
> 
> //The directory containing a CMake configuration file for Qt6QmlTools.
> Qt6QmlTools_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6QmlTools
> 
> //The directory containing a CMake configuration file for Qt6Qml.
> Qt6Qml_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6Qml
> 
> //The directory containing a CMake configuration file for Qt6WidgetsTools.
> Qt6WidgetsTools_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6WidgetsTools
> 
> //The directory containing a CMake configuration file for Qt6Widgets.
> Qt6Widgets_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6Widgets
> 
> //The directory containing a CMake configuration file for Qt6.
> Qt6_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6
> 
> //Path to a program.
> Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-NOTFOUND
> 
> //Path to a program.
> Vulkan_GLSLC_EXECUTABLE:FILEPATH=Vulkan_GLSLC_EXECUTABLE-NOTFOUND
> 
> //Path to a file.
> Vulkan_INCLUDE_DIR:PATH=/usr/include
> 
> //Path to a library.
> Vulkan_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libvulkan.so
> 
> //Path to a file.
> XKB_INCLUDE_DIR:PATH=/usr/include
> 
> //Path to a library.
> XKB_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libxkbcommon.so
> 
> //Path to a library.
> pkgcfg_lib_PKG_XKB_xkbcommon:FILEPATH=/usr/lib/x86_64-linux-gnu/libxkbcommon.so
> 
> 
> ########################
> # INTERNAL cache entries
> ########################
> 
> //ADVANCED property for variable: CMAKE_ADDR2LINE
> CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_AR
> CMAKE_AR-ADVANCED:INTERNAL=1
> //This is the directory where this CMakeCache.txt was created
> CMAKE_CACHEFILE_DIR:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> //Major version of cmake used to create the current loaded cache
> CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
> //Minor version of cmake used to create the current loaded cache
> CMAKE_CACHE_MINOR_VERSION:INTERNAL=25
> //Patch version of cmake used to create the current loaded cache
> CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
> //Path to CMake executable.
> CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
> //Path to cpack program executable.
> CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
> //Path to ctest program executable.
> CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
> //ADVANCED property for variable: CMAKE_CXX_COMPILER
> CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
> CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
> CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS
> CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
> CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
> CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_NONE
> CMAKE_CXX_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
> CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
> CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_COMPILER
> CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_COMPILER_AR
> CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
> CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS
> CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
> CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
> CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_NONE
> CMAKE_C_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
> CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
> CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_DLLTOOL
> CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
> //Executable file format
> CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
> CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
> CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_NONE
> CMAKE_EXE_LINKER_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
> CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
> CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
> //Name of external makefile project generator.
> CMAKE_EXTRA_GENERATOR:INTERNAL=
> //Name of generator.
> CMAKE_GENERATOR:INTERNAL=Ninja
> //Generator instance identifier.
> CMAKE_GENERATOR_INSTANCE:INTERNAL=
> //Name of generator platform.
> CMAKE_GENERATOR_PLATFORM:INTERNAL=
> //Name of generator toolset.
> CMAKE_GENERATOR_TOOLSET:INTERNAL=
> //Test CMAKE_HAVE_LIBC_PTHREAD
> CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
> //Source directory with the top level CMakeLists.txt file for this
> // project
> CMAKE_HOME_DIRECTORY:INTERNAL=/<<PKGBUILDDIR>>
> //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
> CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
> CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
> CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
> CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
> CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
> CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
> CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
> CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
> CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
> CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
> CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
> CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
> CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
> CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
> CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
> //Install .so files without execute permission.
> CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
> CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_LINKER
> CMAKE_LINKER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
> CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
> CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
> CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_NONE
> CMAKE_MODULE_LINKER_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
> CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_NM
> CMAKE_NM-ADVANCED:INTERNAL=1
> //number of local generators
> CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
> //ADVANCED property for variable: CMAKE_OBJCOPY
> CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_OBJDUMP
> CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
> //Platform information initialized
> CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_RANLIB
> CMAKE_RANLIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_READELF
> CMAKE_READELF-ADVANCED:INTERNAL=1
> //Path to CMake installation.
> CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.25
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
> CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
> CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_NONE
> CMAKE_SHARED_LINKER_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
> CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
> CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SKIP_RPATH
> CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
> CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
> CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
> CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_NONE
> CMAKE_STATIC_LINKER_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
> CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STRIP
> CMAKE_STRIP-ADVANCED:INTERNAL=1
> //uname command
> CMAKE_UNAME:INTERNAL=/bin/uname
> //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
> CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
> //Details about finding OpenGL
> FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][c
>  ][v()]
> //Details about finding Threads
> FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
> //Details about finding WrapAtomic
> FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()]
> //Test HAVE_STDATOMIC
> HAVE_STDATOMIC:INTERNAL=1
> //ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR
> OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR
> OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_INCLUDE_DIR
> OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_egl_LIBRARY
> OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_glu_LIBRARY
> OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_glx_LIBRARY
> OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_opengl_LIBRARY
> OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR
> OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: PKG_CONFIG_ARGN
> PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
> PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
> PKG_XKB_CFLAGS:INTERNAL=
> PKG_XKB_CFLAGS_I:INTERNAL=
> PKG_XKB_CFLAGS_OTHER:INTERNAL=
> PKG_XKB_FOUND:INTERNAL=1
> PKG_XKB_INCLUDEDIR:INTERNAL=/usr/include
> PKG_XKB_INCLUDE_DIRS:INTERNAL=
> PKG_XKB_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lxkbcommon
> PKG_XKB_LDFLAGS_OTHER:INTERNAL=
> PKG_XKB_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
> PKG_XKB_LIBRARIES:INTERNAL=xkbcommon
> PKG_XKB_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
> PKG_XKB_LIBS:INTERNAL=
> PKG_XKB_LIBS_L:INTERNAL=
> PKG_XKB_LIBS_OTHER:INTERNAL=
> PKG_XKB_LIBS_PATHS:INTERNAL=
> PKG_XKB_MODULE_NAME:INTERNAL=xkbcommon
> PKG_XKB_PREFIX:INTERNAL=/usr
> PKG_XKB_STATIC_CFLAGS:INTERNAL=
> PKG_XKB_STATIC_CFLAGS_I:INTERNAL=
> PKG_XKB_STATIC_CFLAGS_OTHER:INTERNAL=
> PKG_XKB_STATIC_INCLUDE_DIRS:INTERNAL=
> PKG_XKB_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lxkbcommon
> PKG_XKB_STATIC_LDFLAGS_OTHER:INTERNAL=
> PKG_XKB_STATIC_LIBDIR:INTERNAL=
> PKG_XKB_STATIC_LIBRARIES:INTERNAL=xkbcommon
> PKG_XKB_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu
> PKG_XKB_STATIC_LIBS:INTERNAL=
> PKG_XKB_STATIC_LIBS_L:INTERNAL=
> PKG_XKB_STATIC_LIBS_OTHER:INTERNAL=
> PKG_XKB_STATIC_LIBS_PATHS:INTERNAL=
> PKG_XKB_VERSION:INTERNAL=1.5.0
> PKG_XKB_xkbcommon_INCLUDEDIR:INTERNAL=
> PKG_XKB_xkbcommon_LIBDIR:INTERNAL=
> PKG_XKB_xkbcommon_PREFIX:INTERNAL=
> PKG_XKB_xkbcommon_VERSION:INTERNAL=
> //Qt feature: abstractbutton (from target Qt6::Widgets)
> QT_FEATURE_abstractbutton:INTERNAL=ON
> //Qt feature: abstractslider (from target Qt6::Widgets)
> QT_FEATURE_abstractslider:INTERNAL=ON
> //Qt feature: accessibility (from target Qt6::Gui)
> QT_FEATURE_accessibility:INTERNAL=ON
> //Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)
> QT_FEATURE_accessibility_atspi_bridge:INTERNAL=ON
> //Qt feature: action (from target Qt6::Gui)
> QT_FEATURE_action:INTERNAL=ON
> //Qt feature: aesni (from target Qt6::Core)
> QT_FEATURE_aesni:INTERNAL=ON
> //Qt feature: alloca (from target Qt6::Core)
> QT_FEATURE_alloca:INTERNAL=ON
> //Qt feature: alloca_h (from target Qt6::Core)
> QT_FEATURE_alloca_h:INTERNAL=ON
> //Qt feature: alloca_malloc_h (from target Qt6::Core)
> QT_FEATURE_alloca_malloc_h:INTERNAL=OFF
> //Qt feature: android_style_assets (from target Qt6::Core)
> QT_FEATURE_android_style_assets:INTERNAL=OFF
> //Qt feature: animation (from target Qt6::Core)
> QT_FEATURE_animation:INTERNAL=ON
> //Qt feature: appstore_compliant (from target Qt6::Core)
> QT_FEATURE_appstore_compliant:INTERNAL=OFF
> //Qt feature: arm_crc32 (from target Qt6::Core)
> QT_FEATURE_arm_crc32:INTERNAL=OFF
> //Qt feature: arm_crypto (from target Qt6::Core)
> QT_FEATURE_arm_crypto:INTERNAL=OFF
> //Qt feature: avx (from target Qt6::Core)
> QT_FEATURE_avx:INTERNAL=ON
> //Qt feature: avx2 (from target Qt6::Core)
> QT_FEATURE_avx2:INTERNAL=ON
> //Qt feature: avx512bw (from target Qt6::Core)
> QT_FEATURE_avx512bw:INTERNAL=ON
> //Qt feature: avx512cd (from target Qt6::Core)
> QT_FEATURE_avx512cd:INTERNAL=ON
> //Qt feature: avx512dq (from target Qt6::Core)
> QT_FEATURE_avx512dq:INTERNAL=ON
> //Qt feature: avx512er (from target Qt6::Core)
> QT_FEATURE_avx512er:INTERNAL=ON
> //Qt feature: avx512f (from target Qt6::Core)
> QT_FEATURE_avx512f:INTERNAL=ON
> //Qt feature: avx512ifma (from target Qt6::Core)
> QT_FEATURE_avx512ifma:INTERNAL=ON
> //Qt feature: avx512pf (from target Qt6::Core)
> QT_FEATURE_avx512pf:INTERNAL=ON
> //Qt feature: avx512vbmi (from target Qt6::Core)
> QT_FEATURE_avx512vbmi:INTERNAL=ON
> //Qt feature: avx512vbmi2 (from target Qt6::Core)
> QT_FEATURE_avx512vbmi2:INTERNAL=ON
> //Qt feature: avx512vl (from target Qt6::Core)
> QT_FEATURE_avx512vl:INTERNAL=ON
> //Qt feature: backtrace (from target Qt6::Core)
> QT_FEATURE_backtrace:INTERNAL=ON
> //Qt feature: brotli (from target Qt6::Network)
> QT_FEATURE_brotli:INTERNAL=ON
> //Qt feature: buttongroup (from target Qt6::Widgets)
> QT_FEATURE_buttongroup:INTERNAL=ON
> //Qt feature: c11 (from target Qt6::Core)
> QT_FEATURE_c11:INTERNAL=ON
> //Qt feature: c99 (from target Qt6::Core)
> QT_FEATURE_c99:INTERNAL=ON
> //Qt feature: calendarwidget (from target Qt6::Widgets)
> QT_FEATURE_calendarwidget:INTERNAL=ON
> //Qt feature: cborstreamreader (from target Qt6::Core)
> QT_FEATURE_cborstreamreader:INTERNAL=ON
> //Qt feature: cborstreamwriter (from target Qt6::Core)
> QT_FEATURE_cborstreamwriter:INTERNAL=ON
> //Qt feature: checkbox (from target Qt6::Widgets)
> QT_FEATURE_checkbox:INTERNAL=ON
> //Qt feature: clipboard (from target Qt6::Gui)
> QT_FEATURE_clipboard:INTERNAL=ON
> //Qt feature: clock_gettime (from target Qt6::Core)
> QT_FEATURE_clock_gettime:INTERNAL=ON
> //Qt feature: clock_monotonic (from target Qt6::Core)
> QT_FEATURE_clock_monotonic:INTERNAL=ON
> //Qt feature: colordialog (from target Qt6::Widgets)
> QT_FEATURE_colordialog:INTERNAL=ON
> //Qt feature: colornames (from target Qt6::Gui)
> QT_FEATURE_colornames:INTERNAL=ON
> //Qt feature: columnview (from target Qt6::Widgets)
> QT_FEATURE_columnview:INTERNAL=ON
> //Qt feature: combobox (from target Qt6::Widgets)
> QT_FEATURE_combobox:INTERNAL=ON
> //Qt feature: commandlineparser (from target Qt6::Core)
> QT_FEATURE_commandlineparser:INTERNAL=ON
> //Qt feature: commandlinkbutton (from target Qt6::Widgets)
> QT_FEATURE_commandlinkbutton:INTERNAL=ON
> //Qt feature: completer (from target Qt6::Widgets)
> QT_FEATURE_completer:INTERNAL=ON
> //Qt feature: concatenatetablesproxymodel (from target Qt6::Core)
> QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON
> //Qt feature: concurrent (from target Qt6::Core)
> QT_FEATURE_concurrent:INTERNAL=ON
> //Qt feature: contextmenu (from target Qt6::Widgets)
> QT_FEATURE_contextmenu:INTERNAL=ON
> //Qt feature: cpp_winrt (from target Qt6::Core)
> QT_FEATURE_cpp_winrt:INTERNAL=OFF
> //Qt feature: cross_compile (from target Qt6::Core)
> QT_FEATURE_cross_compile:INTERNAL=OFF
> //Qt feature: cssparser (from target Qt6::Gui)
> QT_FEATURE_cssparser:INTERNAL=ON
> //Qt feature: cursor (from target Qt6::Gui)
> QT_FEATURE_cursor:INTERNAL=ON
> //Qt feature: cxx11 (from target Qt6::Core)
> QT_FEATURE_cxx11:INTERNAL=ON
> //Qt feature: cxx11_future (from target Qt6::Core)
> QT_FEATURE_cxx11_future:INTERNAL=ON
> //Qt feature: cxx14 (from target Qt6::Core)
> QT_FEATURE_cxx14:INTERNAL=ON
> //Qt feature: cxx17 (from target Qt6::Core)
> QT_FEATURE_cxx17:INTERNAL=ON
> //Qt feature: cxx17_filesystem (from target Qt6::Core)
> QT_FEATURE_cxx17_filesystem:INTERNAL=ON
> //Qt feature: cxx1z (from target Qt6::Core)
> QT_FEATURE_cxx1z:INTERNAL=ON
> //Qt feature: cxx20 (from target Qt6::Core)
> QT_FEATURE_cxx20:INTERNAL=OFF
> //Qt feature: cxx2a (from target Qt6::Core)
> QT_FEATURE_cxx2a:INTERNAL=OFF
> //Qt feature: cxx2b (from target Qt6::Core)
> QT_FEATURE_cxx2b:INTERNAL=OFF
> //Qt feature: datawidgetmapper (from target Qt6::Widgets)
> QT_FEATURE_datawidgetmapper:INTERNAL=ON
> //Qt feature: datestring (from target Qt6::Core)
> QT_FEATURE_datestring:INTERNAL=ON
> //Qt feature: datetimeedit (from target Qt6::Widgets)
> QT_FEATURE_datetimeedit:INTERNAL=ON
> //Qt feature: datetimeparser (from target Qt6::Core)
> QT_FEATURE_datetimeparser:INTERNAL=ON
> //Qt feature: dbus (from target Qt6::Core)
> QT_FEATURE_dbus:INTERNAL=ON
> //Qt feature: dbus_linked (from target Qt6::Core)
> QT_FEATURE_dbus_linked:INTERNAL=ON
> //Qt feature: debug (from target Qt6::Core)
> QT_FEATURE_debug:INTERNAL=OFF
> //Qt feature: debug_and_release (from target Qt6::Core)
> QT_FEATURE_debug_and_release:INTERNAL=OFF
> //Qt feature: desktopservices (from target Qt6::Gui)
> QT_FEATURE_desktopservices:INTERNAL=ON
> //Qt feature: developer_build (from target Qt6::Core)
> QT_FEATURE_developer_build:INTERNAL=OFF
> //Qt feature: dial (from target Qt6::Widgets)
> QT_FEATURE_dial:INTERNAL=ON
> //Qt feature: dialog (from target Qt6::Widgets)
> QT_FEATURE_dialog:INTERNAL=ON
> //Qt feature: dialogbuttonbox (from target Qt6::Widgets)
> QT_FEATURE_dialogbuttonbox:INTERNAL=ON
> //Qt feature: direct2d (from target Qt6::Gui)
> QT_FEATURE_direct2d:INTERNAL=OFF
> //Qt feature: direct2d1_1 (from target Qt6::Gui)
> QT_FEATURE_direct2d1_1:INTERNAL=OFF
> //Qt feature: directfb (from target Qt6::Gui)
> QT_FEATURE_directfb:INTERNAL=OFF
> //Qt feature: directwrite (from target Qt6::Gui)
> QT_FEATURE_directwrite:INTERNAL=OFF
> //Qt feature: directwrite3 (from target Qt6::Gui)
> QT_FEATURE_directwrite3:INTERNAL=OFF
> //Qt feature: dladdr (from target Qt6::Core)
> QT_FEATURE_dladdr:INTERNAL=ON
> //Qt feature: dlopen (from target Qt6::Core)
> QT_FEATURE_dlopen:INTERNAL=ON
> //Qt feature: dnslookup (from target Qt6::Network)
> QT_FEATURE_dnslookup:INTERNAL=ON
> //Qt feature: dockwidget (from target Qt6::Widgets)
> QT_FEATURE_dockwidget:INTERNAL=ON
> //Qt feature: doubleconversion (from target Qt6::Core)
> QT_FEATURE_doubleconversion:INTERNAL=ON
> //Qt feature: draganddrop (from target Qt6::Gui)
> QT_FEATURE_draganddrop:INTERNAL=ON
> //Qt feature: drm_atomic (from target Qt6::Gui)
> QT_FEATURE_drm_atomic:INTERNAL=ON
> //Qt feature: dtls (from target Qt6::Network)
> QT_FEATURE_dtls:INTERNAL=ON
> //Qt feature: dynamicgl (from target Qt6::Gui)
> QT_FEATURE_dynamicgl:INTERNAL=OFF
> //Qt feature: easingcurve (from target Qt6::Core)
> QT_FEATURE_easingcurve:INTERNAL=ON
> //Qt feature: effects (from target Qt6::Widgets)
> QT_FEATURE_effects:INTERNAL=ON
> //Qt feature: egl (from target Qt6::Gui)
> QT_FEATURE_egl:INTERNAL=ON
> //Qt feature: egl_x11 (from target Qt6::Gui)
> QT_FEATURE_egl_x11:INTERNAL=ON
> //Qt feature: eglfs (from target Qt6::Gui)
> QT_FEATURE_eglfs:INTERNAL=ON
> //Qt feature: eglfs_brcm (from target Qt6::Gui)
> QT_FEATURE_eglfs_brcm:INTERNAL=OFF
> //Qt feature: eglfs_egldevice (from target Qt6::Gui)
> QT_FEATURE_eglfs_egldevice:INTERNAL=ON
> //Qt feature: eglfs_gbm (from target Qt6::Gui)
> QT_FEATURE_eglfs_gbm:INTERNAL=ON
> //Qt feature: eglfs_mali (from target Qt6::Gui)
> QT_FEATURE_eglfs_mali:INTERNAL=OFF
> //Qt feature: eglfs_openwfd (from target Qt6::Gui)
> QT_FEATURE_eglfs_openwfd:INTERNAL=OFF
> //Qt feature: eglfs_rcar (from target Qt6::Gui)
> QT_FEATURE_eglfs_rcar:INTERNAL=OFF
> //Qt feature: eglfs_viv (from target Qt6::Gui)
> QT_FEATURE_eglfs_viv:INTERNAL=OFF
> //Qt feature: eglfs_viv_wl (from target Qt6::Gui)
> QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF
> //Qt feature: eglfs_vsp2 (from target Qt6::Gui)
> QT_FEATURE_eglfs_vsp2:INTERNAL=OFF
> //Qt feature: eglfs_x11 (from target Qt6::Gui)
> QT_FEATURE_eglfs_x11:INTERNAL=ON
> //Qt feature: enable_new_dtags (from target Qt6::Core)
> QT_FEATURE_enable_new_dtags:INTERNAL=ON
> //Qt feature: errormessage (from target Qt6::Widgets)
> QT_FEATURE_errormessage:INTERNAL=ON
> //Qt feature: etw (from target Qt6::Core)
> QT_FEATURE_etw:INTERNAL=OFF
> //Qt feature: evdev (from target Qt6::Gui)
> QT_FEATURE_evdev:INTERNAL=ON
> //Qt feature: eventfd (from target Qt6::Core)
> QT_FEATURE_eventfd:INTERNAL=ON
> //Qt feature: f16c (from target Qt6::Core)
> QT_FEATURE_f16c:INTERNAL=ON
> //Qt feature: filedialog (from target Qt6::Widgets)
> QT_FEATURE_filedialog:INTERNAL=ON
> //Qt feature: filesystemiterator (from target Qt6::Core)
> QT_FEATURE_filesystemiterator:INTERNAL=ON
> //Qt feature: filesystemmodel (from target Qt6::Gui)
> QT_FEATURE_filesystemmodel:INTERNAL=ON
> //Qt feature: filesystemwatcher (from target Qt6::Core)
> QT_FEATURE_filesystemwatcher:INTERNAL=ON
> //Qt feature: fontcombobox (from target Qt6::Widgets)
> QT_FEATURE_fontcombobox:INTERNAL=ON
> //Qt feature: fontconfig (from target Qt6::Gui)
> QT_FEATURE_fontconfig:INTERNAL=ON
> //Qt feature: fontdialog (from target Qt6::Widgets)
> QT_FEATURE_fontdialog:INTERNAL=ON
> //Qt feature: force_asserts (from target Qt6::Core)
> QT_FEATURE_force_asserts:INTERNAL=OFF
> //Qt feature: forkfd_pidfd (from target Qt6::Core)
> QT_FEATURE_forkfd_pidfd:INTERNAL=ON
> //Qt feature: formlayout (from target Qt6::Widgets)
> QT_FEATURE_formlayout:INTERNAL=ON
> //Qt feature: framework (from target Qt6::Core)
> QT_FEATURE_framework:INTERNAL=OFF
> //Qt feature: freetype (from target Qt6::Gui)
> QT_FEATURE_freetype:INTERNAL=ON
> //Qt feature: fscompleter (from target Qt6::Widgets)
> QT_FEATURE_fscompleter:INTERNAL=ON
> //Qt feature: futimens (from target Qt6::Core)
> QT_FEATURE_futimens:INTERNAL=ON
> //Qt feature: futimes (from target Qt6::Core)
> QT_FEATURE_futimes:INTERNAL=OFF
> //Qt feature: future (from target Qt6::Core)
> QT_FEATURE_future:INTERNAL=ON
> //Qt feature: gbm (from target Qt6::Gui)
> QT_FEATURE_gbm:INTERNAL=ON
> //Qt feature: gc_binaries (from target Qt6::Core)
> QT_FEATURE_gc_binaries:INTERNAL=OFF
> //Qt feature: gestures (from target Qt6::Core)
> QT_FEATURE_gestures:INTERNAL=ON
> //Qt feature: getauxval (from target Qt6::Core)
> QT_FEATURE_getauxval:INTERNAL=ON
> //Qt feature: getentropy (from target Qt6::Core)
> QT_FEATURE_getentropy:INTERNAL=ON
> //Qt feature: getifaddrs (from target Qt6::Network)
> QT_FEATURE_getifaddrs:INTERNAL=ON
> //Qt feature: gif (from target Qt6::Gui)
> QT_FEATURE_gif:INTERNAL=ON
> //Qt feature: glib (from target Qt6::Core)
> QT_FEATURE_glib:INTERNAL=ON
> //Qt feature: glibc (from target Qt6::Core)
> QT_FEATURE_glibc:INTERNAL=ON
> //Qt feature: graphicseffect (from target Qt6::Widgets)
> QT_FEATURE_graphicseffect:INTERNAL=ON
> //Qt feature: graphicsview (from target Qt6::Widgets)
> QT_FEATURE_graphicsview:INTERNAL=ON
> //Qt feature: groupbox (from target Qt6::Widgets)
> QT_FEATURE_groupbox:INTERNAL=ON
> //Qt feature: gssapi (from target Qt6::Network)
> QT_FEATURE_gssapi:INTERNAL=ON
> //Qt feature: gtk3 (from target Qt6::Widgets)
> QT_FEATURE_gtk3:INTERNAL=ON
> //Qt feature: gui (from target Qt6::Core)
> QT_FEATURE_gui:INTERNAL=ON
> //Qt feature: harfbuzz (from target Qt6::Gui)
> QT_FEATURE_harfbuzz:INTERNAL=ON
> //Qt feature: highdpiscaling (from target Qt6::Gui)
> QT_FEATURE_highdpiscaling:INTERNAL=ON
> //Qt feature: hijricalendar (from target Qt6::Core)
> QT_FEATURE_hijricalendar:INTERNAL=ON
> //Qt feature: http (from target Qt6::Network)
> QT_FEATURE_http:INTERNAL=ON
> //Qt feature: ico (from target Qt6::Gui)
> QT_FEATURE_ico:INTERNAL=ON
> //Qt feature: icu (from target Qt6::Core)
> QT_FEATURE_icu:INTERNAL=ON
> //Qt feature: identityproxymodel (from target Qt6::Core)
> QT_FEATURE_identityproxymodel:INTERNAL=ON
> //Qt feature: ifr_index (from target Qt6::Network)
> QT_FEATURE_ifr_index:INTERNAL=OFF
> //Qt feature: im (from target Qt6::Gui)
> QT_FEATURE_im:INTERNAL=ON
> //Qt feature: image_heuristic_mask (from target Qt6::Gui)
> QT_FEATURE_image_heuristic_mask:INTERNAL=ON
> //Qt feature: image_text (from target Qt6::Gui)
> QT_FEATURE_image_text:INTERNAL=ON
> //Qt feature: imageformat_bmp (from target Qt6::Gui)
> QT_FEATURE_imageformat_bmp:INTERNAL=ON
> //Qt feature: imageformat_jpeg (from target Qt6::Gui)
> QT_FEATURE_imageformat_jpeg:INTERNAL=ON
> //Qt feature: imageformat_png (from target Qt6::Gui)
> QT_FEATURE_imageformat_png:INTERNAL=ON
> //Qt feature: imageformat_ppm (from target Qt6::Gui)
> QT_FEATURE_imageformat_ppm:INTERNAL=ON
> //Qt feature: imageformat_xbm (from target Qt6::Gui)
> QT_FEATURE_imageformat_xbm:INTERNAL=ON
> //Qt feature: imageformat_xpm (from target Qt6::Gui)
> QT_FEATURE_imageformat_xpm:INTERNAL=ON
> //Qt feature: imageformatplugin (from target Qt6::Gui)
> QT_FEATURE_imageformatplugin:INTERNAL=ON
> //Qt feature: imageio_text_loading (from target Qt6::Gui)
> QT_FEATURE_imageio_text_loading:INTERNAL=ON
> //Qt feature: inotify (from target Qt6::Core)
> QT_FEATURE_inotify:INTERNAL=ON
> //Qt feature: inputdialog (from target Qt6::Widgets)
> QT_FEATURE_inputdialog:INTERNAL=ON
> //Qt feature: integrityfb (from target Qt6::Gui)
> QT_FEATURE_integrityfb:INTERNAL=OFF
> //Qt feature: integrityhid (from target Qt6::Gui)
> QT_FEATURE_integrityhid:INTERNAL=OFF
> //Qt feature: intelcet (from target Qt6::Core)
> QT_FEATURE_intelcet:INTERNAL=OFF
> //Qt feature: ipv6ifname (from target Qt6::Network)
> QT_FEATURE_ipv6ifname:INTERNAL=ON
> //Qt feature: islamiccivilcalendar (from target Qt6::Core)
> QT_FEATURE_islamiccivilcalendar:INTERNAL=ON
> //Qt feature: itemmodel (from target Qt6::Core)
> QT_FEATURE_itemmodel:INTERNAL=ON
> //Qt feature: itemviews (from target Qt6::Widgets)
> QT_FEATURE_itemviews:INTERNAL=ON
> //Qt feature: jalalicalendar (from target Qt6::Core)
> QT_FEATURE_jalalicalendar:INTERNAL=ON
> //Qt feature: journald (from target Qt6::Core)
> QT_FEATURE_journald:INTERNAL=OFF
> //Qt feature: jpeg (from target Qt6::Gui)
> QT_FEATURE_jpeg:INTERNAL=ON
> //Qt feature: keysequenceedit (from target Qt6::Widgets)
> QT_FEATURE_keysequenceedit:INTERNAL=ON
> //Qt feature: kms (from target Qt6::Gui)
> QT_FEATURE_kms:INTERNAL=ON
> //Qt feature: label (from target Qt6::Widgets)
> QT_FEATURE_label:INTERNAL=ON
> //Qt feature: largefile (from target Qt6::Core)
> QT_FEATURE_largefile:INTERNAL=ON
> //Qt feature: lcdnumber (from target Qt6::Widgets)
> QT_FEATURE_lcdnumber:INTERNAL=ON
> //Qt feature: libinput (from target Qt6::Gui)
> QT_FEATURE_libinput:INTERNAL=ON
> //Qt feature: libinput_axis_api (from target Qt6::Gui)
> QT_FEATURE_libinput_axis_api:INTERNAL=ON
> //Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)
> QT_FEATURE_libinput_hires_wheel_support:INTERNAL=ON
> //Qt feature: libproxy (from target Qt6::Network)
> QT_FEATURE_libproxy:INTERNAL=ON
> //Qt feature: library (from target Qt6::Core)
> QT_FEATURE_library:INTERNAL=ON
> //Qt feature: libudev (from target Qt6::Core)
> QT_FEATURE_libudev:INTERNAL=ON
> //Qt feature: lineedit (from target Qt6::Widgets)
> QT_FEATURE_lineedit:INTERNAL=ON
> //Qt feature: linkat (from target Qt6::Core)
> QT_FEATURE_linkat:INTERNAL=ON
> //Qt feature: linux_netlink (from target Qt6::Network)
> QT_FEATURE_linux_netlink:INTERNAL=ON
> //Qt feature: linuxfb (from target Qt6::Gui)
> QT_FEATURE_linuxfb:INTERNAL=ON
> //Qt feature: listview (from target Qt6::Widgets)
> QT_FEATURE_listview:INTERNAL=ON
> //Qt feature: listwidget (from target Qt6::Widgets)
> QT_FEATURE_listwidget:INTERNAL=ON
> //Qt feature: localserver (from target Qt6::Network)
> QT_FEATURE_localserver:INTERNAL=ON
> //Qt feature: lttng (from target Qt6::Core)
> QT_FEATURE_lttng:INTERNAL=OFF
> //Qt feature: mainwindow (from target Qt6::Widgets)
> QT_FEATURE_mainwindow:INTERNAL=ON
> //Qt feature: mdiarea (from target Qt6::Widgets)
> QT_FEATURE_mdiarea:INTERNAL=ON
> //Qt feature: menu (from target Qt6::Widgets)
> QT_FEATURE_menu:INTERNAL=ON
> //Qt feature: menubar (from target Qt6::Widgets)
> QT_FEATURE_menubar:INTERNAL=ON
> //Qt feature: messagebox (from target Qt6::Widgets)
> QT_FEATURE_messagebox:INTERNAL=ON
> //Qt feature: mimetype (from target Qt6::Core)
> QT_FEATURE_mimetype:INTERNAL=ON
> //Qt feature: mimetype_database (from target Qt6::Core)
> QT_FEATURE_mimetype_database:INTERNAL=OFF
> //Qt feature: mips_dsp (from target Qt6::Core)
> QT_FEATURE_mips_dsp:INTERNAL=OFF
> //Qt feature: mips_dspr2 (from target Qt6::Core)
> QT_FEATURE_mips_dspr2:INTERNAL=OFF
> //Qt feature: movie (from target Qt6::Gui)
> QT_FEATURE_movie:INTERNAL=ON
> //Qt feature: mtdev (from target Qt6::Gui)
> QT_FEATURE_mtdev:INTERNAL=ON
> //Qt feature: multiprocess (from target Qt6::Gui)
> QT_FEATURE_multiprocess:INTERNAL=ON
> //Qt feature: neon (from target Qt6::Core)
> QT_FEATURE_neon:INTERNAL=OFF
> //Qt feature: network (from target Qt6::Core)
> QT_FEATURE_network:INTERNAL=ON
> //Qt feature: networkdiskcache (from target Qt6::Network)
> QT_FEATURE_networkdiskcache:INTERNAL=ON
> //Qt feature: networkinterface (from target Qt6::Network)
> QT_FEATURE_networkinterface:INTERNAL=ON
> //Qt feature: networklistmanager (from target Qt6::Network)
> QT_FEATURE_networklistmanager:INTERNAL=OFF
> //Qt feature: networkproxy (from target Qt6::Network)
> QT_FEATURE_networkproxy:INTERNAL=ON
> //Qt feature: no_direct_extern_access (from target Qt6::Core)
> QT_FEATURE_no_direct_extern_access:INTERNAL=OFF
> //Qt feature: no_prefix (from target Qt6::Core)
> QT_FEATURE_no_prefix:INTERNAL=OFF
> //Qt feature: ocsp (from target Qt6::Network)
> QT_FEATURE_ocsp:INTERNAL=ON
> //Qt feature: opengl (from target Qt6::Gui)
> QT_FEATURE_opengl:INTERNAL=ON
> //Qt feature: opengles2 (from target Qt6::Gui)
> QT_FEATURE_opengles2:INTERNAL=OFF
> //Qt feature: opengles3 (from target Qt6::Gui)
> QT_FEATURE_opengles3:INTERNAL=OFF
> //Qt feature: opengles31 (from target Qt6::Gui)
> QT_FEATURE_opengles31:INTERNAL=OFF
> //Qt feature: opengles32 (from target Qt6::Gui)
> QT_FEATURE_opengles32:INTERNAL=OFF
> //Qt feature: openssl (from target Qt6::Network)
> QT_FEATURE_openssl:INTERNAL=ON
> //Qt feature: openssl_linked (from target Qt6::Network)
> QT_FEATURE_openssl_linked:INTERNAL=OFF
> //Qt feature: opensslv11 (from target Qt6::Network)
> QT_FEATURE_opensslv11:INTERNAL=ON
> //Qt feature: openvg (from target Qt6::Gui)
> QT_FEATURE_openvg:INTERNAL=OFF
> //Qt feature: pcre2 (from target Qt6::Core)
> QT_FEATURE_pcre2:INTERNAL=ON
> //Qt feature: pdf (from target Qt6::Gui)
> QT_FEATURE_pdf:INTERNAL=ON
> //Qt feature: picture (from target Qt6::Gui)
> QT_FEATURE_picture:INTERNAL=ON
> //Qt feature: pkg_config (from target Qt6::Core)
> QT_FEATURE_pkg_config:INTERNAL=ON
> //Qt feature: plugin_manifest (from target Qt6::Core)
> QT_FEATURE_plugin_manifest:INTERNAL=ON
> //Qt feature: png (from target Qt6::Gui)
> QT_FEATURE_png:INTERNAL=ON
> //Qt feature: poll_poll (from target Qt6::Core)
> QT_FEATURE_poll_poll:INTERNAL=OFF
> //Qt feature: poll_pollts (from target Qt6::Core)
> QT_FEATURE_poll_pollts:INTERNAL=OFF
> //Qt feature: poll_ppoll (from target Qt6::Core)
> QT_FEATURE_poll_ppoll:INTERNAL=ON
> //Qt feature: poll_select (from target Qt6::Core)
> QT_FEATURE_poll_select:INTERNAL=OFF
> //Qt feature: posix_fallocate (from target Qt6::Core)
> QT_FEATURE_posix_fallocate:INTERNAL=ON
> //Qt feature: precompile_header (from target Qt6::Core)
> QT_FEATURE_precompile_header:INTERNAL=ON
> //Qt feature: printsupport (from target Qt6::Core)
> QT_FEATURE_printsupport:INTERNAL=ON
> //Qt feature: private_tests (from target Qt6::Core)
> QT_FEATURE_private_tests:INTERNAL=OFF
> //Qt feature: process (from target Qt6::Core)
> QT_FEATURE_process:INTERNAL=ON
> //Qt feature: processenvironment (from target Qt6::Core)
> QT_FEATURE_processenvironment:INTERNAL=ON
> //Qt feature: progressbar (from target Qt6::Widgets)
> QT_FEATURE_progressbar:INTERNAL=ON
> //Qt feature: progressdialog (from target Qt6::Widgets)
> QT_FEATURE_progressdialog:INTERNAL=ON
> //Qt feature: proxymodel (from target Qt6::Core)
> QT_FEATURE_proxymodel:INTERNAL=ON
> //Qt feature: publicsuffix_qt (from target Qt6::Network)
> QT_FEATURE_publicsuffix_qt:INTERNAL=ON
> //Qt feature: publicsuffix_system (from target Qt6::Network)
> QT_FEATURE_publicsuffix_system:INTERNAL=ON
> //Qt feature: pushbutton (from target Qt6::Widgets)
> QT_FEATURE_pushbutton:INTERNAL=ON
> //Qt feature: qml_animation (from target Qt6::Qml)
> QT_FEATURE_qml_animation:INTERNAL=ON
> //Qt feature: qml_debug (from target Qt6::Qml)
> QT_FEATURE_qml_debug:INTERNAL=ON
> //Qt feature: qml_devtools (from target Qt6::Qml)
> QT_FEATURE_qml_devtools:INTERNAL=ON
> //Qt feature: qml_itemmodel (from target Qt6::Qml)
> QT_FEATURE_qml_itemmodel:INTERNAL=ON
> //Qt feature: qml_jit (from target Qt6::Qml)
> QT_FEATURE_qml_jit:INTERNAL=ON
> //Qt feature: qml_locale (from target Qt6::Qml)
> QT_FEATURE_qml_locale:INTERNAL=ON
> //Qt feature: qml_network (from target Qt6::Qml)
> QT_FEATURE_qml_network:INTERNAL=ON
> //Qt feature: qml_preview (from target Qt6::Qml)
> QT_FEATURE_qml_preview:INTERNAL=ON
> //Qt feature: qml_profiler (from target Qt6::Qml)
> QT_FEATURE_qml_profiler:INTERNAL=ON
> //Qt feature: qml_python (from target Qt6::Qml)
> QT_FEATURE_qml_python:INTERNAL=ON
> //Qt feature: qml_worker_script (from target Qt6::Qml)
> QT_FEATURE_qml_worker_script:INTERNAL=ON
> //Qt feature: qml_xml_http_request (from target Qt6::Qml)
> QT_FEATURE_qml_xml_http_request:INTERNAL=ON
> //Qt feature: qml_xmllistmodel (from target Qt6::Qml)
> QT_FEATURE_qml_xmllistmodel:INTERNAL=ON
> //Qt feature: qqnx_imf (from target Qt6::Gui)
> QT_FEATURE_qqnx_imf:INTERNAL=OFF
> //Qt feature: qqnx_pps (from target Qt6::Core)
> QT_FEATURE_qqnx_pps:INTERNAL=OFF
> //Qt feature: radiobutton (from target Qt6::Widgets)
> QT_FEATURE_radiobutton:INTERNAL=ON
> //Qt feature: raster_64bit (from target Qt6::Gui)
> QT_FEATURE_raster_64bit:INTERNAL=ON
> //Qt feature: raster_fp (from target Qt6::Gui)
> QT_FEATURE_raster_fp:INTERNAL=ON
> //Qt feature: rdrnd (from target Qt6::Core)
> QT_FEATURE_rdrnd:INTERNAL=ON
> //Qt feature: rdseed (from target Qt6::Core)
> QT_FEATURE_rdseed:INTERNAL=ON
> //Qt feature: reduce_exports (from target Qt6::Core)
> QT_FEATURE_reduce_exports:INTERNAL=ON
> //Qt feature: reduce_relocations (from target Qt6::Core)
> QT_FEATURE_reduce_relocations:INTERNAL=ON
> //Qt feature: regularexpression (from target Qt6::Core)
> QT_FEATURE_regularexpression:INTERNAL=ON
> //Qt feature: relocatable (from target Qt6::Core)
> QT_FEATURE_relocatable:INTERNAL=OFF
> //Qt feature: renameat2 (from target Qt6::Core)
> QT_FEATURE_renameat2:INTERNAL=ON
> //Qt feature: resizehandler (from target Qt6::Widgets)
> QT_FEATURE_resizehandler:INTERNAL=ON
> //Qt feature: rpath (from target Qt6::Core)
> QT_FEATURE_rpath:INTERNAL=OFF
> //Qt feature: rubberband (from target Qt6::Widgets)
> QT_FEATURE_rubberband:INTERNAL=ON
> //Qt feature: schannel (from target Qt6::Network)
> QT_FEATURE_schannel:INTERNAL=OFF
> //Qt feature: scrollarea (from target Qt6::Widgets)
> QT_FEATURE_scrollarea:INTERNAL=ON
> //Qt feature: scrollbar (from target Qt6::Widgets)
> QT_FEATURE_scrollbar:INTERNAL=ON
> //Qt feature: scroller (from target Qt6::Widgets)
> QT_FEATURE_scroller:INTERNAL=ON
> //Qt feature: sctp (from target Qt6::Network)
> QT_FEATURE_sctp:INTERNAL=ON
> //Qt feature: securetransport (from target Qt6::Network)
> QT_FEATURE_securetransport:INTERNAL=OFF
> //Qt feature: separate_debug_info (from target Qt6::Core)
> QT_FEATURE_separate_debug_info:INTERNAL=OFF
> //Qt feature: sessionmanager (from target Qt6::Gui)
> QT_FEATURE_sessionmanager:INTERNAL=ON
> //Qt feature: settings (from target Qt6::Core)
> QT_FEATURE_settings:INTERNAL=ON
> //Qt feature: sha3_fast (from target Qt6::Core)
> QT_FEATURE_sha3_fast:INTERNAL=ON
> //Qt feature: shani (from target Qt6::Core)
> QT_FEATURE_shani:INTERNAL=ON
> //Qt feature: shared (from target Qt6::Core)
> QT_FEATURE_shared:INTERNAL=ON
> //Qt feature: sharedmemory (from target Qt6::Core)
> QT_FEATURE_sharedmemory:INTERNAL=ON
> //Qt feature: shortcut (from target Qt6::Core)
> QT_FEATURE_shortcut:INTERNAL=ON
> //Qt feature: signaling_nan (from target Qt6::Core)
> QT_FEATURE_signaling_nan:INTERNAL=ON
> //Qt feature: simulator_and_device (from target Qt6::Core)
> QT_FEATURE_simulator_and_device:INTERNAL=OFF
> //Qt feature: sizegrip (from target Qt6::Widgets)
> QT_FEATURE_sizegrip:INTERNAL=ON
> //Qt feature: slider (from target Qt6::Widgets)
> QT_FEATURE_slider:INTERNAL=ON
> //Qt feature: slog2 (from target Qt6::Core)
> QT_FEATURE_slog2:INTERNAL=OFF
> //Qt feature: socks5 (from target Qt6::Network)
> QT_FEATURE_socks5:INTERNAL=ON
> //Qt feature: sortfilterproxymodel (from target Qt6::Core)
> QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
> //Qt feature: spinbox (from target Qt6::Widgets)
> QT_FEATURE_spinbox:INTERNAL=ON
> //Qt feature: splashscreen (from target Qt6::Widgets)
> QT_FEATURE_splashscreen:INTERNAL=ON
> //Qt feature: splitter (from target Qt6::Widgets)
> QT_FEATURE_splitter:INTERNAL=ON
> //Qt feature: sql (from target Qt6::Core)
> QT_FEATURE_sql:INTERNAL=ON
> //Qt feature: sse2 (from target Qt6::Core)
> QT_FEATURE_sse2:INTERNAL=ON
> //Qt feature: sse3 (from target Qt6::Core)
> QT_FEATURE_sse3:INTERNAL=ON
> //Qt feature: sse4_1 (from target Qt6::Core)
> QT_FEATURE_sse4_1:INTERNAL=ON
> //Qt feature: sse4_2 (from target Qt6::Core)
> QT_FEATURE_sse4_2:INTERNAL=ON
> //Qt feature: ssl (from target Qt6::Network)
> QT_FEATURE_ssl:INTERNAL=ON
> //Qt feature: sspi (from target Qt6::Network)
> QT_FEATURE_sspi:INTERNAL=OFF
> //Qt feature: ssse3 (from target Qt6::Core)
> QT_FEATURE_ssse3:INTERNAL=ON
> //Qt feature: stack_protector_strong (from target Qt6::Core)
> QT_FEATURE_stack_protector_strong:INTERNAL=OFF
> //Qt feature: stackedwidget (from target Qt6::Widgets)
> QT_FEATURE_stackedwidget:INTERNAL=ON
> //Qt feature: standarditemmodel (from target Qt6::Gui)
> QT_FEATURE_standarditemmodel:INTERNAL=ON
> //Qt feature: static (from target Qt6::Core)
> QT_FEATURE_static:INTERNAL=OFF
> //Qt feature: statusbar (from target Qt6::Widgets)
> QT_FEATURE_statusbar:INTERNAL=ON
> //Qt feature: statustip (from target Qt6::Widgets)
> QT_FEATURE_statustip:INTERNAL=ON
> //Qt feature: statx (from target Qt6::Core)
> QT_FEATURE_statx:INTERNAL=ON
> //Qt feature: std_atomic64 (from target Qt6::Core)
> QT_FEATURE_std_atomic64:INTERNAL=ON
> //Qt feature: stdlib_libcpp (from target Qt6::Core)
> QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
> //Qt feature: stringlistmodel (from target Qt6::Core)
> QT_FEATURE_stringlistmodel:INTERNAL=ON
> //Qt feature: style_android (from target Qt6::Widgets)
> QT_FEATURE_style_android:INTERNAL=OFF
> //Qt feature: style_fusion (from target Qt6::Widgets)
> QT_FEATURE_style_fusion:INTERNAL=ON
> //Qt feature: style_mac (from target Qt6::Widgets)
> QT_FEATURE_style_mac:INTERNAL=OFF
> //Qt feature: style_stylesheet (from target Qt6::Widgets)
> QT_FEATURE_style_stylesheet:INTERNAL=ON
> //Qt feature: style_windows (from target Qt6::Widgets)
> QT_FEATURE_style_windows:INTERNAL=ON
> //Qt feature: style_windowsvista (from target Qt6::Widgets)
> QT_FEATURE_style_windowsvista:INTERNAL=OFF
> //Qt feature: syntaxhighlighter (from target Qt6::Widgets)
> QT_FEATURE_syntaxhighlighter:INTERNAL=ON
> //Qt feature: syslog (from target Qt6::Core)
> QT_FEATURE_syslog:INTERNAL=OFF
> //Qt feature: system_doubleconversion (from target Qt6::Core)
> QT_FEATURE_system_doubleconversion:INTERNAL=ON
> //Qt feature: system_freetype (from target Qt6::Gui)
> QT_FEATURE_system_freetype:INTERNAL=ON
> //Qt feature: system_harfbuzz (from target Qt6::Gui)
> QT_FEATURE_system_harfbuzz:INTERNAL=ON
> //Qt feature: system_jpeg (from target Qt6::Gui)
> QT_FEATURE_system_jpeg:INTERNAL=ON
> //Qt feature: system_libb2 (from target Qt6::Core)
> QT_FEATURE_system_libb2:INTERNAL=ON
> //Qt feature: system_pcre2 (from target Qt6::Core)
> QT_FEATURE_system_pcre2:INTERNAL=ON
> //Qt feature: system_png (from target Qt6::Gui)
> QT_FEATURE_system_png:INTERNAL=ON
> //Qt feature: system_proxies (from target Qt6::Network)
> QT_FEATURE_system_proxies:INTERNAL=ON
> //Qt feature: system_textmarkdownreader (from target Qt6::Gui)
> QT_FEATURE_system_textmarkdownreader:INTERNAL=ON
> //Qt feature: system_xcb_xinput (from target Qt6::Gui)
> QT_FEATURE_system_xcb_xinput:INTERNAL=OFF
> //Qt feature: system_zlib (from target Qt6::Core)
> QT_FEATURE_system_zlib:INTERNAL=ON
> //Qt feature: systemsemaphore (from target Qt6::Core)
> QT_FEATURE_systemsemaphore:INTERNAL=ON
> //Qt feature: systemtrayicon (from target Qt6::Gui)
> QT_FEATURE_systemtrayicon:INTERNAL=ON
> //Qt feature: tabbar (from target Qt6::Widgets)
> QT_FEATURE_tabbar:INTERNAL=ON
> //Qt feature: tabletevent (from target Qt6::Gui)
> QT_FEATURE_tabletevent:INTERNAL=ON
> //Qt feature: tableview (from target Qt6::Widgets)
> QT_FEATURE_tableview:INTERNAL=ON
> //Qt feature: tablewidget (from target Qt6::Widgets)
> QT_FEATURE_tablewidget:INTERNAL=ON
> //Qt feature: tabwidget (from target Qt6::Widgets)
> QT_FEATURE_tabwidget:INTERNAL=ON
> //Qt feature: temporaryfile (from target Qt6::Core)
> QT_FEATURE_temporaryfile:INTERNAL=ON
> //Qt feature: testlib (from target Qt6::Core)
> QT_FEATURE_testlib:INTERNAL=ON
> //Qt feature: textbrowser (from target Qt6::Widgets)
> QT_FEATURE_textbrowser:INTERNAL=ON
> //Qt feature: textdate (from target Qt6::Core)
> QT_FEATURE_textdate:INTERNAL=ON
> //Qt feature: textedit (from target Qt6::Widgets)
> QT_FEATURE_textedit:INTERNAL=ON
> //Qt feature: texthtmlparser (from target Qt6::Gui)
> QT_FEATURE_texthtmlparser:INTERNAL=ON
> //Qt feature: textmarkdownreader (from target Qt6::Gui)
> QT_FEATURE_textmarkdownreader:INTERNAL=ON
> //Qt feature: textmarkdownwriter (from target Qt6::Gui)
> QT_FEATURE_textmarkdownwriter:INTERNAL=ON
> //Qt feature: textodfwriter (from target Qt6::Gui)
> QT_FEATURE_textodfwriter:INTERNAL=ON
> //Qt feature: thread (from target Qt6::Core)
> QT_FEATURE_thread:INTERNAL=ON
> //Qt feature: threadsafe_cloexec (from target Qt6::Core)
> QT_FEATURE_threadsafe_cloexec:INTERNAL=ON
> //Qt feature: timezone (from target Qt6::Core)
> QT_FEATURE_timezone:INTERNAL=ON
> //Qt feature: toolbar (from target Qt6::Widgets)
> QT_FEATURE_toolbar:INTERNAL=ON
> //Qt feature: toolbox (from target Qt6::Widgets)
> QT_FEATURE_toolbox:INTERNAL=ON
> //Qt feature: toolbutton (from target Qt6::Widgets)
> QT_FEATURE_toolbutton:INTERNAL=ON
> //Qt feature: tooltip (from target Qt6::Widgets)
> QT_FEATURE_tooltip:INTERNAL=ON
> //Qt feature: topleveldomain (from target Qt6::Network)
> QT_FEATURE_topleveldomain:INTERNAL=ON
> //Qt feature: translation (from target Qt6::Core)
> QT_FEATURE_translation:INTERNAL=ON
> //Qt feature: transposeproxymodel (from target Qt6::Core)
> QT_FEATURE_transposeproxymodel:INTERNAL=ON
> //Qt feature: treeview (from target Qt6::Widgets)
> QT_FEATURE_treeview:INTERNAL=ON
> //Qt feature: treewidget (from target Qt6::Widgets)
> QT_FEATURE_treewidget:INTERNAL=ON
> //Qt feature: tslib (from target Qt6::Gui)
> QT_FEATURE_tslib:INTERNAL=ON
> //Qt feature: tuiotouch (from target Qt6::Gui)
> QT_FEATURE_tuiotouch:INTERNAL=ON
> //Qt feature: udpsocket (from target Qt6::Network)
> QT_FEATURE_udpsocket:INTERNAL=ON
> //Qt feature: undocommand (from target Qt6::Gui)
> QT_FEATURE_undocommand:INTERNAL=ON
> //Qt feature: undogroup (from target Qt6::Gui)
> QT_FEATURE_undogroup:INTERNAL=ON
> //Qt feature: undostack (from target Qt6::Gui)
> QT_FEATURE_undostack:INTERNAL=ON
> //Qt feature: undoview (from target Qt6::Widgets)
> QT_FEATURE_undoview:INTERNAL=ON
> //Qt feature: use_bfd_linker (from target Qt6::Core)
> QT_FEATURE_use_bfd_linker:INTERNAL=OFF
> //Qt feature: use_gold_linker (from target Qt6::Core)
> QT_FEATURE_use_gold_linker:INTERNAL=OFF
> //Qt feature: use_lld_linker (from target Qt6::Core)
> QT_FEATURE_use_lld_linker:INTERNAL=OFF
> //Qt feature: use_mold_linker (from target Qt6::Core)
> QT_FEATURE_use_mold_linker:INTERNAL=OFF
> //Qt feature: vaes (from target Qt6::Core)
> QT_FEATURE_vaes:INTERNAL=ON
> //Qt feature: validator (from target Qt6::Gui)
> QT_FEATURE_validator:INTERNAL=ON
> //Qt feature: vkgen (from target Qt6::Gui)
> QT_FEATURE_vkgen:INTERNAL=ON
> //Qt feature: vkkhrdisplay (from target Qt6::Gui)
> QT_FEATURE_vkkhrdisplay:INTERNAL=ON
> //Qt feature: vnc (from target Qt6::Gui)
> QT_FEATURE_vnc:INTERNAL=ON
> //Qt feature: vsp2 (from target Qt6::Gui)
> QT_FEATURE_vsp2:INTERNAL=OFF
> //Qt feature: vulkan (from target Qt6::Gui)
> QT_FEATURE_vulkan:INTERNAL=ON
> //Qt feature: whatsthis (from target Qt6::Gui)
> QT_FEATURE_whatsthis:INTERNAL=ON
> //Qt feature: wheelevent (from target Qt6::Gui)
> QT_FEATURE_wheelevent:INTERNAL=ON
> //Qt feature: widgets (from target Qt6::Core)
> QT_FEATURE_widgets:INTERNAL=ON
> //Qt feature: widgettextcontrol (from target Qt6::Widgets)
> QT_FEATURE_widgettextcontrol:INTERNAL=ON
> //Qt feature: wizard (from target Qt6::Widgets)
> QT_FEATURE_wizard:INTERNAL=ON
> //Qt feature: xcb (from target Qt6::Gui)
> QT_FEATURE_xcb:INTERNAL=ON
> //Qt feature: xcb_egl_plugin (from target Qt6::Gui)
> QT_FEATURE_xcb_egl_plugin:INTERNAL=ON
> //Qt feature: xcb_glx (from target Qt6::Gui)
> QT_FEATURE_xcb_glx:INTERNAL=ON
> //Qt feature: xcb_glx_plugin (from target Qt6::Gui)
> QT_FEATURE_xcb_glx_plugin:INTERNAL=ON
> //Qt feature: xcb_native_painting (from target Qt6::Gui)
> QT_FEATURE_xcb_native_painting:INTERNAL=OFF
> //Qt feature: xcb_sm (from target Qt6::Gui)
> QT_FEATURE_xcb_sm:INTERNAL=ON
> //Qt feature: xcb_xlib (from target Qt6::Gui)
> QT_FEATURE_xcb_xlib:INTERNAL=ON
> //Qt feature: xkbcommon (from target Qt6::Gui)
> QT_FEATURE_xkbcommon:INTERNAL=ON
> //Qt feature: xkbcommon_x11 (from target Qt6::Gui)
> QT_FEATURE_xkbcommon_x11:INTERNAL=ON
> //Qt feature: xlib (from target Qt6::Gui)
> QT_FEATURE_xlib:INTERNAL=ON
> //Qt feature: xml (from target Qt6::Core)
> QT_FEATURE_xml:INTERNAL=ON
> //Qt feature: xmlstream (from target Qt6::Core)
> QT_FEATURE_xmlstream:INTERNAL=ON
> //Qt feature: xmlstreamreader (from target Qt6::Core)
> QT_FEATURE_xmlstreamreader:INTERNAL=ON
> //Qt feature: xmlstreamwriter (from target Qt6::Core)
> QT_FEATURE_xmlstreamwriter:INTERNAL=ON
> //Qt feature: xrender (from target Qt6::Gui)
> QT_FEATURE_xrender:INTERNAL=OFF
> //Qt feature: zstd (from target Qt6::Core)
> QT_FEATURE_zstd:INTERNAL=ON
> TEST_arch_x86_64_subarch_mmx:INTERNAL=1
> TEST_arch_x86_64_subarch_sse:INTERNAL=1
> TEST_arch_x86_64_subarch_sse2:INTERNAL=1
> TEST_architecture_arch:INTERNAL=x86_64
> TEST_buildAbi:INTERNAL=x86_64-little_endian-lp64
> TEST_subarch_result:INTERNAL=mmx;sse;sse2
> //ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE
> Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE
> Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Vulkan_INCLUDE_DIR
> Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: Vulkan_LIBRARY
> Vulkan_LIBRARY-ADVANCED:INTERNAL=1
> //linker supports push/pop state
> _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
> //CMAKE_INSTALL_PREFIX during last run
> _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr
> __pkg_config_arguments_PKG_XKB:INTERNAL=QUIET;xkbcommon
> __pkg_config_checked_PKG_XKB:INTERNAL=1
> __qt_qml_macros_module_base_dir:INTERNAL=/usr/lib/x86_64-linux-gnu/cmake/Qt6Qml
> //ADVANCED property for variable: pkgcfg_lib_PKG_XKB_xkbcommon
> pkgcfg_lib_PKG_XKB_xkbcommon-ADVANCED:INTERNAL=1
> prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu
> 
>       cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeFiles/CMakeOutput.log
> ==> CMakeFiles/CMakeOutput.log <==
> The system is: Linux - 5.10.0-9-cloud-amd64 - x86_64
> Compiling the CXX compiler identification source file 
> "CMakeCXXCompilerId.cpp" succeeded.
> Compiler: /usr/bin/c++ 
> Build flags: 
> -g;-O2;-ffile-prefix-map=/<<PKGBUILDDIR>>=.;-flto=auto;-ffat-lto-objects;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
> Id flags:  
> 
> The output was:
> 0
> 
> 
> Compilation of the CXX compiler identification source 
> "CMakeCXXCompilerId.cpp" produced "a.out"
> 
> The CXX compiler identification is GNU, found in 
> "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/3.25.1/CompilerIdCXX/a.out"
> 
> Compiling the C compiler identification source file "CMakeCCompilerId.c" 
> succeeded.
> Compiler: /usr/bin/cc 
> Build flags: 
> -g;-O2;-ffile-prefix-map=/<<PKGBUILDDIR>>=.;-flto=auto;-ffat-lto-objects;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
> Id flags:  
> 
> The output was:
> 0
> 
> 
> Compilation of the C compiler identification source "CMakeCCompilerId.c" 
> produced "a.out"
> 
> The C compiler identification is GNU, found in 
> "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/3.25.1/CompilerIdC/a.out"
> 
> Detecting CXX compiler ABI info compiled with the following output:
> Change Dir: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-JHtgGe
> 
> Run Build Command(s):/usr/bin/ninja cmTC_132e2 && [1/2] Building CXX object 
> CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 12.2.0 (Debian 12.2.0-14) 
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-ffat-lto-objects' '-fstack-protector-strong' '-Wformat=1' 
> '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_132e2.dir/'
>  /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch 
> x86_64-linux-gnu -D_GNU_SOURCE -D _FORTIFY_SOURCE=2 
> /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir 
> CMakeFiles/cmTC_132e2.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp 
> -dumpbase-ext .cpp -mtune=generic -march=x86-64 -g -O2 -Wformat=1 -Wdate-time 
> -version -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects 
> -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/ccgd4GUK.s
> GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12"
> ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
> ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"
> ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"
> #include "..." search starts here:
> #include <...> search starts here:
>  /usr/include/c++/12
>  /usr/include/x86_64-linux-gnu/c++/12
>  /usr/include/c++/12/backward
>  /usr/lib/gcc/x86_64-linux-gnu/12/include
>  /usr/local/include
>  /usr/include/x86_64-linux-gnu
>  /usr/include
> End of search list.
> GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-ffat-lto-objects' '-fstack-protector-strong' '-Wformat=1' 
> '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_132e2.dir/'
>  as -v --gdwarf-5 --64 -o CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o 
> /tmp/ccgd4GUK.s
> GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils 
> for Debian) 2.40
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-ffat-lto-objects' '-fstack-protector-strong' '-Wformat=1' 
> '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 
> 'CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.'
> [2/2] Linking CXX executable cmTC_132e2
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 12.2.0 (Debian 12.2.0-14) 
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-flto=auto' '-ffat-lto-objects' '-v' '-o' 'cmTC_132e2' 
> '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_132e2.'
>  /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin 
> /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so 
> -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper 
> -plugin-opt=-fresolution=/tmp/cchWW7eY.res -plugin-opt=-pass-through=-lgcc_s 
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc 
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -flto=auto 
> -flto=auto --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu 
> --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_132e2 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o 
> -L/usr/lib/gcc/x86_64-linux-gnu/12 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu 
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. -z relro -z now 
> CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s 
> -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o
> /usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -fresolution=/tmp/cchWW7eY.res 
> -flinker-output=pie CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -fresolution=/tmp/cchWW7eY.res 
> -flinker-output=pie CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o 
> LTO parallelism level set to 8
> /usr/bin/c++ @/tmp/ccwbVwvO
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 12.2.0 (Debian 12.2.0-14) 
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'   
> '-fltrans-output-list=/tmp/cc5lDZqS.ltrans.out' '-fwpa=8' 
> '-fresolution=/tmp/cchWW7eY.res' '-flinker-output=pie' '-shared-libgcc'
>  /usr/lib/gcc/x86_64-linux-gnu/12/lto1 -quiet -dumpbase ./cmTC_132e2.wpa 
> -mtune=generic -march=x86-64 -g -g -O2 -O2 -version -fno-openmp -fno-openacc 
> -fPIC -fcf-protection=none -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -ffat-lto-objects 
> -fltrans-output-list=/tmp/cc5lDZqS.ltrans.out -fwpa=8 
> -fresolution=/tmp/cchWW7eY.res -flinker-output=pie @/tmp/ccmFjOKg
> GNU GIMPLE (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> GNU GIMPLE (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/../lib/:/lib/../lib/x86_64-linux-gnu/:/lib/../lib/../lib/:/usr/lib/../lib/x86_64-linux-gnu/:/usr/lib/../lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'   
> '-fltrans-output-list=/tmp/cc5lDZqS.ltrans.out' '-fwpa=8' 
> '-fresolution=/tmp/cchWW7eY.res' '-flinker-output=pie' '-shared-libgcc' 
> '-dumpdir' './cmTC_132e2.wpa.'
> make -f /tmp/cco4xeuE.mk -j8 all
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 12.2.0 (Debian 12.2.0-14) 
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'   
> '-fltrans' '-o' '/tmp/cc5lDZqS.ltrans0.ltrans.o' '-shared-libgcc'
>  /usr/lib/gcc/x86_64-linux-gnu/12/lto1 -quiet -dumpbase 
> ./cmTC_132e2.ltrans0.ltrans -mtune=generic -march=x86-64 -g -g -O2 -O2 
> -version -fno-openmp -fno-openacc -fPIC -fcf-protection=none 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -ffat-lto-objects -fltrans /tmp/cc5lDZqS.ltrans0.o -o /tmp/ccawq3O3.s
> GNU GIMPLE (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> GNU GIMPLE (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'   
> '-fltrans' '-o' '/tmp/cc5lDZqS.ltrans0.ltrans.o' '-shared-libgcc'
>  as -v --gdwarf-5 --64 -o /tmp/cc5lDZqS.ltrans0.ltrans.o /tmp/ccawq3O3.s
> GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils 
> for Debian) 2.40
> MAKEFLAGS=w -j8 
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/../lib/:/lib/../lib/x86_64-linux-gnu/:/lib/../lib/../lib/:/usr/lib/../lib/x86_64-linux-gnu/:/usr/lib/../lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'   
> '-fltrans' '-o' '/tmp/cc5lDZqS.ltrans0.ltrans.o' '-shared-libgcc' '-dumpdir' 
> './cmTC_132e2.ltrans0.ltrans.'
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-flto=auto' '-ffat-lto-objects' '-v' '-o' 'cmTC_132e2' 
> '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_132e2.'
> 
> 
> 
> Parsed CXX implicit include dir info from above output: rv=done
>   found start of include info
>   found start of implicit include info
>     add: [/usr/include/c++/12]
>     add: [/usr/include/x86_64-linux-gnu/c++/12]
>     add: [/usr/include/c++/12/backward]
>     add: [/usr/lib/gcc/x86_64-linux-gnu/12/include]
>     add: [/usr/local/include]
>     add: [/usr/include/x86_64-linux-gnu]
>     add: [/usr/include]
>   end of search list found
>   collapse include dir [/usr/include/c++/12] ==> [/usr/include/c++/12]
>   collapse include dir [/usr/include/x86_64-linux-gnu/c++/12] ==> 
> [/usr/include/x86_64-linux-gnu/c++/12]
>   collapse include dir [/usr/include/c++/12/backward] ==> 
> [/usr/include/c++/12/backward]
>   collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> 
> [/usr/lib/gcc/x86_64-linux-gnu/12/include]
>   collapse include dir [/usr/local/include] ==> [/usr/local/include]
>   collapse include dir [/usr/include/x86_64-linux-gnu] ==> 
> [/usr/include/x86_64-linux-gnu]
>   collapse include dir [/usr/include] ==> [/usr/include]
>   implicit include dirs: 
> [/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
> 
> 
> Parsed CXX implicit link information from above output:
>   link line regex: [^( 
> *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
>   ignore line: [Change Dir: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-JHtgGe]
>   ignore line: []
>   ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_132e2 && [1/2] 
> Building CXX object CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o]
>   ignore line: [Using built-in specs.]
>   ignore line: [COLLECT_GCC=/usr/bin/c++]
>   ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
>   ignore line: [OFFLOAD_TARGET_DEFAULT=1]
>   ignore line: [Target: x86_64-linux-gnu]
>   ignore line: [Configured with: ../src/configure -v 
> --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c 
> ada c++ go d fortran objc obj-c++ m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr
>  amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr 
> --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
>   ignore line: [Thread model: posix]
>   ignore line: [Supported LTO compression algorithms: zlib zstd]
>   ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ]
>   ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-flto=auto' '-ffat-lto-objects' 
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_132e2.dir/']
>   ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v 
> -imultiarch x86_64-linux-gnu -D_GNU_SOURCE -D _FORTIFY_SOURCE=2 
> /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir 
> CMakeFiles/cmTC_132e2.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp 
> -dumpbase-ext .cpp -mtune=generic -march=x86-64 -g -O2 -Wformat=1 -Wdate-time 
> -version -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects 
> -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/ccgd4GUK.s]
>   ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 
> (x86_64-linux-gnu)]
>   ignore line: [      compiled by GNU C version 12.2.0  GMP version 6.2.1  
> MPFR version 4.1.1-p1  MPC version 1.3.1  isl version isl-0.25-GMP]
>   ignore line: []
>   ignore line: [warning: MPFR header version 4.1.1-p1 differs from library 
> version 4.2.0.]
>   ignore line: [GGC heuristics: --param ggc-min-expand=100 --param 
> ggc-min-heapsize=131072]
>   ignore line: [ignoring duplicate directory 
> "/usr/include/x86_64-linux-gnu/c++/12"]
>   ignore line: [ignoring nonexistent directory 
> "/usr/local/include/x86_64-linux-gnu"]
>   ignore line: [ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"]
>   ignore line: [ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"]
>   ignore line: [#include "..." search starts here:]
>   ignore line: [#include <...> search starts here:]
>   ignore line: [ /usr/include/c++/12]
>   ignore line: [ /usr/include/x86_64-linux-gnu/c++/12]
>   ignore line: [ /usr/include/c++/12/backward]
>   ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include]
>   ignore line: [ /usr/local/include]
>   ignore line: [ /usr/include/x86_64-linux-gnu]
>   ignore line: [ /usr/include]
>   ignore line: [End of search list.]
>   ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 
> (x86_64-linux-gnu)]
>   ignore line: [      compiled by GNU C version 12.2.0  GMP version 6.2.1  
> MPFR version 4.1.1-p1  MPC version 1.3.1  isl version isl-0.25-GMP]
>   ignore line: []
>   ignore line: [warning: MPFR header version 4.1.1-p1 differs from library 
> version 4.2.0.]
>   ignore line: [GGC heuristics: --param ggc-min-expand=100 --param 
> ggc-min-heapsize=131072]
>   ignore line: [Compiler executable checksum: 
> 62b090dbbefa50644117a3c13d47369a]
>   ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-flto=auto' '-ffat-lto-objects' 
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_132e2.dir/']
>   ignore line: [ as -v --gdwarf-5 --64 -o 
> CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccgd4GUK.s]
>   ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD 
> version (GNU Binutils for Debian) 2.40]
>   ignore line: 
> [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/]
>   ignore line: 
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/]
>   ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-flto=auto' '-ffat-lto-objects' 
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 
> 'CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.']
>   ignore line: [[2/2] Linking CXX executable cmTC_132e2]
>   ignore line: [Using built-in specs.]
>   ignore line: [COLLECT_GCC=/usr/bin/c++]
>   ignore line: 
> [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper]
>   ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
>   ignore line: [OFFLOAD_TARGET_DEFAULT=1]
>   ignore line: [Target: x86_64-linux-gnu]
>   ignore line: [Configured with: ../src/configure -v 
> --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c 
> ada c++ go d fortran objc obj-c++ m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr
>  amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr 
> --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
>   ignore line: [Thread model: posix]
>   ignore line: [Supported LTO compression algorithms: zlib zstd]
>   ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ]
>   ignore line: 
> [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/]
>   ignore line: 
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/]
>   ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-flto=auto' 
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-flto=auto' '-ffat-lto-objects' '-v' '-o' 'cmTC_132e2' 
> '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_132e2.']
>   link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin 
> /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so 
> -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper 
> -plugin-opt=-fresolution=/tmp/cchWW7eY.res -plugin-opt=-pass-through=-lgcc_s 
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc 
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -flto=auto 
> -flto=auto --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu 
> --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_132e2 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o 
> -L/usr/lib/gcc/x86_64-linux-gnu/12 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu 
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. -z relro -z now 
> CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s 
> -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore
>     arg [-plugin] ==> ignore
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore
>     arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore
>     arg [-plugin-opt=-fresolution=/tmp/cchWW7eY.res] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
>     arg [-flto=auto] ==> ignore
>     arg [-flto=auto] ==> ignore
>     arg [--build-id] ==> ignore
>     arg [--eh-frame-hdr] ==> ignore
>     arg [-m] ==> ignore
>     arg [elf_x86_64] ==> ignore
>     arg [--hash-style=gnu] ==> ignore
>     arg [--as-needed] ==> ignore
>     arg [-dynamic-linker] ==> ignore
>     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
>     arg [-pie] ==> ignore
>     arg [-o] ==> ignore
>     arg [cmTC_132e2] ==> ignore
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] 
> ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] 
> ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o]
>     arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir 
> [/usr/lib/gcc/x86_64-linux-gnu/12]
>     arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> 
> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu]
>     arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib]
>     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
>     arg [-L/lib/../lib] ==> dir [/lib/../lib]
>     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
>     arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
>     arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../..]
>     arg [-zrelro] ==> ignore
>     arg [-znow] ==> ignore
>     arg [CMakeFiles/cmTC_132e2.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
>     arg [-lstdc++] ==> lib [stdc++]
>     arg [-lm] ==> lib [m]
>     arg [-lgcc_s] ==> lib [gcc_s]
>     arg [-lgcc] ==> lib [gcc]
>     arg [-lc] ==> lib [c]
>     arg [-lgcc_s] ==> lib [gcc_s]
>     arg [-lgcc] ==> lib [gcc]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] 
> ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o]
>   collapse obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> 
> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
>   collapse obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> 
> [/usr/lib/x86_64-linux-gnu/crti.o]
>   collapse obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> 
> [/usr/lib/x86_64-linux-gnu/crtn.o]
>   collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> 
> [/usr/lib/gcc/x86_64-linux-gnu/12]
>   collapse library dir 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> 
> [/usr/lib/x86_64-linux-gnu]
>   collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> 
> [/usr/lib]
>   collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
>   collapse library dir [/lib/../lib] ==> [/lib]
>   collapse library dir [/usr/lib/x86_64-linux-gnu] ==> 
> [/usr/lib/x86_64-linux-gnu]
>   collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
>   collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> 
> [/usr/lib]
>   implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
>   implicit objs: 
> [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
>   implicit dirs: 
> [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
>   implicit fwks: []
> 
> 
> Detecting C compiler ABI info compiled with the following output:
> Change Dir: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-DhKdYJ
> 
> Run Build Command(s):/usr/bin/ninja cmTC_6d457 && [1/2] Building C object 
> CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 12.2.0 (Debian 12.2.0-14) 
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-ffat-lto-objects' '-fstack-protector-strong' '-Wformat=1' 
> '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' 
> '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6d457.dir/'
>  /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu 
> -D _FORTIFY_SOURCE=2 /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet 
> -dumpdir CMakeFiles/cmTC_6d457.dir/ -dumpbase CMakeCCompilerABI.c.c 
> -dumpbase-ext .c -mtune=generic -march=x86-64 -g -O2 -Wformat=1 -Wdate-time 
> -version -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects 
> -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/ccvuSQOQ.s
> GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
> ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"
> ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"
> #include "..." search starts here:
> #include <...> search starts here:
>  /usr/lib/gcc/x86_64-linux-gnu/12/include
>  /usr/local/include
>  /usr/include/x86_64-linux-gnu
>  /usr/include
> End of search list.
> GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-ffat-lto-objects' '-fstack-protector-strong' '-Wformat=1' 
> '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' 
> '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6d457.dir/'
>  as -v --gdwarf-5 --64 -o CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o 
> /tmp/ccvuSQOQ.s
> GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils 
> for Debian) 2.40
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-ffat-lto-objects' '-fstack-protector-strong' '-Wformat=1' 
> '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' 
> '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.'
> [2/2] Linking C executable cmTC_6d457
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 12.2.0 (Debian 12.2.0-14) 
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-flto=auto' '-ffat-lto-objects' '-v' '-o' 'cmTC_6d457' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_6d457.'
>  /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin 
> /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so 
> -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper 
> -plugin-opt=-fresolution=/tmp/ccaP81Rk.res -plugin-opt=-pass-through=-lgcc 
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc 
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -flto=auto 
> -flto=auto --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu 
> --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_6d457 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o 
> -L/usr/lib/gcc/x86_64-linux-gnu/12 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu 
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. -z relro -z now 
> CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o -lgcc --push-state 
> --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s 
> --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o
> /usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -fresolution=/tmp/ccaP81Rk.res 
> -flinker-output=pie CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -fresolution=/tmp/ccaP81Rk.res 
> -flinker-output=pie CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o 
> LTO parallelism level set to 8
> /usr/bin/cc @/tmp/ccqQSe0M
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 12.2.0 (Debian 12.2.0-14) 
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-mtune=generic' '-march=x86-64'   
> '-fltrans-output-list=/tmp/ccwaSKox.ltrans.out' '-fwpa=8' 
> '-fresolution=/tmp/ccaP81Rk.res' '-flinker-output=pie'
>  /usr/lib/gcc/x86_64-linux-gnu/12/lto1 -quiet -dumpbase ./cmTC_6d457.wpa 
> -mtune=generic -march=x86-64 -g -g -O2 -O2 -version -fno-openmp -fno-openacc 
> -fPIC -fcf-protection=none -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -ffat-lto-objects 
> -fltrans-output-list=/tmp/ccwaSKox.ltrans.out -fwpa=8 
> -fresolution=/tmp/ccaP81Rk.res -flinker-output=pie @/tmp/ccdmjTBA
> GNU GIMPLE (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> GNU GIMPLE (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/../lib/:/lib/../lib/x86_64-linux-gnu/:/lib/../lib/../lib/:/usr/lib/../lib/x86_64-linux-gnu/:/usr/lib/../lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-mtune=generic' '-march=x86-64'   
> '-fltrans-output-list=/tmp/ccwaSKox.ltrans.out' '-fwpa=8' 
> '-fresolution=/tmp/ccaP81Rk.res' '-flinker-output=pie' '-dumpdir' 
> './cmTC_6d457.wpa.'
> make -f /tmp/ccxRAm5R.mk -j8 all
> Using built-in specs.
> COLLECT_GCC=/usr/bin/cc
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs 
> --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr
>  --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 12.2.0 (Debian 12.2.0-14) 
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-mtune=generic' '-march=x86-64'   '-fltrans' '-o' 
> '/tmp/ccwaSKox.ltrans0.ltrans.o'
>  /usr/lib/gcc/x86_64-linux-gnu/12/lto1 -quiet -dumpbase 
> ./cmTC_6d457.ltrans0.ltrans -mtune=generic -march=x86-64 -g -g -O2 -O2 
> -version -fno-openmp -fno-openacc -fPIC -fcf-protection=none 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -ffat-lto-objects -fltrans /tmp/ccwaSKox.ltrans0.o -o /tmp/ccVtB8dG.s
> GNU GIMPLE (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> GNU GIMPLE (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)
>       compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 
> 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP
> 
> warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-mtune=generic' '-march=x86-64'   '-fltrans' '-o' 
> '/tmp/ccwaSKox.ltrans0.ltrans.o'
>  as -v --gdwarf-5 --64 -o /tmp/ccwaSKox.ltrans0.ltrans.o /tmp/ccVtB8dG.s
> GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils 
> for Debian) 2.40
> MAKEFLAGS=w -j8 
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/../lib/:/lib/../lib/x86_64-linux-gnu/:/lib/../lib/../lib/:/usr/lib/../lib/x86_64-linux-gnu/:/usr/lib/../lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-c' '-fno-openmp' '-fno-openacc' '-fPIC' 
> '-fcf-protection=none' '-g' '-O2' '-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong' 
> '-ffat-lto-objects' '-v' '-mtune=generic' '-march=x86-64'   '-fltrans' '-o' 
> '/tmp/ccwaSKox.ltrans0.ltrans.o' '-dumpdir' './cmTC_6d457.ltrans0.ltrans.'
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' 
> '-flto=auto' '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-flto=auto' '-ffat-lto-objects' '-v' '-o' 'cmTC_6d457' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_6d457.'
> 
> 
> 
> Parsed C implicit include dir info from above output: rv=done
>   found start of include info
>   found start of implicit include info
>     add: [/usr/lib/gcc/x86_64-linux-gnu/12/include]
>     add: [/usr/local/include]
>     add: [/usr/include/x86_64-linux-gnu]
>     add: [/usr/include]
>   end of search list found
>   collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> 
> [/usr/lib/gcc/x86_64-linux-gnu/12/include]
>   collapse include dir [/usr/local/include] ==> [/usr/local/include]
>   collapse include dir [/usr/include/x86_64-linux-gnu] ==> 
> [/usr/include/x86_64-linux-gnu]
>   collapse include dir [/usr/include] ==> [/usr/include]
>   implicit include dirs: 
> [/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
> 
> 
> Parsed C implicit link information from above output:
>   link line regex: [^( 
> *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
>   ignore line: [Change Dir: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-DhKdYJ]
>   ignore line: []
>   ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_6d457 && [1/2] 
> Building C object CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o]
>   ignore line: [Using built-in specs.]
>   ignore line: [COLLECT_GCC=/usr/bin/cc]
>   ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
>   ignore line: [OFFLOAD_TARGET_DEFAULT=1]
>   ignore line: [Target: x86_64-linux-gnu]
>   ignore line: [Configured with: ../src/configure -v 
> --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c 
> ada c++ go d fortran objc obj-c++ m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr
>  amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr 
> --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
>   ignore line: [Thread model: posix]
>   ignore line: [Supported LTO compression algorithms: zlib zstd]
>   ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ]
>   ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-flto=auto' '-ffat-lto-objects' 
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' 
> '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6d457.dir/']
>   ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch 
> x86_64-linux-gnu -D _FORTIFY_SOURCE=2 
> /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir 
> CMakeFiles/cmTC_6d457.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c 
> -mtune=generic -march=x86-64 -g -O2 -Wformat=1 -Wdate-time -version 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects 
> -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/ccvuSQOQ.s]
>   ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)]
>   ignore line: [      compiled by GNU C version 12.2.0  GMP version 6.2.1  
> MPFR version 4.1.1-p1  MPC version 1.3.1  isl version isl-0.25-GMP]
>   ignore line: []
>   ignore line: [warning: MPFR header version 4.1.1-p1 differs from library 
> version 4.2.0.]
>   ignore line: [GGC heuristics: --param ggc-min-expand=100 --param 
> ggc-min-heapsize=131072]
>   ignore line: [ignoring nonexistent directory 
> "/usr/local/include/x86_64-linux-gnu"]
>   ignore line: [ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"]
>   ignore line: [ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"]
>   ignore line: [#include "..." search starts here:]
>   ignore line: [#include <...> search starts here:]
>   ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include]
>   ignore line: [ /usr/local/include]
>   ignore line: [ /usr/include/x86_64-linux-gnu]
>   ignore line: [ /usr/include]
>   ignore line: [End of search list.]
>   ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)]
>   ignore line: [      compiled by GNU C version 12.2.0  GMP version 6.2.1  
> MPFR version 4.1.1-p1  MPC version 1.3.1  isl version isl-0.25-GMP]
>   ignore line: []
>   ignore line: [warning: MPFR header version 4.1.1-p1 differs from library 
> version 4.2.0.]
>   ignore line: [GGC heuristics: --param ggc-min-expand=100 --param 
> ggc-min-heapsize=131072]
>   ignore line: [Compiler executable checksum: 
> cc72d2b9b5048fedc2be9051c917b40b]
>   ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-flto=auto' '-ffat-lto-objects' 
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' 
> '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6d457.dir/']
>   ignore line: [ as -v --gdwarf-5 --64 -o 
> CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o /tmp/ccvuSQOQ.s]
>   ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD 
> version (GNU Binutils for Debian) 2.40]
>   ignore line: 
> [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/]
>   ignore line: 
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/]
>   ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-flto=auto' '-ffat-lto-objects' 
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' 
> '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.']
>   ignore line: [[2/2] Linking C executable cmTC_6d457]
>   ignore line: [Using built-in specs.]
>   ignore line: [COLLECT_GCC=/usr/bin/cc]
>   ignore line: 
> [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper]
>   ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
>   ignore line: [OFFLOAD_TARGET_DEFAULT=1]
>   ignore line: [Target: x86_64-linux-gnu]
>   ignore line: [Configured with: ../src/configure -v 
> --with-pkgversion='Debian 12.2.0-14' 
> --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c 
> ada c++ go d fortran objc obj-c++ m2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-12 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
> --enable-gnu-unique-object --disable-vtable-verify --enable-plugin 
> --enable-default-pie --with-system-zlib --enable-libphobos-checking=release 
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch 
> --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr
>  amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr 
> --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
> --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
>   ignore line: [Thread model: posix]
>   ignore line: [Supported LTO compression algorithms: zlib zstd]
>   ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ]
>   ignore line: 
> [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/]
>   ignore line: 
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/]
>   ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2' 
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-flto=auto' 
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D' 
> '_FORTIFY_SOURCE=2' '-flto=auto' '-ffat-lto-objects' '-v' '-o' 'cmTC_6d457' 
> '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_6d457.']
>   link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin 
> /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so 
> -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper 
> -plugin-opt=-fresolution=/tmp/ccaP81Rk.res -plugin-opt=-pass-through=-lgcc 
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc 
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -flto=auto 
> -flto=auto --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu 
> --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_6d457 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o 
> -L/usr/lib/gcc/x86_64-linux-gnu/12 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu 
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
> -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. -z relro -z now 
> CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o -lgcc --push-state 
> --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s 
> --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore
>     arg [-plugin] ==> ignore
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore
>     arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore
>     arg [-plugin-opt=-fresolution=/tmp/ccaP81Rk.res] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
>     arg [-plugin-opt=-pass-through=-lc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
>     arg [-flto=auto] ==> ignore
>     arg [-flto=auto] ==> ignore
>     arg [--build-id] ==> ignore
>     arg [--eh-frame-hdr] ==> ignore
>     arg [-m] ==> ignore
>     arg [elf_x86_64] ==> ignore
>     arg [--hash-style=gnu] ==> ignore
>     arg [--as-needed] ==> ignore
>     arg [-dynamic-linker] ==> ignore
>     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
>     arg [-pie] ==> ignore
>     arg [-o] ==> ignore
>     arg [cmTC_6d457] ==> ignore
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] 
> ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] 
> ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o]
>     arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir 
> [/usr/lib/gcc/x86_64-linux-gnu/12]
>     arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> 
> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu]
>     arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib]
>     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
>     arg [-L/lib/../lib] ==> dir [/lib/../lib]
>     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
>     arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
>     arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../..]
>     arg [-zrelro] ==> ignore
>     arg [-znow] ==> ignore
>     arg [CMakeFiles/cmTC_6d457.dir/CMakeCCompilerABI.c.o] ==> ignore
>     arg [-lgcc] ==> lib [gcc]
>     arg [--push-state] ==> ignore
>     arg [--as-needed] ==> ignore
>     arg [-lgcc_s] ==> lib [gcc_s]
>     arg [--pop-state] ==> ignore
>     arg [-lc] ==> lib [c]
>     arg [-lgcc] ==> lib [gcc]
>     arg [--push-state] ==> ignore
>     arg [--as-needed] ==> ignore
>     arg [-lgcc_s] ==> lib [gcc_s]
>     arg [--pop-state] ==> ignore
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o]
>     arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] 
> ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o]
>   collapse obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> 
> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
>   collapse obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> 
> [/usr/lib/x86_64-linux-gnu/crti.o]
>   collapse obj 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> 
> [/usr/lib/x86_64-linux-gnu/crtn.o]
>   collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> 
> [/usr/lib/gcc/x86_64-linux-gnu/12]
>   collapse library dir 
> [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> 
> [/usr/lib/x86_64-linux-gnu]
>   collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> 
> [/usr/lib]
>   collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
>   collapse library dir [/lib/../lib] ==> [/lib]
>   collapse library dir [/usr/lib/x86_64-linux-gnu] ==> 
> [/usr/lib/x86_64-linux-gnu]
>   collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
>   collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> 
> [/usr/lib]
>   implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
>   implicit objs: 
> [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
>   implicit dirs: 
> [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
>   implicit fwks: []
> 
> 
> Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the 
> following output:
> Change Dir: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-H7yRCf
> 
> Run Build Command(s):/usr/bin/ninja cmTC_37ed4 && [1/2] Building C object 
> CMakeFiles/cmTC_37ed4.dir/src.c.o
> [2/2] Linking C executable cmTC_37ed4
> 
> 
> Source file was:
> #include <pthread.h>
> 
> static void* test_func(void* data)
> {
>   return data;
> }
> 
> int main(void)
> {
>   pthread_t thread;
>   pthread_create(&thread, NULL, test_func, NULL);
>   pthread_detach(thread);
>   pthread_cancel(thread);
>   pthread_join(thread, NULL);
>   pthread_atfork(NULL, NULL, NULL);
>   pthread_exit(NULL);
> 
>   return 0;
> }
> 
> 
> Performing C++ SOURCE FILE Test HAVE_STDATOMIC succeeded with the following 
> output:
> Change Dir: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-ImS6lK
> 
> Run Build Command(s):/usr/bin/ninja cmTC_d2f1d && [1/2] Building CXX object 
> CMakeFiles/cmTC_d2f1d.dir/src.cxx.o
> [2/2] Linking CXX executable cmTC_d2f1d
> 
> 
> Source file was:
> #include <atomic>
> #include <cstdint>
> 
> int main(int, char **)
> {
>     volatile std::atomic<char>    size_1;
>     volatile std::atomic<short>   size_2;
>     volatile std::atomic<int>     size_4;
>     volatile std::atomic<int64_t> size_8;
> 
>     ++size_1;
>     ++size_2;
>     ++size_4;
>     ++size_8;
> 
>     (void)size_1.load(std::memory_order_relaxed);
>     (void)size_2.load(std::memory_order_relaxed);
>     (void)size_4.load(std::memory_order_relaxed);
>     (void)size_8.load(std::memory_order_relaxed);
> 
>     return 0;
> }
> 
> dh_auto_configure: error: cd obj-x86_64-linux-gnu && cmake 
> -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None 
> -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
> -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
> -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
> -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON -GNinja -DCMAKE_VERBOSE_MAKEFILE=ON 
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu --log-level=STATUS 
> -DCMAKE_LIBRARY_PATH=x86_64-linux-gnu .. returned exit code 1
> make[1]: *** [debian/rules:10: override_dh_auto_configure] Error 2


The full build log is available from:
http://qa-logs.debian.net/2023/02/03/qt6-3d_6.4.2+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to