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

Bug 836460

Summary: dev-qt/qdbus-5.15.3 has slot 0 instead of 5
Product: Gentoo Linux Reporter: Abulhair Saparov <abulhair.saparov>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED INVALID    
Severity: normal CC: dschridde+gentoobugs, ionen, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Abulhair Saparov 2022-03-31 05:25:04 UTC
I suspect (though I'm not certain) that qdbus-5.15.3 should have slot 5. When trying to do a world update, I'm getting blocks related to qt slot conflicts.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-31 05:32:24 UTC
This is unlikely to be your issue. qdbus should always be the latest version AFAIK and therefore doesn't need to be slotted: https://github.com/gentoo/qt/pull/225#issuecomment-734961892.

You can even see various reverse dependencies of it have been adapted to depend on :*. That's not an issue and is intentional.

If you need help, please share the full world output: emerge -p -uvDU @world --backtrack=100 and emerge --info.
Comment 2 Abulhair Saparov 2022-03-31 05:54:00 UTC
My bad. Looking into it more closely, I found that `spectacle` and `qtwaylandscanner` were missing in accept_keywords, and the stable version of spectacle depended on qdbus:5 whereas the latest one depends on qdbus:*.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-31 06:05:15 UTC
(In reply to Abulhair Saparov from comment #2)
> My bad. Looking into it more closely, I found that `spectacle` and
> `qtwaylandscanner` were missing in accept_keywords, and the stable version
> of spectacle depended on qdbus:5 whereas the latest one depends on qdbus:*.

No worries. I think we should probably mention this in the news item as a few people hit that kind of thing already.