Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: qt3support USE flag. Is it needed now? Dale <rdalek1967@×××××.com>