Bug 424768 - Could not find a configuration file for package "LibKWorkspace" that is compatible with requested version "5.19.80".
Summary: Could not find a configuration file for package "LibKWorkspace" that is compa...
Status: RESOLVED NOT A BUG
Alias: None
Product: systemsettings
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-28 21:55 UTC by Paul McQuade
Modified: 2020-07-29 02:12 UTC (History)
1 user (show)

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 Paul McQuade 2020-07-28 21:55:08 UTC
SUMMARY
I could not complie the program.



STEPS TO REPRODUCE
1. Fork the project from https://invent.kde.org/plasma/systemsettings
2. Open project in QT Creator
3. Crashes on build

OBSERVED RESULT
CMake Error at CMakeLists.txt:56 (find_package):
  Could not find a configuration file for package "LibKWorkspace" that is
  compatible with requested version "5.19.80".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake, version: 5.19.3
    /usr/lib/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake, version: 5.19.3
    /lib64/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake, version: 5.19.3
    /lib/cmake/LibKWorkspace/LibKWorkspaceConfig.cmake, version: 5.19.3



-- Configuring incomplete, errors occurred!
See also "/tmp/QtCreator-sVAUtN/qtc-cmake-pnGbFKdo/CMakeFiles/CMakeOutput.log".
CMake process exited with exit code 1.
Elapsed time: 00:03.

EXPECTED RESULT
Build copy of systemsettings


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.19.3
KDE Frameworks Version: 5.72.0
Qt Version: 5.15.0
Comment 1 Nate Graham 2020-07-29 02:12:17 UTC
You need to build System Settings' dependencies, one of which (plasma-workspace) gives you libkworkspace.

See the instructions located at https://community.kde.org/Get_Involved/development.