Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567188 - lxqt-base/lxqt-powermanagement-0.10.0: Could not find a package configuration file provided by "KF5WindowSystem"
Summary: lxqt-base/lxqt-powermanagement-0.10.0: Could not find a package configuration...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-30 20:44 UTC by José Romildo Malaquias
Modified: 2015-12-06 18:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The output of "emerge --info '=lxqt-base/lxqt-powermanagement-0.10.0' " (nada.txt,15.79 KB, text/plain)
2015-11-30 20:44 UTC, José Romildo Malaquias
Details
lxqt-base:lxqt-powermanagement-0.10.0:20151201-095151.log (lxqt-base:lxqt-powermanagement-0.10.0:20151201-095151.log,4.98 KB, text/plain)
2015-12-02 23:24 UTC, José Romildo Malaquias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Romildo Malaquias 2015-11-30 20:44:26 UTC
Created attachment 418240 [details]
The output of "emerge --info '=lxqt-base/lxqt-powermanagement-0.10.0' "

When emerging lxqt-base/lxqt-powermanagement-0.10.0, the configure phase fails with the error message:

CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:65 (find_package):
  By not providing "FindKF5WindowSystem.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "KF5WindowSystem", but CMake did not find one.

  Could not find a package configuration file provided by "KF5WindowSystem"
  with any of the following names:

    KF5WindowSystemConfig.cmake
    kf5windowsystem-config.cmake

  Add the installation prefix of "KF5WindowSystem" to CMAKE_PREFIX_PATH or
  set "KF5WindowSystem_DIR" to a directory containing one of the above files.
  If "KF5WindowSystem" provides a separate development package or SDK, be
  sure it has been installed.
Call Stack (most recent call first):
  /usr/share/cmake/lxqt/lxqt-config.cmake:86 (find_dependency)
  CMakeLists.txt:17 (find_package)
Comment 1 Alpha Bravo 2015-12-02 18:25:25 UTC
(In reply to José Romildo Malaquias from comment #0)

> When emerging lxqt-base/lxqt-powermanagement-0.10.0, the configure phase
> fails with the error message:
> [...]
> Call Stack (most recent call first):
>   /usr/share/cmake/lxqt/lxqt-config.cmake:86 (find_dependency)

Are you sure that emerging lxqt-powermanagement failed?
Please attach build.log
Comment 2 José Romildo Malaquias 2015-12-02 23:24:45 UTC
Created attachment 418410 [details]
lxqt-base:lxqt-powermanagement-0.10.0:20151201-095151.log
Comment 3 Alpha Bravo 2015-12-03 10:29:42 UTC
Thanks. lxqt-powermanagement depends on liblxqt which depends on kwindowsystem, so usually one shouldn't encounter this bug.
If kwindowsystem has to be added as a dependency for lxqt-powermanagement afaict it should also be added for

lxqt-common
lxqt-globalkeys
lxqt-qtplugin
lxqt-about
lxqt-sudo
lxqt-openssh-askpass
lxqt-policykit
Comment 4 José Romildo Malaquias 2015-12-04 00:55:03 UTC
Something went wrong on my system because liblxqt-0.10.0 has also been installed recently and, as you say, kwindowsystem, being a dependency for liblxqt, should have been installed, too.

Recently I have depcleaned my system. Maybe kwindowsystem has been removed in the process. I cannot remember any event regarding to it, so I cannot arrive to any conclusion now.

So in order to test if things works again as expected, I have unmerged lxqt-meta, liblxqt, lxqt-powermanagement, and kwindowsystem, and emerged again lxqt-meta. The missing packages were installed successfully this time, including lxqt-powermanagement and kwindowsystem.

Hence I think this bug can be closed, as it worked this time.