Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 814392 - [kde overlay] missing dependency for kde-plasma/libksysguard-5.22.90
Summary: [kde overlay] missing dependency for kde-plasma/libksysguard-5.22.90
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-22 18:30 UTC by Stefan Radermacher
Modified: 2021-09-23 10:51 UTC (History)
0 users

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


Attachments
build.log (build.log,17.78 KB, text/x-log)
2021-09-22 19:46 UTC, Stefan Radermacher
Details

Note You need to log in before you can comment on or make changes to this bug.
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!