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

Bug 573268

Summary: kde-plasma/ksysguard fails to build with dev-qt/qt*-5.6.0_beta
Product: Gentoo Linux Reporter: Jeff Zacher <ad_sicks>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: 10.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build log
environment

Description Jeff Zacher 2016-01-29 04:32:21 UTC
Created attachment 424120 [details]
emerge --info

ksysguard fails to build on upgrade.
Comment 1 Jeff Zacher 2016-01-29 04:35:50 UTC
Created attachment 424122 [details]
build log
Comment 2 Jeff Zacher 2016-01-29 04:36:39 UTC
-pqv output
[ebuild     U ] kde-plasma/ksysguard-5.5.4 [5.4.3] USE="lm_sensors* -debug -handbook*"
Comment 3 Jeff Zacher 2016-01-29 04:37:29 UTC
Created attachment 424124 [details]
environment
Comment 4 Michael Palimaka (kensington) gentoo-dev 2016-01-29 07:35:37 UTC
This is possibly caused by qt-5.6.0_beta and qtwebkit being broken due to qpa private abi.

What is the output of emerge -pv qtwebkit?
Comment 5 Jeff Zacher 2016-01-30 06:18:31 UTC
emerge -pv qtwebkit

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     UD ] dev-qt/qtwebkit-5.4.2:5::gentoo [5.5.1:5::gentoo] USE="opengl qml udev%* -debug -gstreamer -gstreamer010 -multimedia -printsupport {-test} -webp (-geolocation%) (-orientation%) (-webchannel%)" 0 KiB

Total: 1 package (1 downgrade), Size of downloads: 0 KiB

!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

dev-qt/qtwebkit:5
Comment 6 Jeff Zacher 2016-01-30 06:18:57 UTC
Looks like it.
Comment 7 Jeff Zacher 2016-01-30 06:23:01 UTC
I guess I need to figure out why all why qt stuff is trying to downgrade to 5.4.2 and not stay on 5.5.1. this may be related to another issue I am having with qthelp-5.4.2.....
Comment 8 Andreas Sturmlechner gentoo-dev 2016-01-31 11:12:32 UTC
You need to properly unmask all the 5.5.1 Qt packages.
Comment 9 Michael Palimaka (kensington) gentoo-dev 2016-03-28 14:16:52 UTC
Since this is caused by a Qt mismatch in a beta version, there's nothing we can do about it. Qt 5.6 will only be moved to the main tree once this issue has been resolved.
Comment 10 Jeff Zacher 2016-03-28 19:51:30 UTC
I had the proper stuff unmasked. As I recall, what got me out of this loop was ditching the qt overlay and using emaint and that removed the downgraded version of this package from the update set that was causing this error.