Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] qt/6.7.1: "essential" submodules can not be disabled #24481

Open
sgoth opened this issue Jul 1, 2024 · 0 comments
Open

[package] qt/6.7.1: "essential" submodules can not be disabled #24481

sgoth opened this issue Jul 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sgoth
Copy link
Contributor

sgoth commented Jul 1, 2024

Description

Any of the submodules that are flagged as "essential" in qtmodules6.7.1.conf stay enabled even when disabled on the command line.

Package and Environment Details

  • Package Name/Version: qt/6.7.1
  • Operating System+version: Linux Arch
  • Compiler+version: GCC 14
  • Conan version: conan 1.64.1
  • Python version: Python 3.12.4

Conan profile

Configuration for profile gcc14-Debug:

[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=14
compiler.libcxx=libstdc++11
compiler.cppstd=23
build_type=Debug
[options]
[conf]
[build_requires]
[env]

Steps to reproduce

conan install qt/6.7.1@ --build=missing -pr:h gcc14-Debug -pr:b gcc14-Debug -o:b qtmqtt=True -o:b qt5compat=False -o:b qttools=False -o:b qtdeclarative=False -o:b qttranslations=False -o:b qtdoc=False -o:b gui=False -o:b widgets=False -o:b with_odbc=False -o:b with_pq=False -o:b with_sqlite3=False -o:b with_brotli=False -o:h qtmqtt=True -o:h qt5compat=False -o:h qttools=False -o:h qtdeclarative=False -o:h qttranslations=False -o:h qtdoc=False -o:h gui=False -o:h widgets=False -o:h with_odbc=False -o:h with_pq=False -o:h with_sqlite3=False -o:h with_brotli=False

Logs

The generated conan_toolchain.cmake handed to the Qt build system contains:

set(BUILD_qtdeclarative "ON" CACHE STRING "Variable BUILD_qtdeclarative conan-toolchain defined")
set(BUILD_qtactiveqt "OFF" CACHE STRING "Variable BUILD_qtactiveqt conan-toolchain defined")
set(BUILD_qtmultimedia "OFF" CACHE STRING "Variable BUILD_qtmultimedia conan-toolchain defined")
set(BUILD_qttools "ON" CACHE STRING "Variable BUILD_qttools conan-toolchain defined")
set(BUILD_qttranslations "ON" CACHE STRING "Variable BUILD_qttranslations conan-toolchain defined")
set(BUILD_qtdoc "ON" CACHE STRING "Variable BUILD_qtdoc conan-toolchain defined")
Click to expand log
conan install qt/6.7.1@ --build=missing -pr:h gcc14-Debug -pr:b gcc14-Debug -o:b qtmqtt=True -o:b qt5compat=False -o:b qttools=False -o:b qtdeclarative=False -o:b qttranslations=False -o:b qtdoc=False -o:b gui=False -o:b widgets=False -o:b with_odbc=False -o:b with_pq=False -o:b with_sqlite3=False -o:b with_brotli=False -o:h qtmqtt=True -o:h qt5compat=False -o:h qttools=False -o:h qtdeclarative=False -o:h qttranslations=False -o:h qtdoc=False -o:h gui=False -o:h widgets=False -o:h with_odbc=False -o:h with_pq=False -o:h with_sqlite3=False -o:h with_brotli=False
WARN: *** Conan 1 is legacy and on a deprecation path ***
WARN: *** Please upgrade to Conan 2 ***
Configuration (profile_host):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Debug
compiler=gcc
compiler.cppstd=23
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux
os_build=Linux
[options]
gui=False
qt5compat=False
qtdeclarative=False
qtdoc=False
qtmqtt=True
qttools=False
qttranslations=False
widgets=False
with_brotli=False
with_odbc=False
with_pq=False
with_sqlite3=False
[build_requires]
[env]

Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Debug
compiler=gcc
compiler.cppstd=23
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux
os_build=Linux
[options]
gui=False
qt5compat=False
qtdeclarative=False
qtdoc=False
qtmqtt=True
qttools=False
qttranslations=False
widgets=False
with_brotli=False
with_odbc=False
with_pq=False
with_sqlite3=False
[build_requires]
[env]

WARN: pcre2/10.42: requirement zlib/[>=1.2.11 <2] overridden by qt/6.7.1 to zlib/1.2.13 
qt/6.7.1: WARN: Package binary is corrupted, removing: f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3
Version ranges solved
    Version range '>=1.2.11 <2' required by 'qt/6.7.1' resolved to 'zlib/1.2.13' in local cache
    Version range '>=1.1 <4' required by 'qt/6.7.1' resolved to 'openssl/3.0.7' in local cache
    Version range '>=1.2.11 <2' required by 'pcre2/10.42' valid for downstream requirement 'zlib/1.2.13'
    Version range '>=3.21.1 <4' required by 'qt/6.7.1' resolved to 'cmake/3.24.1' in local cache

Installing package: qt/6.7.1
Requirements
    bzip2/1.0.8 from local cache - Cache
    double-conversion/3.3.0 from 'ft' - Cache
    icu/74.2 from 'ft' - Cache
    openssl/3.0.7 from 'fts' - Cache
    pcre2/10.42 from 'ft' - Cache
    qt/6.7.1 from 'ft' - Cache
    zlib/1.2.13 from 'fts' - Cache
Packages
    bzip2/1.0.8:1bb0e2c72677e03e9d37e42b020c326439a8e84e - Cache
    double-conversion/3.3.0:2bf1f19f3c96e9d1da6d95423acedcb377c36489 - Cache
    icu/74.2:57102351d459b8c8f42e073ca2c3e1663da81358 - Cache
    openssl/3.0.7:917486579b95d1a29507109741d3d9e602f04884 - Cache
    pcre2/10.42:ad9a78b16593e09d4b8b5c68c9dd80d444c857f0 - Cache
    qt/6.7.1:f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3 - Build
    zlib/1.2.13:043bf2f910cb2f3c62c39cdb3bd9f37a834bf420 - Cache
Build requirements
    cmake/3.24.1 from 'conancenter' - Cache
    ninja/1.11.1 from 'conancenter' - Cache
    openssl/1.1.1s from 'conancenter' - Cache
    pkgconf/2.1.0 from 'conancenter' - Cache
Build requirements packages
    cmake/3.24.1:d236921d4854b1409aaf5c280132cd46839056aa - Cache
    ninja/1.11.1:cc9f9b2b9f92fc82888026414560bf79d8c3a052 - Cache
    openssl/1.1.1s:043bf2f910cb2f3c62c39cdb3bd9f37a834bf420 - Cache
    pkgconf/2.1.0:cc9f9b2b9f92fc82888026414560bf79d8c3a052 - Cache

Installing (downloading, building) binaries...
bzip2/1.0.8: Already installed!
bzip2/1.0.8: Appending PATH environment variable: /home/sgoth/.conan/data/bzip2/1.0.8/_/_/package/1bb0e2c72677e03e9d37e42b020c326439a8e84e/bin
double-conversion/3.3.0: Already installed!
icu/74.2: Already installed!
ninja/1.11.1: Already installed!
openssl/1.1.1s: Already installed!
pkgconf/2.1.0: Already installed!
zlib/1.2.13: Already installed!
cmake/3.24.1: Already installed!
cmake/3.24.1: Appending PATH environment variable: /home/sgoth/.conan/data/cmake/3.24.1/_/_/package/d236921d4854b1409aaf5c280132cd46839056aa/bin
openssl/3.0.7: Already installed!
pcre2/10.42: Already installed!
pcre2/10.42: Appending PATH environment variable: /home/sgoth/.conan/data/pcre2/10.42/_/_/package/ad9a78b16593e09d4b8b5c68c9dd80d444c857f0/bin
qt/6.7.1: Applying build-requirement: cmake/3.24.1
qt/6.7.1: Applying build-requirement: ninja/1.11.1
qt/6.7.1: Applying build-requirement: pkgconf/2.1.0
qt/6.7.1: Applying build-requirement: openssl/1.1.1s
qt/6.7.1: WARN: Build folder is dirty, removing it: /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3
qt/6.7.1: Building your package in /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3
qt/6.7.1: Generator txt created conanbuildinfo.txt
qt/6.7.1: Calling generate()
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'FindZLIB.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'PCRE2Config.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'double-conversion-config.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'FindBZip2.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'module-OpenSSL-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'module-ICU-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'ICUConfig.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'ZLIBConfigVersion.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'FindICU.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'module-ZLIB-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'module-BZip2-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'ZLIBConfig.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'FindOpenSSL.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'PCRE2ConfigVersion.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'ICU-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'OpenSSL-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'BZip2ConfigVersion.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'BZip2-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'double-conversion-config-version.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'OpenSSLConfig.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'BZip2Config.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'OpenSSLConfigVersion.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'PCRE2-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'ICUConfigVersion.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'ZLIB-debug-x86_64-data.cmake' file.
qt/6.7.1: WARN: replace_in_file didn't find pattern ' IMPORTED)
' in 'double-conversion-debug-x86_64-data.cmake' file.
qt/6.7.1: Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug'
qt/6.7.1: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake <path> -G Ninja -DCMAKE_TOOLCHAIN_FILE=/home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/generators/conan_toolchain.cmake -DQT_USE_VCPKG=OFF -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug'
qt/6.7.1: Aggregating env generators
qt/6.7.1: Calling build()
qt/6.7.1: CMake command: cmake -G "Ninja" -DCMAKE_TOOLCHAIN_FILE="/home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/sgoth/.conan/data/qt/6.7.1/_/_/package/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3" -DQT_USE_VCPKG="OFF" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/sgoth/.conan/data/qt/6.7.1/_/_/source/src"
-- Using Conan toolchain: /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/generators/conan_toolchain.cmake
-- Conan toolchain: C++ Standard 23 with extensions OFF
-- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF
-- The CXX compiler identification is GNU 14.1.1
-- The C compiler identification is GNU 14.1.1
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking dependencies of submodule 'qtbase'
-- Checking dependencies of submodule 'qtdeclarative'
-- Skipping optional dependency 'qtimageformats' of 'qtdeclarative', because building 'qtimageformats' was explicitly disabled.
-- Skipping optional dependency 'qtlanguageserver' of 'qtdeclarative', because building 'qtlanguageserver' was explicitly disabled.
-- Skipping optional dependency 'qtshadertools' of 'qtdeclarative', because building 'qtshadertools' was explicitly disabled.
-- Skipping optional dependency 'qtsvg' of 'qtdeclarative', because building 'qtsvg' was explicitly disabled.
-- Checking dependencies of submodule 'qttools'
-- Skipping optional dependency 'qtactiveqt' of 'qttools', because building 'qtactiveqt' was explicitly disabled.
-- Checking dependencies of submodule 'qtdoc'
-- Skipping optional dependency 'qtgraphs' of 'qtdoc', because building 'qtgraphs' was explicitly disabled.
-- Skipping optional dependency 'qthttpserver' of 'qtdoc', because building 'qthttpserver' was explicitly disabled.
-- Skipping optional dependency 'qtlocation' of 'qtdoc', because building 'qtlocation' was explicitly disabled.
-- Skipping optional dependency 'qtmultimedia' of 'qtdoc', because building 'qtmultimedia' was explicitly disabled.
-- Skipping optional dependency 'qtpositioning' of 'qtdoc', because building 'qtpositioning' was explicitly disabled.
-- Skipping optional dependency 'qtshadertools' of 'qtdoc', because building 'qtshadertools' was explicitly disabled.
-- Skipping optional dependency 'qtwebengine' of 'qtdoc', because building 'qtwebengine' was explicitly disabled.
-- Skipping optional dependency 'qtwebsockets' of 'qtdoc', because building 'qtwebsockets' was explicitly disabled.
-- Checking dependencies of submodule 'qtmqtt'
-- Checking dependencies of submodule 'qttranslations'
-- Configuring submodule 'qtbase'
-- [QtBase] CMAKE_BUILD_TYPE was already explicitly set to: 'Debug'
            -DCMAKE_C_FLAGS=-m64
            -DCMAKE_C_FLAGS_DEBUG=-g
            -DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
            -DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
            -DCMAKE_CXX_FLAGS=-m64
            -DCMAKE_CXX_FLAGS_DEBUG=-g
            -DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG
            -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
            -DCMAKE_OBJCOPY=/usr/bin/objcopy
            -DCMAKE_EXE_LINKER_FLAGS=-m64
            -DCMAKE_TOOLCHAIN_FILE=/home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/generators/conan_toolchain.cmake
            -DCMAKE_C_STANDARD=11
            -DCMAKE_C_STANDARD_REQUIRED=ON
            -DCMAKE_CXX_STANDARD=17
            -DCMAKE_CXX_STANDARD_REQUIRED=ON
            -DCMAKE_MODULE_PATH:STRING=/home/sgoth/.conan/data/qt/6.7.1/_/_/source/src/qtbase/cmake/platforms
-- Configuring submodule 'qtimageformats'
-- Configuring submodule 'qtlanguageserver'
-- Configuring submodule 'qtshadertools'
-- Configuring submodule 'qtsvg'
-- Configuring submodule 'qtdeclarative'
-- Could NOT find Qt6ShaderTools (missing: Qt6ShaderTools_DIR)
CMake Warning at /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6/Qt6Config.cmake:226 (message):
  Failed to find optional Qt component "ShaderTools".

  Expected Config file at
  "/home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtdeclarative/CMakeLists.txt:45 (find_package)


-- Configuring submodule 'qtquicktimeline'
-- Configuring submodule 'qtquick3d'
-- Configuring submodule 'qtmultimedia'
-- Configuring submodule 'qt3d'
-- Configuring submodule 'qt5compat'
-- Configuring submodule 'qtactiveqt'
-- Configuring submodule 'qtcharts'
-- Configuring submodule 'qtcoap'
-- Configuring submodule 'qtconnectivity'
-- Configuring submodule 'qtdatavis3d'
-- Configuring submodule 'qtgraphs'
-- Configuring submodule 'qtwebsockets'
-- Configuring submodule 'qthttpserver'
-- Configuring submodule 'qtserialport'
-- Configuring submodule 'qtpositioning'
-- Configuring submodule 'qtlocation'
-- Configuring submodule 'qttools'
-- Configuring submodule 'qtwebchannel'
-- Configuring submodule 'qtwebengine'
-- Configuring submodule 'qtdoc'
-- Configuring submodule 'qtgrpc'
-- Configuring submodule 'qtlottie'
-- Configuring submodule 'qtmqtt'
-- Could NOT find Qt6Quick (missing: Qt6Quick_DIR)
CMake Warning at /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6/Qt6Config.cmake:226 (message):
  Failed to find optional Qt component "Quick".

  Expected Config file at
  "/home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtmqtt/CMakeLists.txt:15 (find_package)


-- Could NOT find Qt6WebSockets (missing: Qt6WebSockets_DIR)
CMake Warning at /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6/Qt6Config.cmake:226 (message):
  Failed to find optional Qt component "WebSockets".

  Expected Config file at
  "/home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtmqtt/CMakeLists.txt:15 (find_package)


-- Could NOT find Qt6Gui (missing: Qt6Gui_DIR)
CMake Warning at /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6/Qt6Config.cmake:226 (message):
  Failed to find optional Qt component "Gui".

  Expected Config file at
  "/home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtmqtt/CMakeLists.txt:15 (find_package)


-- Could NOT find Qt6Widgets (missing: Qt6Widgets_DIR)
CMake Warning at /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6/Qt6Config.cmake:226 (message):
  Failed to find optional Qt component "Widgets".

  Expected Config file at
  "/home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/qtbase/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake"
  does NOT exist

Call Stack (most recent call first):
  qtmqtt/CMakeLists.txt:15 (find_package)


-- Configuring submodule 'qtnetworkauth'
-- Configuring submodule 'qtopcua'
-- Configuring submodule 'qtquick3dphysics'
-- Configuring submodule 'qtquickeffectmaker'
-- Configuring submodule 'qtremoteobjects'
-- Configuring submodule 'qtscxml'
-- Configuring submodule 'qtsensors'
-- Configuring submodule 'qtserialbus'
-- Configuring submodule 'qtspeech'
-- Configuring submodule 'qttranslations'
-- Configuring submodule 'qtvirtualkeyboard'
-- Configuring submodule 'qtwayland'
-- Configuring submodule 'qtwebview'

-- Configuration summary shown below. It has also been written to /home/sgoth/.conan/data/qt/6.7.1/_/_/build/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/build/Debug/config.summary
-- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
 
-- Configure summary:

Building for: linux-g++ (x86_64, CPU features: )
Compiler: gcc 14.1.1
Build options:
  Mode ................................... debug
  Optimize debug build ................... yes
  Fully optimize release builds (-O3) .... no
  Building shared libraries .............. no
  Using ccache ........................... no
  Unity Build ............................ no
  Using new DTAGS ........................ yes
  Generating GDB index ................... no
  Relocatable ............................ no
  Using precompiled headers .............. yes
  Using Link Time Optimization (LTCG) .... no
  Using Intel CET ........................ no
  Target compiler supports:
    x86 Intrinsics ....................... Basic VAES AVX512VBMI2
  Sanitizers:
    Addresses ............................ no
    Threads .............................. no
    Memory ............................... no
    Fuzzer (instrumentation only) ........ no
    Undefined ............................ no
  Build parts ............................ libs tools
  Install examples sources ............... no
Qt modules and options:
  Qt Concurrent .......................... yes
  Qt D-Bus ............................... no
  Qt D-Bus directly linked to libdbus .... no
  Qt Gui ................................. no
  Qt Network ............................. yes
  Qt PrintSupport ........................ no
  Qt Sql ................................. yes
  Qt Testlib ............................. yes
  Qt Widgets ............................. no
  Qt Xml ................................. yes
Support enabled for:
  Using pkg-config ....................... yes
  Using vcpkg ............................ no
  udev ................................... no
  OpenSSL ................................ yes
  openssl_linked ......................... yes
  OpenSSL 1.1 ............................ no
  OpenSSL 3.0 ............................ no
  Using system zlib ...................... yes
  Zstandard support ...................... no
  Thread support ......................... yes
Common build options:
  Linker can resolve circular dependencies  yes
Qt Core:
  backtrace .............................. yes
  DoubleConversion ....................... yes
    Using system DoubleConversion ........ yes
  CLONE_PIDFD support in forkfd .......... yes
  GLib ................................... no
  ICU .................................... yes
  Using system libb2 ..................... no
  Built-in copy of the MIME database ..... yes
  Application permissions ................ yes
  Defaulting legacy IPC to POSIX ......... no
  Tracing backend ........................ <none>
  OpenSSL based cryptographic hash ....... no
  Logging backends:
    journald ............................. no
    syslog ............................... no
    slog2 ................................ no
  PCRE2 .................................. yes
    Using system PCRE2 ................... yes
Qt Sql:
  SQL item models ........................ yes
Qt Network:
  getifaddrs() ........................... no
  IPv6 ifname ............................ no
  libproxy ............................... no
  Linux AF_NETLINK ....................... yes
  DTLS ................................... no
  OCSP-stapling .......................... no
  SCTP ................................... no
  Use system proxies ..................... yes
  GSSAPI ................................. no
  Brotli Decompression Support ........... no
  qIsEffectiveTLD() ...................... yes
    Built-in publicsuffix database ....... yes
    System publicsuffix database ......... yes
Core tools:
  Android deployment tool ................ yes
  macOS deployment tool .................. no
  Windows deployment tool ................ no
  qmake .................................. yes
Qt Testlib:
  Tester for item models ................. yes
  Batch tests ............................ no
Qt Sql Drivers:
  DB2 (IBM) .............................. no
  InterBase .............................. no
  MySql .................................. no
  OCI (Oracle) ........................... no
  ODBC ................................... no
  PostgreSQL ............................. no
  SQLite ................................. yes
    Using system provided SQLite ......... no
  Mimer .................................. no
Qt QML:
  QML network support .................... yes
  QML debugging and profiling support .... yes
  QML just-in-time compiler .............. yes
  QML XML http request ................... yes
  QML Locale ............................. yes
  QML SSL support ........................ yes
Qt QML:
  QML network support .................... yes
  QML debugging and profiling support .... yes
  QML just-in-time compiler .............. yes
  QML XML http request ................... yes
  QML Locale ............................. yes
  QML SSL support ........................ yes
Qt QML Models:
  QML list model ......................... yes
  QML delegate model ..................... yes
Qt Quick:
  Qt Quick support ....................... no
  Qt Tools:
    Qt Assistant ......................... no
    libclang found ....................... yes
    Clang-based lupdate parser ........... yes
    Qt Designer .......................... no
    Qt Distance Field Generator .......... no
    Qt Linguist .......................... yes
    pixeltool ............................ no
    qdbus ................................ no
    QDoc ................................. yes
    Qt Attributions Scanner .............. yes
    qtdiag ............................... no
    qtplugininfo ......................... yes
 

Note: Using static linking will disable the use of dynamically loaded plugins. Make sure to import all needed static plugins, or compile needed modules into the library.
Note: Qt Quick modules not built due to not finding the qtshadertools 'qsb' tool.

-- 

Qt is now configured for building. Just run 'cmake --build . --parallel'

Once everything is built, you must run 'cmake --install .'
Qt will be installed into '/home/sgoth/.conan/data/qt/6.7.1/_/_/package/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3'

To configure and build other Qt modules, you can use the following convenience script:
        /home/sgoth/.conan/data/qt/6.7.1/_/_/package/f9a8a126ca9a2e69e3c17ae63b4c0681542a6ee3/bin/qt-configure-module

If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
Alternatively, you can add the --fresh flag to your CMake flags.

-- Configuring done
^CYou pressed Ctrl+C!
ERROR: Exiting with code: 3

@sgoth sgoth added the bug Something isn't working label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant