Bug 487315 - Missing dependencies? (starting from version 1.1.1 (1.1.0 seems to be fine eg no warnings)
Summary: Missing dependencies? (starting from version 1.1.1 (1.1.0 seems to be fine eg...
Status: REPORTED
Alias: None
Product: Haruna
Classification: Applications
Component: generic (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: george fb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-21 09:44 UTC by Schrijvers Luc
Modified: 2024-05-21 09:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Schrijvers Luc 2024-05-21 09:44:22 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY

Warning produced while building Haruna from source.

STEPS TO REPRODUCE
1. Download source archive
2. run cmake in the extracted source

OBSERVED RESULT
Cmake produces warnings, one related to missing libQt6Core5Compat:

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

Other related to Kirigami, haven't found a way to fix those:

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

EXPECTED RESULT

No warning, Kirigami plugins linked into the application

SOFTWARE/OS VERSIONS
Haiku: Haiku R1B4 64bit

(available in About System)
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.0

ADDITIONAL INFORMATION
Comment 1 Schrijvers Luc 2024-05-21 09:51:21 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.