Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938507 - kde-misc/kio-gdrive-common-24.08.0[-handbook] fails at configure stage: find_package(KAccounts) not found
Summary: kde-misc/kio-gdrive-common-24.08.0[-handbook] fails at configure stage: find_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: plasma-6-stable
  Show dependency tree
 
Reported: 2024-08-25 20:54 UTC by Maciej Mrozowski
Modified: 2024-08-26 06:40 UTC (History)
1 user (show)

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


Attachments
emerge-info-kio-gdrive-common.txt (emerge-info-kio-gdrive-common.txt,20.35 KB, text/plain)
2024-08-25 20:55 UTC, Maciej Mrozowski
Details
build.log (build.log,4.44 KB, text/x-log)
2024-08-25 20:57 UTC, Maciej Mrozowski
Details
CMakeCache.txt (CMakeCache.txt,25.79 KB, text/plain)
2024-08-25 20:57 UTC, Maciej Mrozowski
Details
CMakeLists.txt (CMakeLists.txt,1.26 KB, text/plain)
2024-08-25 20:58 UTC, Maciej Mrozowski
Details
equery-g-kio-gdrive-common.txt (equery-g-kio-gdrive-common.txt,1.52 KB, text/plain)
2024-08-25 20:59 UTC, Maciej Mrozowski
Details
equery-g-kio-gdrive-common.txt (equery-g-kio-gdrive-common.txt,1.91 KB, text/plain)
2024-08-25 21:26 UTC, Maciej Mrozowski
Details
list of installed packages (qlist-vI.txt,38.84 KB, text/plain)
2024-08-25 21:43 UTC, Maciej Mrozowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Mrozowski gentoo-dev 2024-08-25 20:54:08 UTC
kio-gdrive-common-24.08.0 fails to build:

CMake Error at CMakeLists.txt:21 (find_package):
  By not providing "FindKAccounts.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "KAccounts", but CMake did not find one.

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

    KAccountsConfig.cmake
    kaccounts-config.cmake

  Add the installation prefix of "KAccounts" to CMAKE_PREFIX_PATH or set
  "KAccounts_DIR" to a directory containing one of the above files.  If
  "KAccounts" provides a separate development package or SDK, be sure it has
  been installed.
Comment 1 Maciej Mrozowski gentoo-dev 2024-08-25 20:55:31 UTC
Created attachment 901243 [details]
emerge-info-kio-gdrive-common.txt
Comment 2 Maciej Mrozowski gentoo-dev 2024-08-25 20:57:25 UTC
Created attachment 901244 [details]
build.log
Comment 3 Maciej Mrozowski gentoo-dev 2024-08-25 20:57:50 UTC
Created attachment 901245 [details]
CMakeCache.txt
Comment 4 Maciej Mrozowski gentoo-dev 2024-08-25 20:58:08 UTC
Created attachment 901246 [details]
CMakeLists.txt
Comment 5 Maciej Mrozowski gentoo-dev 2024-08-25 20:59:57 UTC
Created attachment 901247 [details]
equery-g-kio-gdrive-common.txt
Comment 6 Maciej Mrozowski gentoo-dev 2024-08-25 21:02:49 UTC
In output of equery g, please ignore results for kde-misc/kio-gdrive-common version other than 24.08.0 as for these I locally changed KFMIN.
Comment 7 Maciej Mrozowski gentoo-dev 2024-08-25 21:26:00 UTC
Created attachment 901249 [details]
equery-g-kio-gdrive-common.txt

Reupladed equery q output without ebuild modifications
Comment 8 Maciej Mrozowski gentoo-dev 2024-08-25 21:43:28 UTC
Created attachment 901250 [details]
list of installed packages
Comment 9 Larry the Git Cow gentoo-dev 2024-08-26 06:31:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=15ae9d83694e073d09e68967a4940fe0ef16f063

commit 15ae9d83694e073d09e68967a4940fe0ef16f063
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-08-25 22:29:07 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-08-25 22:36:06 +0000

    ecm-common.eclass: Add _ecm-common-check_deps to simplify pkg_setup()
    
    Bug: https://bugs.gentoo.org/938507
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/ecm-common.eclass | 43 ++++++++++++++++++++++++++++++++++---------
 1 file changed, 34 insertions(+), 9 deletions(-)
Comment 10 Larry the Git Cow gentoo-dev 2024-08-26 06:34:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f7986b816b46aaca8f96b49582c9c73bebaf5c

commit 37f7986b816b46aaca8f96b49582c9c73bebaf5c
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-08-25 22:29:07 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-08-26 06:33:46 +0000

    ecm-common.eclass: Add _ecm-common-check_deps to simplify pkg_setup()
    
    Bug: https://bugs.gentoo.org/938507
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/ecm-common.eclass | 43 ++++++++++++++++++++++++++++++++++---------
 1 file changed, 34 insertions(+), 9 deletions(-)