On Sun, 14 May 2006 22:49:59 -0500, Harry Putnam wrote: > I've started an update after a couple of mnths of not keeping updated. > After emerge sync and installing latest portage I run: > emerge -v uDp world > I see this in the output... only showing a couple of dozens of lines > like this (wrapped for mail): > > [blocks B ] <=x11-base/xorg-x11-6.9 (is blocking > x11-drivers/xf86-input-elographics-1.0.0.5) > > [blocks B ] <=x11-base/xorg-x11-6.9 (is blocking > x11-proto/xproto-7.0.5) > > Ok ... so uninstall xorg-x11-6.9 right?
Wrong, unmerge xorg-x11 > But wait, there is no xorg-x11-6.9 installed. My latest xorg stuff > is: > > xorg-x11-6.8.2-r6 > > So what gives...? any clues? Check further down the output and you'll see portage wants to update xorg to 6.9 as well, either because some package explicitly depended on xorg-6.x or because that is what currently satisfies virtual/x11. Unmerge xorg-x11, then run emerge -u world again. If it still shows these blockers, add --tree to see what is trying to pull in 6.x. BTW, use qukickpkg to build a binary package of xorg-x11 if you don't already have one. That way you can get X back quickly if something goes wrong. -- Neil Bothwick When there's a will, I want to be in it.
signature.asc
Description: PGP signature

