Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630368 - [kde overlay] kde-apps/libkdepim-9999[-designer] fails at configure phase
Summary: [kde overlay] kde-apps/libkdepim-9999[-designer] fails at configure phase
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-08 15:04 UTC by Eugene Shalygin
Modified: 2017-09-13 16:38 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Shalygin 2017-09-08 15:04:25 UTC
CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:37 (find_package):
  find_package for module KF5DesignerPlugin called with REQUIRED, but
  CMAKE_DISABLE_FIND_PACKAGE_KF5DesignerPlugin is enabled.  A REQUIRED
  package cannot be disabled.
Call Stack (most recent call first):
  /usr/lib64/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake:48 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:37 (find_package)
  /usr/lib64/cmake/KF5CalendarCore/KF5CalendarCoreConfig.cmake:39 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:37 (find_package)
  /usr/lib64/cmake/KF5AkonadiSearch/KF5AkonadiSearchConfig.cmake:43 (find_dependency)
  CMakeLists.txt:62 (find_package)
Comment 1 Jonas Stein gentoo-dev 2017-09-09 11:22:24 UTC
Thank you for the report. Please *attach* the logfiles,
https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide#Report_a_build-time_bug_.28emerge_failed.29
and reopen this ticket (Status:unconfirmed).
Comment 2 Andreas Sturmlechner gentoo-dev 2017-09-09 11:43:02 UTC
While there is no such REQUIRED keyword in libkdepim, it appears a dependency of it (kde-apps/kcalcore, still depends on kdelibs4support) is making it impossible to disable kdesignerplugin here. Needs someone finalising kcalcore port away from kdelibs4support.
Comment 3 Andreas Sturmlechner gentoo-dev 2017-09-09 18:02:39 UTC
Eavesdropping on IRC revealed upstream is indeed going to work on that in the upcoming weeks.
Comment 4 Andreas Sturmlechner gentoo-dev 2017-09-13 12:51:23 UTC
kcalcore API was made kdelibs4support free a few hours ago. Please re-test.
Comment 5 Eugene Shalygin 2017-09-13 16:38:09 UTC
Works here. Thanks!