| Summary: | 5.4.0: generate macros ignore fact that @DBUS_INTERFACES_INSTALL_DIR@ can be absolute | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Arkadiusz Miskiewicz <arekm> |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |
./KF5KIOConfig.cmake.in:set(KSlaveLauncher_DBUS_INTERFACE "${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@/kf5_org.kde.KSlaveLauncher.xml") but @DBUS_INTERFACES_INSTALL_DIR@ can be absolute if passing absolute paths to cmake. That causes /usr/lib64/cmake/KF5KIO/KF5KIOConfig.cmake:set(KSlaveLauncher_DBUS_INTERFACE "${PACKAGE_PREFIX_DIR}//usr/share/dbus-1/interfaces/kf5_org.kde.KSlaveLauncher.xml") Note double prefix. One from PACKAGE_PREFIX_DIR and one from absolute DBUS_INTERFACES_INSTALL_DIR Reproducible: Always