[gentoo-user] imaginary nvidia-glx blocking qt

2006-11-30 Thread Nick Rout
on emerge -uDpv world I get:

===

[EMAIL PROTECTED] ~ $ emerge -uDpv world

These are the packages that would be merged, in order:

Calculating world dependencies -
emerge: there are no ebuilds to satisfy media-video/nvidia-glx.
(dependency required by x11-libs/qt-4.1.4-r2 [ebuild])



!!! Problem resolving dependencies for app-arch/rpm
!!! Depgraph creation failed.

===

Trouble is I do not have nvidia-glx installed. I have nvidia-driver installed. 

Other things:

1. yes it is a while since I emerged world
2. profile is x86/2006.1/desktop
3. nvidia-glx WAS in /var/lib/portage/world, but I commented it out, with no 
change 
4. qt has a dependency: opengl? ( virtual/opengl virtual/glu ) - I suspect this 
of complicity in the problem.
5. This immediately follows an emerge -sync today, only thing I have done since 
then is emerge portage.

Can anyone cast any more light?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] imaginary nvidia-glx blocking qt

2006-11-30 Thread Dale
Nick Rout wrote:
 on emerge -uDpv world I get:

 ===

 [EMAIL PROTECTED] ~ $ emerge -uDpv world

 These are the packages that would be merged, in order:

 Calculating world dependencies -
 emerge: there are no ebuilds to satisfy media-video/nvidia-glx.
 (dependency required by x11-libs/qt-4.1.4-r2 [ebuild])



 !!! Problem resolving dependencies for app-arch/rpm
 !!! Depgraph creation failed.

 ===

 Trouble is I do not have nvidia-glx installed. I have nvidia-driver 
 installed. 

 Other things:

 1. yes it is a while since I emerged world
 2. profile is x86/2006.1/desktop
 3. nvidia-glx WAS in /var/lib/portage/world, but I commented it out, with no 
 change 
 4. qt has a dependency: opengl? ( virtual/opengl virtual/glu ) - I suspect 
 this of complicity in the problem.
 5. This immediately follows an emerge -sync today, only thing I have done 
 since then is emerge portage.

 Can anyone cast any more light?
   

I may be wrong but I thought glx was part of nvidia-drivers now??  Or
was it xorg-x11 that it become a part of.  I read this somewhere.  It
was when all the change up of xorg going modular or something.

Someone shed some light on me here.  ;-)

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] imaginary nvidia-glx blocking qt

2006-11-30 Thread Bo Ørsted Andresen
On Thursday 30 November 2006 12:19, Nick Rout wrote:
 on emerge -uDpv world I get:

 ===

 [EMAIL PROTECTED] ~ $ emerge -uDpv world

 These are the packages that would be merged, in order:

 Calculating world dependencies -
 emerge: there are no ebuilds to satisfy media-video/nvidia-glx.
 (dependency required by x11-libs/qt-4.1.4-r2 [ebuild])



 !!! Problem resolving dependencies for app-arch/rpm
 !!! Depgraph creation failed.

 ===

 Trouble is I do not have nvidia-glx installed. I have nvidia-driver
 installed.

 Other things:

 1. yes it is a while since I emerged world
 2. profile is x86/2006.1/desktop
 3. nvidia-glx WAS in /var/lib/portage/world, but I commented it out, with
 no change 4. qt has a dependency: opengl? ( virtual/opengl virtual/glu ) -
 I suspect this of complicity in the problem. 5. This immediately follows an
 emerge -sync today, only thing I have done since then is emerge portage.

 Can anyone cast any more light?

Hmm.. You've verified that you've unmerged nvidia-glx and nvidia-kernel? No 
remnants of either of them in /var/db/pkg or your world file? Does

# grep -R nvidia /etc/portage

report anything? What is the output of:

# emerge -uDpv --tree --oneshot x11-libs/qt

?

If that doesn't provide more info than you've already posted then instead I 
suggest attaching the output of:

# emerge --info  emerge -uDpv --debug --oneshot x11-libs/qt

as a compressed file.

-- 
Bo Andresen


pgpAFvtJMGCec.pgp
Description: PGP signature


Re: [gentoo-user] imaginary nvidia-glx blocking qt

2006-11-30 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nick Rout wrote:
 on emerge -uDpv world I get:
 
 ===
 
 [EMAIL PROTECTED] ~ $ emerge -uDpv world
 
 These are the packages that would be merged, in order:
 
 Calculating world dependencies -
 emerge: there are no ebuilds to satisfy media-video/nvidia-glx.
 (dependency required by x11-libs/qt-4.1.4-r2 [ebuild])

You're experiencing bug #154223 [1], which is fixed in the latest
~arch versions of portage.  If you want to work around the problem,
you can use `find /var/db/pkg -name PROVIDE | xargs grep
virtual/opengl` to find the old-style virtuals that are preventing
the new-style virtuals from working correctly.  You should simply
remove any PROVIDE file that contains virtual/opengl.

Zac

[1] http://bugstest.gentoo.org/show_bug.cgi?id=154223
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFbw22/ejvha5XGaMRAgiPAJ4gtDTdiNz/Fn464f+JZhhVKNiNcwCfWyf+
VqyqR/+/f9MfuxYRpFVNQqQ=
=V3Hz
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] imaginary nvidia-glx blocking qt

2006-11-30 Thread Nick Rout
On Thu, 30 Nov 2006 08:58:31 -0800
Zac Medico [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Nick Rout wrote:
  on emerge -uDpv world I get:
  
  ===
  
  [EMAIL PROTECTED] ~ $ emerge -uDpv world
  
  These are the packages that would be merged, in order:
  
  Calculating world dependencies -
  emerge: there are no ebuilds to satisfy media-video/nvidia-glx.
  (dependency required by x11-libs/qt-4.1.4-r2 [ebuild])
 
 You're experiencing bug #154223 [1], which is fixed in the latest
 ~arch versions of portage.  If you want to work around the problem,
 you can use `find /var/db/pkg -name PROVIDE | xargs grep
 virtual/opengl` to find the old-style virtuals that are preventing
 the new-style virtuals from working correctly.  You should simply
 remove any PROVIDE file that contains virtual/opengl.
 
 Zac
 
 [1] http://bugstest.gentoo.org/show_bug.cgi?id=154223

Thank you
-- 
gentoo-user@gentoo.org mailing list