Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684740 - kde-plasma/ksysguard-5.15.4 - KSysGuard library was compiled without QtWebEngineWidgets, please contact your distribution
Summary: kde-plasma/ksysguard-5.15.4 - KSysGuard library was compiled without QtWebEng...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard: fixed in 5.16.0
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-29 16:52 UTC by Michael Egger
Modified: 2019-06-08 07:20 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Egger 2019-04-29 16:52:01 UTC
Unable to view "Detailed memory information" for any process in ksysguard 5.15.4.

Steps to reproduce:
1) Open ksysguard
2) Right click on any process and select "Detailed memory information"

Expected result:
* Detailed memory information is visible

Actual result:
* Error message is shown: "KSysGuard library was compiled without QtWebEngineWidgets, please contact your distribution."



Related package information:

kde-plasma/ksysguard-5.15.4::gentoo was built with the following:
USE="lm_sensors -debug -handbook" ABI_X86="(64)"

dev-qt/qtwebengine-5.12.3::gentoo was built with the following:
USE="alsa geolocation pulseaudio system-ffmpeg system-icu widgets -bindist -debug -designer -jumbo-build -pax_kernel -test" ABI_X86="(64)"



Related entries in /etc/portage/package.accept_keywords:
    dev-qt/* ~amd64
    kde-apps/* ~amd64
    kde-frameworks/* ~amd64
    kde-misc/* ~amd64
    kde-plasma/* ~amd64
Comment 1 Michael Palimaka (kensington) gentoo-dev 2019-04-30 12:16:46 UTC
You'll need to rebuild kde-plasma/libksysguard with USE="webengine".

Since this USE flag seems to be disabled by default these days, we could consider patching the error message to be more helpful.
Comment 2 Michael Egger 2019-04-30 13:29:24 UTC
rebuilding it with USE="webengine" works as expected, thank you.

Where does this USE flag gets consumed? I looked for the IUSE variable within the ksysguard-5.15.4.ebuild but only lm_sensors is specified there and no mention of webengine anywhere else.
Comment 3 Andreas Sturmlechner gentoo-dev 2019-04-30 13:48:23 UTC
libksysguard, not ksysguard.
Comment 4 Andreas Sturmlechner gentoo-dev 2019-04-30 13:48:51 UTC
Also, we should probably enable 'webengine' in plasma profile by default.
Comment 5 Larry the Git Cow gentoo-dev 2019-06-08 07:19:31 UTC
The bug has been closed via the following commit(s):

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

commit ed57d16f9d3c2365196ff59426384e4af9f96692
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-06-08 07:18:54 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-06-08 07:18:54 +0000

    kde-plasma/libksysguard: Gentooxplain detailed mem info unavailability
    
    Closes: https://bugs.gentoo.org/684740
    Package-Manager: Portage-2.3.67, Repoman-2.3.14
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 ...bksysguard-5.16.0-no-detailed-mem-message.patch | 26 ++++++++++++++++++++++
 kde-plasma/libksysguard/libksysguard-5.16.0.ebuild |  2 ++
 .../libksysguard/libksysguard-5.16.49.9999.ebuild  |  2 ++
 kde-plasma/libksysguard/libksysguard-9999.ebuild   |  2 ++
 4 files changed, 32 insertions(+)