Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.7.2
-
None
-
$ uname -a
Linux dougux 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 36 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz
CPU family: 6
Model: 23
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 10
CPU max MHz: 2394.0000
CPU min MHz: 798.0000
BogoMIPS: 4778.55
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse
36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx lm constan
t_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64
monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lah
f_lm pti tpr_shadow flexpriority vpid dtherm ida vnmi
Virtualization features:
Virtualization: VT-x
Caches (sum of all):
L1d: 64 KiB (2 instances)
L1i: 64 KiB (2 instances)
L2: 3 MiB (1 instance)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerabilities:
Gather data sampling: Not affected
Itlb multihit: KVM: Mitigation: VMX disabled
L1tf: Mitigation; PTE Inversion; VMX EPT disabled
Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled
Meltdown: Mitigation; PTI
Mmio stale data: Unknown: No mitigations
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Vulnerable
Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not
affected; BHI Not affected
Srbds: Not affected
Tsx async abort: Not affected
$ uname -a Linux dougux 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 36 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Vendor ID: GenuineIntel Model name: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz CPU family: 6 Model: 23 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 Stepping: 10 CPU max MHz: 2394.0000 CPU min MHz: 798.0000 BogoMIPS: 4778.55 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse 36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx lm constan t_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lah f_lm pti tpr_shadow flexpriority vpid dtherm ida vnmi Virtualization features: Virtualization: VT-x Caches (sum of all): L1d: 64 KiB (2 instances) L1i: 64 KiB (2 instances) L2: 3 MiB (1 instance) NUMA: NUMA node(s): 1 NUMA node0 CPU(s): 0,1 Vulnerabilities: Gather data sampling: Not affected Itlb multihit: KVM: Mitigation: VMX disabled L1tf: Mitigation; PTE Inversion; VMX EPT disabled Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled Meltdown: Mitigation; PTI Mmio stale data: Unknown: No mitigations Retbleed: Not affected Spec rstack overflow: Not affected Spec store bypass: Vulnerable Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected Srbds: Not affected Tsx async abort: Not affected
Description
Steps to reproduce:
- Install basic desktop Qt 6.7.2 on Elementary Linux 7.1 (x86_64)
- download Qt 6.7.2 Sources using the Qt maintenance tool
- cd Qt/6.7.2/Src
- export PATH=Qt/Tools/Ninja:Qt/Tools/CMake/bin:$PATH
- ./configure
Expected result:
configured sources
Actual result:
Error relating to the existence of libClangBasic.a
Output:
dougie@dougux:~/Qt/6.7.2/Src$ ./configure
+ mkdir -p qtbase
+ cd qtbase
+ exec /home/dougie/Qt/6.7.2/Src/qtbase/configure -top-level
'/home/dougie/Qt/Tools/CMake/bin/cmake' '-DQT_INTERNAL_CALLED_FROM_CONFIGURE:BOOL=TRUE' '-G' 'Ninja' '/home/dougie/Qt/6.7.2/Src'
– The CXX compiler identification is GNU 11.4.0
– The C compiler identification is GNU 11.4.0
– 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 'qtimageformats'
– Checking dependencies of submodule 'qtlanguageserver'
– Checking dependencies of submodule 'qtshadertools'
– Checking dependencies of submodule 'qtsvg'
– Checking dependencies of submodule 'qtdeclarative'
– Checking dependencies of submodule 'qtquicktimeline'
– Checking dependencies of submodule 'qtquick3d'
– Checking dependencies of submodule 'qtmultimedia'
– Checking dependencies of submodule 'qt3d'
– Checking dependencies of submodule 'qt5compat'
– Checking dependencies of submodule 'qtactiveqt'
– Checking dependencies of submodule 'qtcharts'
– Checking dependencies of submodule 'qtcoap'
– Checking dependencies of submodule 'qtconnectivity'
– Checking dependencies of submodule 'qtdatavis3d'
– Checking dependencies of submodule 'qtgraphs'
– Checking dependencies of submodule 'qtwebsockets'
– Checking dependencies of submodule 'qthttpserver'
– Checking dependencies of submodule 'qtserialport'
– Checking dependencies of submodule 'qtpositioning'
– Checking dependencies of submodule 'qtlocation'
– Checking dependencies of submodule 'qttools'
– Checking dependencies of submodule 'qtwebchannel'
– Checking dependencies of submodule 'qtwebengine'
– Checking dependencies of submodule 'qtdoc'
– Checking dependencies of submodule 'qtgrpc'
– Checking dependencies of submodule 'qtinsighttracker'
– Checking dependencies of submodule 'qtlottie'
– Checking dependencies of submodule 'qtmqtt'
– Checking dependencies of submodule 'qtnetworkauth'
– Checking dependencies of submodule 'qtopcua'
– Checking dependencies of submodule 'qtquick3dphysics'
– Checking dependencies of submodule 'qtquickeffectmaker'
– Checking dependencies of submodule 'qtremoteobjects'
– Checking dependencies of submodule 'qtscxml'
– Checking dependencies of submodule 'qtsensors'
– Checking dependencies of submodule 'qtserialbus'
– Checking dependencies of submodule 'qtspeech'
– Checking dependencies of submodule 'qttranslations'
– Checking dependencies of submodule 'qtvirtualkeyboard'
– Checking dependencies of submodule 'qtwayland'
– Checking dependencies of submodule 'qtwebview'
– Configuring submodule 'qtbase'
– [QtBase] Setting build type to 'Release' as none was specified.
-DCMAKE_C_FLAGS_DEBUG=-g
-DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
-DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
-DCMAKE_CXX_FLAGS_DEBUG=-g
-DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
-DCMAKE_OBJCOPY=/usr/bin/objcopy
-DCMAKE_C_STANDARD=11
-DCMAKE_C_STANDARD_REQUIRED=ON
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_STANDARD_REQUIRED=ON
-DCMAKE_MODULE_PATH:STRING=/home/dougie/Qt/6.7.2/Src/qtbase/cmake/platforms
– Configuring submodule 'qtimageformats'
– Configuring submodule 'qtlanguageserver'
– Configuring submodule 'qtshadertools'
– Configuring submodule 'qtsvg'
– Configuring submodule 'qtdeclarative'
– Configuring submodule 'qtquicktimeline'
– Configuring submodule 'qtquick3d'
– Configuring submodule 'qtmultimedia'
– Configuring submodule 'qt3d'
CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
– Configuring submodule 'qt5compat'
CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
– Configuring submodule 'qtactiveqt'
Condition "WIN32" is not met, enabling documentation build only.
– Configuring submodule 'qtcharts'
– Configuring submodule 'qtcoap'
– Configuring submodule 'qtconnectivity'
– Configuring submodule 'qtdatavis3d'
– Configuring submodule 'qtgraphs'
– Configuring submodule 'qtwebsockets'
CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:423 (message):
INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
Please port your module to use declarative type registration.
Call Stack (most recent call first):
qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
This warning is for project developers. Use -Wno-dev to suppress it.
– Configuring submodule 'qthttpserver'
– Configuring submodule 'qtserialport'
– Configuring submodule 'qtpositioning'
– Configuring submodule 'qtlocation'
– Configuring submodule 'qttools'
CMake Error at /usr/lib/llvm-14/lib/cmake/clang/ClangTargets.cmake:750 (message):
The imported target "clangBasic" references the file
"/usr/lib/llvm-14/lib/libclangBasic.a"
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/llvm-14/lib/cmake/clang/ClangTargets.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/lib/cmake/clang-14/ClangConfig.cmake:19 (include)
qttools/cmake/FindWrapLibClang.cmake:17 (find_package)
qtbase/cmake/QtFindPackageHelpers.cmake:156 (find_package)
qttools/configure.cmake:20 (qt_find_package)
qtbase/cmake/QtFeature.cmake:678 (include)
qttools/src/CMakeLists.txt:18 (qt_feature_evaluate_features)
– Configuring incomplete, errors occurred!
CMake Error at qtbase/cmake/QtProcessConfigureArgs.cmake:1077 (message):
CMake exited with code 1.
Attachments
Issue Links
- duplicates
-
QTBUG-124255 libclang is supposed to be optional dependency, but I can't turn it off
-
- Closed
-