Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Removing KDE 3.5? Or reason to keep it around?
Date: Sat, 27 Feb 2010 05:16:22
Message-Id: 4B88AA75.2020906@gmail.com
In Reply to: Re: [gentoo-user] Re: Removing KDE 3.5? Or reason to keep it around? by BRM
1 chrome://messenger/locale/messengercompose/composeMsgs.properties:
2 > ----- Original Message ----
3 >
4 >
5 >> From: Dale<rdalek1967@×××××.com>
6 >>
7 >>> ----- Original Message ----
8 >>>
9 >>>> From: Neil Bothwick
10 >>>> To: gentoo-user@l.g.o
11 >>>> On Fri, 26 Feb 2010 06:34:18 -0800 (PST), BRM wrote:
12 >>>>
13 >>>>> Aside from that, I'm not sure I have ever really run "emerge
14 >>>>> --depclean", but I also rarely uninstall anything, but don't install
15 >>>>> things left or right to try out either, so typically upgrades are all I
16 >>>>> need to do.
17 >>>>>
18 >>>>>
19 >>>> You should still run --depclean as dependencies change and you could still
20 >>>> have plenty of no longer needed ones installed.
21 >>>>
22 >>>>
23 >>> Okay - so I ran "emerge --depclean -a" and got the below.
24 >>> I tried running "emerge world -vuDNa" as specified, but that didn't resolve it
25 >>>
26 >> either.
27 >>
28 >>> I tried looking in the world file (/var/lib/portage/world) but didn't find any
29 >>>
30 >> entries that felt safe to remove.
31 >>
32 >>> So, how do I resolve?
33 >>>
34 >>> Calculating dependencies... done!
35 >>> * Dependencies could not be completely resolved due to
36 >>> * the following required packages not being installed:
37 >>> *
38 >>> * ~x11-libs/qt-test-4.4.2 pulled in by:
39 >>> * x11-libs/qt-4.4.2
40 >>> *
41 >>> * ~x11-libs/qt-sql-4.4.2 pulled in by:
42 >>> * x11-libs/qt-4.4.2
43 >>> *
44 >>> * ~x11-libs/qt-webkit-4.4.2 pulled in by:
45 >>> * x11-libs/qt-4.4.2
46 >>> *
47 >>> * ~x11-libs/qt-assistant-4.4.2 pulled in by:
48 >>> * x11-libs/qt-4.4.2
49 >>> *
50 >>> * ~x11-libs/qt-gui-4.4.2 pulled in by:
51 >>> * x11-libs/qt-4.4.2
52 >>> *
53 >>> * ~x11-libs/qt-xmlpatterns-4.4.2 pulled in by:
54 >>> * x11-libs/qt-4.4.2
55 >>> *
56 >>> * ~dev-libs/poppler-0.10.7 pulled in by:
57 >>> * virtual/poppler-0.10.7
58 >>> *
59 >>> * ~x11-libs/qt-opengl-4.4.2 pulled in by:
60 >>> * x11-libs/qt-4.4.2
61 >>> *
62 >>> * ~x11-libs/qt-qt3support-4.4.2 pulled in by:
63 >>> * x11-libs/qt-4.4.2
64 >>> *
65 >>> * ~x11-libs/qt-dbus-4.4.2 pulled in by:
66 >>> * x11-libs/qt-4.4.2
67 >>> *
68 >>> * ~x11-libs/qt-svg-4.4.2 pulled in by:
69 >>> * x11-libs/qt-4.4.2
70 >>> *
71 >>> * ~x11-libs/qt-script-4.4.2 pulled in by:
72 >>> * x11-libs/qt-4.4.2
73 >>> *
74 >>> * Have you forgotten to run `emerge --update --newuse --deep world` prior
75 >>> * to depclean? It may be necessary to manually uninstall packages that no
76 >>>
77 >> longer
78 >>
79 >>> * exist in the portage tree since it may not be possible to satisfy their
80 >>> * dependencies. Also, be aware of the --with-bdeps option that is
81 >>>
82 >> documented
83 >>
84 >>> * in `man emerge`.
85 >>>
86 >>>
87 >>>
88 >> I ran into this a long time ago and I added this to my make.conf so that
89 >> I don't forget. Try running this:
90 >>
91 >> emerge -uvDNa --with-bdeps y world
92 >>
93 >> Then see what that does. That added bit makes it look deeper into
94 >> dependencies.
95 >>
96 > Okay, tried that. I did install 7 more packages (1 new, 6 rebuilds/updates).
97 > But it didn't resolve the problem. I'm trying to determine if qt-4.4.2 is even installed.
98 > Looking at /usr/lib there doesn't appear to be any qt-4.4.2 libs, only qt-4.5.3.
99 >
100 > "qlist -Ia | grep x11-libs | grep qt" only returns the following:
101 > /usr/qt/3/etc/settings/.keep_x11-libs_qt-3
102 > /etc/qt4/.keep_x11-libs_qt-core-4
103 >
104 > Also, "find | grep libQt | grep 4\.4" didn't return anything, while "find | grep libQt | grep 4\.5 returned what I saw in /usr/lib/qt4.
105 >
106 > So, then is x11-libs/qt-4.4.2 even installed? If not, how do I get rid of this?
107 >
108 > TIA,
109 >
110 > Ben
111 >
112 >
113
114 I don't know about the command you use but you may want to try this:
115
116 equery list x11-libs/qt
117
118 See if that lists the package you are looking for.
119
120 Dale
121
122 :-) :-)