FS#47459 - [dolphin-plugins] not built with clean chroot, missing depend on ktexteditor

Attached to Project: Arch Linux
Opened by Kevin Mihelich (kmihelich) - Sunday, 20 December 2015, 15:41 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 20 December 2015, 16:48 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Because the maintainers still aren't building with a clean chroot, a dependency on ktexteditor has been missed in this package. The resulting library fileviewhgplugin.so requires libKF5TextEditor.so.5, and the build requires cmake files from ktexteditor.


Additional info:
* package version: 15.12.0-1
* log:
CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:74 (find_package):
Could not find a package configuration file provided by "KF5TextEditor"
(requested version 5.0.0) with any of the following names:

KF5TextEditorConfig.cmake
kf5texteditor-config.cmake

Add the installation prefix of "KF5TextEditor" to CMAKE_PREFIX_PATH or set
"KF5TextEditor_DIR" to a directory containing one of the above files. If
"KF5TextEditor" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
hg/CMakeLists.txt:3 (find_package)


-- Could NOT find KF5TextEditor: found neither KF5TextEditorConfig.cmake nor kf5texteditor-config.cmake
-- Found KF5WidgetsAddons: /usr/lib/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.17.0")
CMake Error at /usr/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find KF5 (missing: TextEditor) (found suitable version "5.17.0",
minimum required is "5.0.0")
Call Stack (most recent call first):
/usr/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
/usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args)
hg/CMakeLists.txt:3 (find_package)


-- Configuring incomplete, errors occurred!


Steps to reproduce: Build using a clean chroot: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 20 December 2015, 16:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  dolphin-plugins 15.12.0-2

Loading...