Re: [gentoo-user] depclean sane?

2005-06-09 Thread Aaron Walker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Grant wrote:
 How are these for depcleaning?
 
 sys-libs/lib-compat
 media-libs/libao
 sys-fs/device-mapper
 sys-fs/cryptsetup
 app-shells/sash
 app-text/gtkspell
 media-libs/t1lib
 app-arch/ncompress

Mark has already given great advice, so no need to comment there.

app-shells/sash has been recently removed from the base profile in favor of
busybox, so you're safe to remove that one.

- --
It just doesn't seem right to go over the river and through the woods
to Grandmother's condo.

Aaron Walker [EMAIL PROTECTED]
[ BSD | cron | forensics | shell-tools | commonbox | netmon | vim | web-apps ]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCp/EeC3poscuANHARAn4EAJ9j0hjQwby9PjDfx9qj1RZRMBqDewCg5GBD
uC0kI2bzu10yc7UDT/4B/Rg=
=DcAZ
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] depclean sane?

2005-06-08 Thread Grant
How are these for depcleaning?

sys-libs/lib-compat
media-libs/libao
sys-fs/device-mapper
sys-fs/cryptsetup
app-shells/sash
app-text/gtkspell
media-libs/t1lib
app-arch/ncompress

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] depclean sane?

2005-06-08 Thread Mark Knecht
On 6/8/05, Grant [EMAIL PROTECTED] wrote:
 How are these for depcleaning?
 
 sys-libs/lib-compat
 media-libs/libao
 sys-fs/device-mapper
 sys-fs/cryptsetup
 app-shells/sash
 app-text/gtkspell
 media-libs/t1lib
 app-arch/ncompress
 
 - Grant

Of these only t1lib appeared in my world file. You could go through
the basic process like this:

1) emerge --update --deep --newuse world

until everythign is clean and up to date.

2) emerge -C gtkspell

3) revdep-rebuild -p

and look at what it's saying. Don't worry about failures on
openoffice-bin or other binary downloads.

Basically go around the loop removing one or two and seeing how it
goes. If revdep-rebuild sees a problem then you'll re-emerge what you
need and be clean.

Good luck,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] depclean sane?

2005-06-08 Thread Richard Fish
Grant wrote:

How are these for depcleaning?

sys-libs/lib-compat
media-libs/libao
sys-fs/device-mapper
sys-fs/cryptsetup
app-shells/sash
app-text/gtkspell
media-libs/t1lib
app-arch/ncompress
  


The only two that worry me are device-mapper and cryptsetup.  If you are
using LVM2 or dm-crypt, you need those, and should add them to world.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] depclean sane?

2005-06-08 Thread Grant
  How are these for depcleaning?
 
  sys-libs/lib-compat
  media-libs/libao
  sys-fs/device-mapper
  sys-fs/cryptsetup
  app-shells/sash
  app-text/gtkspell
  media-libs/t1lib
  app-arch/ncompress
 
  - Grant
 
 Of these only t1lib appeared in my world file. You could go through
 the basic process like this:
 
 1) emerge --update --deep --newuse world
 
 until everythign is clean and up to date.
 
 2) emerge -C gtkspell
 
 3) revdep-rebuild -p
 
 and look at what it's saying. Don't worry about failures on
 openoffice-bin or other binary downloads.
 
 Basically go around the loop removing one or two and seeing how it
 goes. If revdep-rebuild sees a problem then you'll re-emerge what you
 need and be clean.
 
 Good luck,
 Mark

It looks like gnutls needs to be re-emerged.  Thanks!

- Grant

-- 
gentoo-user@gentoo.org mailing list