Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81381 - Emerge -uavD world problem : there are no ebuilds to satisfy ">=x11-base/opengl-update-2.1.0" | Problem with ebuild media-video/nvidia-glx-1.0.6629-r5 | possibly a DEPEND/*DEPEND problem
Summary: Emerge -uavD world problem : there are no ebuilds to satisfy ">=x11-base/open...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 08:31 UTC by Charles Lesoil
Modified: 2005-02-09 15:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Lesoil 2005-02-09 08:31:49 UTC
I'm kind of a newbee with gentoo so I'm not sure wether this is a bug or not but I couldn't find the same problem on the bugzilla...

I build the latest kernel (2.6.10-gentoo-r7) and after rebooting, I installed my nvidia driver as usual 

emerge nvidia-kernel nvidia-glx
then opengl-update

everything works out fine
today, I want to update my system
After an emerge --sync, I try :

emerge -uavD world

here is what I got :
el-sio el-sio # emerge -uavD world

These are the packages that I would merge, in order:

Calculating world dependencies -
emerge: there are no ebuilds to satisfy ">=x11-base/opengl-update-2.1.0".


!!! Problem with ebuild media-video/nvidia-glx-1.0.6629-r5
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.


I am using those keywords for my nvidia packages :
media-video/nvidia-kernel       ~x86
media-video/nvidia-glx          ~x86
x11-base/opengl-update          ~x86

Its all in instable arch so it shouldn't cause problem (this is where the newbee isn't sure :b )

and I have already upgraded my system this way without any problem . I havent change anything to my settings. So I don't understand

It also works when doing emerge -uavD opengl-update nvidia-glx instead of emerge world...

Thanks for your help

Reproducible: Always
Steps to Reproduce:
1.emerge --sync
2.emerge -uavD opengl-update nvidia-glx

Actual Results:  
1- no problem
2- el-sio el-sio # emerge -uavD opengl-update nvidia-glx

These are the packages that I would merge, in order:

Calculating dependencies -
emerge: there are no ebuilds to satisfy ">=x11-base/opengl-update-2.1.0".


Expected Results:  
updating nvidia-glx AND opengl-update without problems

el-sio el-sio # emerge info
Portage 2.0.51-r15 (default-linux/x86/2004.2, gcc-3.3.5,
glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r7 i686)
=================================================================
System uname: 2.6.10-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 3.06GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 19 2004, 23:11:01)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.mirror.sdv.fr http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://gentoo/gentoo-portage"
USE="x86 X aalib apm arts avi bash-completion berkdb bitmap-fonts canna cdr
crypt cups encodeesd f77 fam flac font-server foomaticdb fortran gdbm ggi gif
gnome gpm gtk gtk2 imagemagick imlib ipv6 java jpeg kde libg++ libwww mad mikmod
motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png
python qt quicktime readline scanner sdl slang spell ssl svgatcltk tcpd tetex
tiff truetype truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Peter Gantner (a.k.a. nephros) 2005-02-09 12:28:16 UTC
You probably synced with a rsync mirror not completely up-to-date.
x11-base/opengl-update-2.1.0-r1 is definitely in portage right now (at least ~x86)

do another emerge --sync and try again.
Comment 2 Charles Lesoil 2005-02-09 15:21:34 UTC
thanks it worked perfectly

sorry for the noise it wasn't a bug