Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324495 - emerge kde app will produce use flag circular dependence x11-libs/qt-core-4.6.3 (Change USE: +qt3support)
Summary: emerge kde app will produce use flag circular dependence x11-libs/qt-core-4.6...
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 17:33 UTC by mondrillo
Modified: 2010-06-17 19:53 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 mondrillo 2010-06-17 17:33:56 UTC
I'm gnome user by want some kde apps, for example k3b or kaffeine. I try to emerge them but ever receive a circular dependence with x11-libs/qt-core-4.6.3 (Change USE: +qt3support OR -qt3support )
if I enable the qt3support use flag I receive that need to disable use flag and viceversa.


emerge -pv kaffeine

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

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "~x11-libs/qt-core-4.6.3[-debug,-qt3support,-aqua]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-core-4.6.3 (Change USE: -qt3support)
(dependency required by "x11-libs/qt-opengl-4.6.3" [ebuild])
(dependency required by "kde-base/kdelibs-4.4.4" [ebuild])
(dependency required by "media-video/kaffeine-1.0" [ebuild])
(dependency required by "kaffeine" [argument])

#flagedit x11-libs/qt-core -qt3support
#emerge -pv kaffeine

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

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy ">=x11-libs/qt-core-4.5.1:4[qt3support,ssl]".
!!! One of the following packages is required to complete your request:
- x11-libs/qt-core-4.6.3 (Change USE: +qt3support)
(dependency required by "media-video/kaffeine-1.0" [ebuild])
(dependency required by "kaffeine" [argument])

I've probe to install kde meta package but this not solve the problem.




Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-06-17 17:44:12 UTC
USE="qt3support" goes to /etc/make.conf to get it enabled / or disabled in all x11-libs/qt-* packages at the same time 

otherwise you see the output you're seeing now
Comment 2 mondrillo 2010-06-17 19:53:27 UTC
(In reply to comment #1)
> USE="qt3support" goes to /etc/make.conf to get it enabled / or disabled in all
> x11-libs/qt-* packages at the same time 
> 
> otherwise you see the output you're seeing now
> 

Yeah!! it's solved
Put qt3support in /etc/make.conf 

I've probe with (qt3 qt4 kde) useflag in /etc/make.conf but don't probe with this useflag

mark as solved