Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] imaginary nvidia-glx blocking qt
Date: Thu, 30 Nov 2006 13:00:48
Message-Id: 200611301354.59582.bo.andresen@zlin.dk
In Reply to: [gentoo-user] imaginary nvidia-glx blocking qt by Nick Rout
1 On Thursday 30 November 2006 12:19, Nick Rout wrote:
2 > on emerge -uDpv world I get:
3 >
4 > ===========
5 >
6 > nick@sf ~ $ emerge -uDpv world
7 >
8 > These are the packages that would be merged, in order:
9 >
10 > Calculating world dependencies -
11 > emerge: there are no ebuilds to satisfy "media-video/nvidia-glx".
12 > (dependency required by "x11-libs/qt-4.1.4-r2" [ebuild])
13 >
14 >
15 >
16 > !!! Problem resolving dependencies for app-arch/rpm
17 > !!! Depgraph creation failed.
18 >
19 > ===========
20 >
21 > Trouble is I do not have nvidia-glx installed. I have nvidia-driver
22 > installed.
23 >
24 > Other things:
25 >
26 > 1. yes it is a while since I emerged world
27 > 2. profile is x86/2006.1/desktop
28 > 3. nvidia-glx WAS in /var/lib/portage/world, but I commented it out, with
29 > no change 4. qt has a dependency: opengl? ( virtual/opengl virtual/glu ) -
30 > I suspect this of complicity in the problem. 5. This immediately follows an
31 > emerge -sync today, only thing I have done since then is emerge portage.
32 >
33 > Can anyone cast any more light?
34
35 Hmm.. You've verified that you've unmerged nvidia-glx and nvidia-kernel? No
36 remnants of either of them in /var/db/pkg or your world file? Does
37
38 # grep -R nvidia /etc/portage
39
40 report anything? What is the output of:
41
42 # emerge -uDpv --tree --oneshot x11-libs/qt
43
44 ?
45
46 If that doesn't provide more info than you've already posted then instead I
47 suggest attaching the output of:
48
49 # emerge --info && emerge -uDpv --debug --oneshot x11-libs/qt
50
51 as a compressed file.
52
53 --
54 Bo Andresen