Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925947 - Several components from kde-apps-24.02.0 depend on Qt5 and kde-framework 5 instead of Qt6 and kde-framework 6
Summary: Several components from kde-apps-24.02.0 depend on Qt5 and kde-framework 5 in...
Status: RESOLVED INVALID
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-01 22:23 UTC by cruzki
Modified: 2024-03-03 10:04 UTC (History)
0 users

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


Attachments
Result of $ grep ":5" */*24.02.0.ebuild > porting.txt in portage tree under kde-apps folder (porting.txt,31.94 KB, text/plain)
2024-03-01 22:23 UTC, cruzki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cruzki 2024-03-01 22:23:03 UTC
Created attachment 886503 [details]
Result of $ grep ":5" */*24.02.0.ebuild > porting.txt in portage tree under kde-apps folder

Several packages from kde-apps-24.02.0 continue to depend on qt5 and kde-frameworks-5 instead to depend to qt6 and kde-frameworks-6.

This causes portage to try to install both qt5 and 6 and kde-framework-5 and 6 at the same time and usually to fail at compile time. Attached is the list of packages.

Changing the slot to :6 and raising ${QTMIN} and ${KFMIN} usually solve the problem but in some cases, dependencies have to be also updated (mostly qt change of names).
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-03-01 22:24:09 UTC
We know about these. Many of them are NOT yet ported to KF6/Qt6 upstream, or if they are, upstream are not yet recommending we build with them.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-03-01 22:29:01 UTC
(In reply to cruzki from comment #0)
> This causes portage to try to install both qt5 and 6 and kde-framework-5 and
> 6 at the same time and usually to fail at compile time. Attached is the list
> of packages.

If you're getting compile-time failures, please file individual bugs for those.

I also don't recommend you try use it on stable yet, just ~arch.
Comment 3 Andreas Sturmlechner gentoo-dev 2024-03-02 08:09:35 UTC
What you're describing is not a bug.

Compile time failures are a bug - which you should file individually. With logs.
Comment 4 Andreas Sturmlechner gentoo-dev 2024-03-03 10:04:59 UTC
See how fast a proper bug can get your problem fixed: bug 926057

If you've seen one of those, try to model your next bug after the example above.