Summary: | kde-apps/kdenetwork-filesharing: Make Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find KF5 (missing: DocTools) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Doppler <sevener.gentoo> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | UPSTREAM |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://phabricator.kde.org/D21921 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
This would be a bogus dependency as no handbook is being shipped with this package. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce75f3ebc66a58b513aaff9e5f2f9e12b9231ac commit cce75f3ebc66a58b513aaff9e5f2f9e12b9231ac Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-06-20 10:08:58 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-06-20 10:17:52 +0000 kde-apps/kdenetwork-filesharing: Punt bogus dep KF5DocTools Reported-by: Doppler <sevener.gentoo@cock.li> Closes: https://bugs.gentoo.org/688358 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../kdenetwork-filesharing/kdenetwork-filesharing-18.12.3.ebuild | 5 +++++ .../kdenetwork-filesharing/kdenetwork-filesharing-19.04.2.ebuild | 5 +++++ 2 files changed, 10 insertions(+) |
Created attachment 580162 [details] build.log When trying to build kdenetwork-filesharing without kdoctools installed, it fails in the configure phase with: -- Could NOT find KF5DocTools (missing: KF5DocTools_DIR) -- Could NOT find KF5DocTools: found neither KF5DocToolsConfig.cmake nor kf5doctools-config.cmake After installing kdoctools, the build succeeds as expected.