https://bugs.kde.org/show_bug.cgi?id=523018
Bug ID: 523018
Summary: SDK qt6.11 / grpc is missing static libutf8 libraries
Classification: Developer tools
Product: Qt/KDE Flatpak Runtime
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Just tried to update our apps that use Qt Grpc/Protobuf to the qt6.11 runtime
and something seems to have changed in packaging: problem seems to be that some
static dependencies that are required for building are not in place:
```
CMake Error at
/usr/lib/x86_64-linux-gnu/cmake/utf8_range/utf8_range-targets.cmake:96
(message):
The imported target "utf8_range::utf8_validity" references the file
"/usr/lib/x86_64-linux-gnu/libutf8_validity.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/x86_64-linux-gnu/cmake/utf8_range/utf8_range-targets.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/utf8_range/utf8_range-config.cmake:7
(include)
/usr/lib/x86_64-linux-gnu/cmake/protobuf/protobuf-config.cmake:10
(find_package)
/usr/lib/x86_64-linux-gnu/cmake/Qt6/FindWrapProtoc.cmake:30 (find_package)
/usr/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:93 (find_package)
/usr/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:125
(__find_dependency_common)
/usr/lib/x86_64-linux-gnu/cmake/Qt6/QtPublicDependencyHelpers.cmake:36
(find_dependency)
/usr/lib/x86_64-linux-gnu/cmake/Qt6ProtobufTools/Qt6ProtobufToolsDependencies.cmake:9
(_qt_internal_find_third_party_dependencies)
/usr/lib/x86_64-linux-gnu/cmake/Qt6ProtobufTools/Qt6ProtobufToolsConfig.cmake:46
(include)
/usr/lib/x86_64-linux-gnu/cmake/Qt6/QtPublicDependencyHelpers.cmake:100
(find_package)
/usr/lib/x86_64-linux-gnu/cmake/Qt6Protobuf/Qt6ProtobufDependencies.cmake:42
(_qt_internal_find_tool_dependencies)
/usr/lib/x86_64-linux-gnu/cmake/Qt6Protobuf/Qt6ProtobufConfig.cmake:50
(include)
/usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake:263 (find_package)
src/CMakeLists.txt:1 (find_package)
CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake:263
(find_package):
Found package configuration file:
/usr/lib/x86_64-linux-gnu/cmake/Qt6Protobuf/Qt6ProtobufConfig.cmake
but it set Qt6Protobuf_FOUND to FALSE so package "Qt6Protobuf" is
considered to be NOT FOUND.
Call Stack (most recent call first):
src/CMakeLists.txt:1 (find_package)
```
--
You are receiving this mail because:
You are watching all bug changes.