Gentoo Archives: gentoo-amd64

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] kdelibs insanity
Date: Thu, 30 Jul 2009 19:05:29
Message-Id: 200907302105.22555.volkerarmin@googlemail.com
In Reply to: [gentoo-amd64] kdelibs insanity by Mark Haney
1 On Donnerstag 30 Juli 2009, Mark Haney wrote:
2 > I'm beginning to wonder if Gentoo is right for me any more. I swear,
3 > the dependencies and USE flag changes are killing me. Here's my latest
4 > fun:
5 >
6 > I'm trying to upgrade kdelibs (to 4.2.4-r4) and I get this:
7 > > octavian ~ # ACCEPT_KEYWORDS="~amd64" emerge -uav kdelib
8 > >
9 > > These are the packages that would be merged, in order:
10 > >
11 > > Calculating dependencies... done!
12 > >
13 > > emerge: there are no ebuilds built with USE flags to satisfy
14 > > "~x11-libs/qt-core-4.5.2[-debug,-qt3support]". !!! One of the following
15 > > packages is required to complete your request: - x11-libs/qt-core-4.5.2
16 > > (Change USE: -qt3support)
17 > > (dependency required by "x11-libs/qt-opengl-4.5.2" [ebuild])
18 > > (dependency required by "kde-base/kdelibs-4.2.4-r4" [ebuild])
19 > > (dependency required by "kdelibs" [argument])
20 >
21 > So, based on that I need to change my USE flag for qt-core-4.5.2 to
22 > [-qt3support], okay. I go into /etc/portage/package.use/monolithic to this:
23 >
24 > x11-libs/qt-core -qt3support (actually I just comment out the line, but
25 > in effect I'm removing qt3support from qt-core).
26 >
27 > When I do so and I re-run the update I get this:
28 > > emerge: there are no ebuilds built with USE flags to satisfy
29 > > "~x11-libs/qt-core-4.5.2[glib,qt3support,-debug]". !!! One of the
30 > > following packages is required to complete your request: -
31 > > x11-libs/qt-core-4.5.2 (Change USE: +qt3support)
32 > > (dependency required by "x11-libs/qt-gui-4.5.2-r2" [ebuild])
33 > > (dependency required by "kde-base/kdelibs-4.2.4-r4" [ebuild])
34 > > (dependency required by "kdelibs" [argument])
35 >
36 > So, which is it? It can't be both ways, and to be honest, trying to
37 > figure out which file needs which USE flag on what day is getting kinda
38 > silly.
39
40 try syncing again. And masking qt3support fro qt-core is not enough. Either
41 enable it globally or disable it globally - or add all your qt packages to
42 package.use.

Replies

Subject Author
Re: [gentoo-amd64] kdelibs insanity "Arttu V." <arttuv69@×××××.com>