Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933440 - kde-frameworks/kauth-6.2.0: CMake error: KF6WindowSystem not in requested version 6.2.0
Summary: kde-frameworks/kauth-6.2.0: CMake error: KF6WindowSystem not in requested ver...
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: fixed in 6.3.0, scheduled for 2024-06-07
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2024-06-02 22:29 UTC by Thibaud CANALE
Modified: 2024-06-06 20:24 UTC (History)
1 user (show)

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


Attachments
Build log (gzip) (kde-frameworks:kauth-6.2.0:20240602-203721.log.gz,2.70 KB, application/gzip)
2024-06-02 22:29 UTC, Thibaud CANALE
Details
emerge --info (file_933440.txt,9.41 KB, text/plain)
2024-06-02 22:30 UTC, Thibaud CANALE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thibaud CANALE 2024-06-02 22:29:17 UTC
Created attachment 894967 [details]
Build log (gzip)

I think ebuild for kde-frameworks/kauth should explicitly require kde-frameworks/kwindowsystem.

From build log (see attachment):
```
-- No backend for KAuth was explicitly specified: probing system to find the best one available
CMake Error at src/ConfigureChecks.cmake:34 (find_package):
  Could not find a configuration file for package "KF6WindowSystem" that is
  compatible with requested version "6.2.0".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/KF6WindowSystem/KF6WindowSystemConfig.cmake, version: 6.1.0
    /lib64/cmake/KF6WindowSystem/KF6WindowSystemConfig.cmake, version: 6.1.0

Call Stack (most recent call first):
  src/CMakeLists.txt:2 (include)


-- Configuring incomplete, errors occurred!
```
Comment 1 Thibaud CANALE 2024-06-02 22:30:56 UTC
Created attachment 894968 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-06-06 20:23:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=60aa0278a92eb528ba52440c35a771e8dad7ca01

commit 60aa0278a92eb528ba52440c35a771e8dad7ca01
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-06-06 20:21:38 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-06-06 20:22:55 +0000

    kde-frameworks/kauth: Add missing dependency
    
    Upstream commit 382b6ae8c7cc19cb2c1b1f5e8f32f767f09222ce
    
    Closes: https://github.com/gentoo/gentoo/pull/36985
    Closes: https://bugs.gentoo.org/933440
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-frameworks/kauth/kauth-6.3.0.ebuild | 5 ++++-
 kde-frameworks/kauth/kauth-9999.ebuild  | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)