| Summary: | Missing dependencies? (starting from version 1.1.1 (1.1.0 seems to be fine eg no warnings) | ||
|---|---|---|---|
| Product: | [Applications] Haruna | Reporter: | Schrijvers Luc <begasus> |
| Component: | generic | Assignee: | george fb <georgefb899> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Schrijvers Luc
2024-05-21 09:44:22 UTC
Output in Terminal when running cmake -Bbuild -S. -DECM_DIR=/system/data/cmake/Modules/ECM/cmake on Haiku. (started from version 1.1.1). ``` CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'Kirigamiplugin' is a dependency of 'haruna', but the link target it defines (Kirigamiplugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'qtgraphicaleffectsplugin' is a dependency of 'haruna', but the link target it defines (Qt6::qtgraphicaleffectsplugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'KirigamiPlatformplugin' is a dependency of 'haruna', but the link target it defines (KirigamiPlatformplugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'KirigamiDelegatesplugin' is a dependency of 'haruna', but the link target it defines (KirigamiDelegatesplugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'KirigamiPrivatePlugin' is a dependency of 'haruna', but the link target it defines (KirigamiPrivatePlugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'qtgraphicaleffectsprivateplugin' is a dependency of 'haruna', but the link target it defines (Qt6::qtgraphicaleffectsprivate) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED ``` qtgraphicaleffectsplugin seems to be from a missing dependency for libQt6Core5Compat, for the others I'm unsure what is missing. Closing, those are just warnings, the app builds and runs. |