[gentoo-user] Re: removing X

2007-12-25 Thread reader
forgottenwizard [EMAIL PROTECTED] writes:

 Something to remember for the future:

 You can delete entries in the world file

 Personally, I find that faster than going through and finding what is
 already installed, and doing the uninstall the long way. emerge --tree
 should help some, as well, but for a basic install (30 packages in
 world), deleting the entries should be the fastest way, followed by an
 emerge --depclean.

Thanks for your input..
Earlier in this thread ( Message-ID: [EMAIL PROTECTED] )
it was explained why I couldn't use --depclean at that point. 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: removing X

2007-12-25 Thread forgottenwizard
On 07:34 Tue 25 Dec , [EMAIL PROTECTED] wrote:
 forgottenwizard [EMAIL PROTECTED] writes:
 
  Something to remember for the future:
 
  You can delete entries in the world file
 
  Personally, I find that faster than going through and finding what is
  already installed, and doing the uninstall the long way. emerge --tree
  should help some, as well, but for a basic install (30 packages in
  world), deleting the entries should be the fastest way, followed by an
  emerge --depclean.
 
 Thanks for your input..
 Earlier in this thread ( Message-ID: [EMAIL PROTECTED] )
 it was explained why I couldn't use --depclean at that point. 
 
 -- 
 [EMAIL PROTECTED] mailing list
 
 

If you mean the error w/ needing to run emerge -u, that was because a
program was calling in a dep you had removed. I may have missed
something else, but thats the problem I have had, since I do system
cleans like I mentioned.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: removing X

2007-12-24 Thread reader
Michal 'vorner' Vaner [EMAIL PROTECTED] writes:

 Hello

 On Mon, Dec 24, 2007 at 11:31:16AM -0600, [EMAIL PROTECTED] wrote:

[...]

 Would just passing dozens of command line arguments to emerge be a
 suitable way to get rid of all the clutter?

 You could remove the meta-package (the one that has size 0 and depends
 on everything, I guess it's xorg-x11) and then emerge --depclean. You
 probably should check, what everything that might want to remove, as it
 might get the things a bit wrong, sometimes.

That appears not to be possible here since I've already begun
uninstalling stuff the hard way.  I get this message from
  --depclean

I don't want to follow the advice offered there an run the newuse
world yet... I want to finish cleaning house first.

  Dependencies could not be completely resolved due to  
  the following required packages not being installed 

  x11-proto/kbproto required by x11-libs/libX11-1.1.1 x11-libs/libXt-1.0.5
  x11-proto/xextproto required by x11-libs/libXext-1.0.3
  x11-proto/xproto required by x11-libs/libXau-1.0.3 x11-libs/libXdmcp-1.0.2 
x11-libs/libXmu-1.0.3 x11-libs/libICE-1.0.3 x11-libs/libSM-1.0.2 
x11-libs/libXt-1.0.5 x11-libs/libXfont-1.2.7
  x11-proto/fontsproto required by x11-libs/libXfont-1.2.7
  =dev-lang/python-2.5 required by sys-apps/portage-2.1.4_rc11
  =x11-proto/xproto-7.0.6 required by x11-libs/libX11-1.1.1
  =sys-fs/cryptsetup-1.0.5 required by sys-apps/hal-0.5.7.1-r5

  Have you forgotten to run `emerge --update --newuse --deep world` prior to
  depclean?  It may be necessary to manually uninstall packages that no longer
  exist in the portage tree since it may not be possible to satisfy their
  dependencies.  Also, be aware of the --with-bdeps option that is documented
  in `man emerge`.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: removing X

2007-12-24 Thread Neil Bothwick
On Mon, 24 Dec 2007 11:56:57 -0600, [EMAIL PROTECTED] wrote:

 I don't want to follow the advice offered there an run the newuse
 world yet... I want to finish cleaning house first.
 
   Dependencies could not be completely resolved due to  
   the following required packages not being installed 
 
   x11-proto/kbproto required by x11-libs/libX11-1.1.1
 x11-libs/libXt-1.0.5 x11-proto/xextproto required by
 x11-libs/libXext-1.0.3
...

You may have a long night ahead of you. Unless this is a slow machine, it
is probably quicker to emerge -u world first, especially if most the
packages you have removed as as small as the ones you listed. 


-- 
Neil Bothwick

I'm not crying victim, but I am stating that a lot of spammers
are genuine scumbags. -Sanford Wallace


signature.asc
Description: PGP signature


[gentoo-user] Re: removing X

2007-12-24 Thread reader
Neil Bothwick [EMAIL PROTECTED] writes:

 On Mon, 24 Dec 2007 11:56:57 -0600, [EMAIL PROTECTED] wrote:

 I don't want to follow the advice offered there an run the newuse
 world yet... I want to finish cleaning house first.
 
   Dependencies could not be completely resolved due to  
   the following required packages not being installed 
 
   x11-proto/kbproto required by x11-libs/libX11-1.1.1
 x11-libs/libXt-1.0.5 x11-proto/xextproto required by
 x11-libs/libXext-1.0.3
 ...

 You may have a long night ahead of you. Unless this is a slow machine, it
 is probably quicker to emerge -u world first, especially if most the
 packages you have removed as as small as the ones you listed. 

Thanks... this wasn't a huge installation.  I'm not sure how many
installed packages were there... but I was able to get it done in
about 1 hr.

emerge was able to gulp long cmdlines constructed like:

   eix -I installed
Then a series of this type command:
  emerge -vC `awk '/x11-drivers/{print $2}'`

Rebuilding the `installed' file occasionally.

I'm not sure what kind of a mess I've created yet ..  I just started

 emerge -vuDe world

Today about 1/2 hr ago

But at least the `world' file was pared way down; no monster kde
compiles to wait out.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: removing X

2007-12-24 Thread Grant Edwards
On 2007-12-24, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 I'm attempting to remove X from a former desktop machine now
 going to see action as a semi-DMZ.

That sounds like a lot of work.  My guess is that it would be a
faster and easier to wipe the disk and install from scratch.

-- 
Grant


-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: removing X

2007-12-24 Thread reader
Grant Edwards [EMAIL PROTECTED] writes:

 On 2007-12-24, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 I'm attempting to remove X from a former desktop machine now
 going to see action as a semi-DMZ.

 That sounds like a lot of work.  My guess is that it would be a
 faster and easier to wipe the disk and install from scratch.

I would have done that without hesitation had it not been for the fact
that this installation is a vm guest on winXP and I had a heck of a
time getting it to work with gentoo.

But as it turned out it wasn't all that hard.  Mainly because it was
kind of a basic installation even though it had X and KDE desktop.

The fact that emerge can swallow giant size lists of stuff to
uninstall was a big bonus.  I didn't go over 86 on cmdline and just
settled for doing it multiple times, but I think it would have
swallowed more if I had.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: removing X

2007-12-24 Thread forgottenwizard
On 18:20 Mon 24 Dec , [EMAIL PROTECTED] wrote:
 Grant Edwards [EMAIL PROTECTED] writes:
 
  On 2007-12-24, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  I'm attempting to remove X from a former desktop machine now
  going to see action as a semi-DMZ.
 
  That sounds like a lot of work.  My guess is that it would be a
  faster and easier to wipe the disk and install from scratch.
 
 I would have done that without hesitation had it not been for the fact
 that this installation is a vm guest on winXP and I had a heck of a
 time getting it to work with gentoo.
 
 But as it turned out it wasn't all that hard.  Mainly because it was
 kind of a basic installation even though it had X and KDE desktop.
 
 The fact that emerge can swallow giant size lists of stuff to
 uninstall was a big bonus.  I didn't go over 86 on cmdline and just
 settled for doing it multiple times, but I think it would have
 swallowed more if I had.
 
 -- 
 [EMAIL PROTECTED] mailing list
 
 

Something to remember for the future:

You can delete entries in the world file

Personally, I find that faster than going through and finding what is
already installed, and doing the uninstall the long way. emerge --tree
should help some, as well, but for a basic install (30 packages in
world), deleting the entries should be the fastest way, followed by an
emerge --depclean.

-- 
[EMAIL PROTECTED] mailing list