Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 814392

Summary: [kde overlay] missing dependency for kde-plasma/libksysguard-5.22.90
Product: Gentoo Linux Reporter: Stefan Radermacher <gentoo>
Component: OverlaysAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Stefan Radermacher 2021-09-22 18:30:26 UTC
The ebuild for kde-plasma/libksysguard-5.22.90 is missing a dependency.




Reproducible: Always

Steps to Reproduce:
Emerge kde-plasma/libksysguard-5.22.90 while sys-apps/lm-sensors is not installed


Actual Results:  
Configure fails with this error message:

"The following REQUIRED packages have not been found: Sensors"

Expected Results:  
Ebuild installs

Installing sys-apps/lm-sensors resolves the problem.
Comment 1 Andreas Sturmlechner gentoo-dev 2021-09-22 19:43:12 UTC
Please attach a build.log, always.
Comment 2 Stefan Radermacher 2021-09-22 19:46:36 UTC
Created attachment 740775 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2021-09-23 10:49:44 UTC
The bug has been closed via the following commit(s):

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

commit a9b316ed9ead7a40c5196a73f6dfbac21e9705c3
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-09-23 09:23:41 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-09-23 09:23:41 +0000

    kde-plasma/libksysguard: Add new DEPEND
    
    Upstream commit 0cab9ac3a41f56175c066b780a943378a0cce4f1
    
    Reported-by: Stefan Radermacher <gentoo@zaister.de>
    Closes: https://bugs.gentoo.org/814392
    Package-Manager: Portage-3.0.23, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/libksysguard/libksysguard-5.22.90.ebuild      | 1 +
 kde-plasma/libksysguard/libksysguard-5.23.49.9999.ebuild | 1 +
 kde-plasma/libksysguard/libksysguard-9999.ebuild         | 1 +
 3 files changed, 3 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=1513dd17f64b667b629fde7bdb1dd22e5c4085ee

commit 1513dd17f64b667b629fde7bdb1dd22e5c4085ee
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-09-23 09:27:55 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-09-23 10:48:35 +0000

    kde-plasma/ksystemstats: Drop IUSE=lm-sensors, it is now required
    
    Upstream commit 3b085df03ef43d25e39c528f02d72d725bed16bf
    
    Relying on kde-plasma/libksysguard to provide the dependency...
    
    Bug: https://bugs.gentoo.org/814392
    Package-Manager: Portage-3.0.23, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/ksystemstats/ksystemstats-5.22.90.ebuild      | 5 ++---
 kde-plasma/ksystemstats/ksystemstats-5.23.49.9999.ebuild | 5 ++---
 kde-plasma/ksystemstats/ksystemstats-9999.ebuild         | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)
Comment 4 Andreas Sturmlechner gentoo-dev 2021-09-23 10:51:20 UTC
Thanks for reporting!