Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: qt3support USE flag. Is it needed now?
Date: Thu, 07 Oct 2010 23:17:46
Message-Id: 4CAE5508.2050503@gmail.com
In Reply to: [gentoo-user] Re: qt3support USE flag. Is it needed now? by Nikos Chantziaras
1 Nikos Chantziaras wrote:
2 > On 10/08/2010 01:14 AM, Dale wrote:
3 >> Paul Hartman wrote:
4 >>> On Thu, Oct 7, 2010 at 2:40 PM, Dale<rdalek1967@×××××.com> wrote:
5 >>>> Hi,
6 >>>>
7 >>>> I have a question. I'm using KDE4, about to switch to 4.5.2. Do I need
8 >>>> qt3support anymore? I'm talking about the USE flag qt3support. I run
9 >>>> into
10 >>>> blocks sometimes and I know KDE3 needed qt3. I'm just curious if I
11 >>>> can get
12 >>>> rid of this USE flag now. I only have KDE4 installed. No more KDE3
13 >>>> left
14 >>>> that I know of.
15 >>> Going along with what Alan said. qt3support does not use Qt 3 at all.
16 >>> It just puts something like a Qt 3-compatible API into Qt 4, to make
17 >>> porting Qt 3 to Qt 4 apps easier. It is largely insignifcant to you
18 >>> (since it's not pulling in qt3 packages).
19 >>>
20 >>> If you have any packages that require this USE flag, their ebuild will
21 >>> require this USE flag. So disable it, emerge --deep --newuse world and
22 >>> see if it complains. If it does, re-enable and continue life with
23 >>> qt3support as if nothing ever happened. :)
24 >>>
25 >>
26 >> Just picking the last message to reply to so this is for everyone who
27 >> has chimed in so far.
28 >>
29 >> I may remove the USE flag and just see what blows up. I may copy over
30 >> some binaries so that I can just use -k and not have to wait on the
31 >> compiles. I would think if I remove it that something would pitch all
32 >> holy hell about it if it has to have it. I'm sure it would be caught at
33 >> some point and I would know it then for sure.
34 >>
35 >> I'm not sure if I have anything on here that must have qt3support. Is
36 >> there a way to know for sure? Maybe some obscure command that I am not
37 >> familiar with?
38 >
39 > revdep-rebuild will help. The qt3support USE flag is nothing magical;
40 > it simply pulls the "x11-libs/qt-qt3support" as a dependency. This
41 > package installs the /usr/lib/qt4/libQt3Support.so.* libraries. So if
42 > you have binaries that try to load this lib, revdep-rebuild will find
43 > them.
44 >
45 > And in general, if *any* binary you try to run aborts with something
46 > like "libQt3Support.so not found" or similar, then you know it needs
47 > qt3support.
48 >
49 >
50
51 I didn't want to remove it and recompile just to find out KDE won't work
52 anymore. That would be . . . bad. lol
53
54 I need to put me a backup WM on here just in case KDE does go belly up
55 at some point. At least I can run a browser and look for help.
56
57 Dale
58
59 :-) :-)

Replies

Subject Author
[gentoo-user] Re: qt3support USE flag. Is it needed now? Nikos Chantziaras <realnc@×××××.de>