[gentoo-user] emerge ---p --depclean - check me...

2014-04-10 Thread Tanstaafl

Hi all,

I rarely do this (I know, I should do it periodically at least), so I'd 
like someone to check these...


 These are the packages that would be unmerged:

 dev-python/python-exec
selected: 1.1 1.2
   protected: none
 omitted: none

 perl-core/ExtUtils-Command
selected: 1.170.0
   protected: none
 omitted: none

 perl-core/JSON-PP
selected: 2.272.0
   protected: none
 omitted: none

 perl-core/MIME-Base64
selected: 3.130.0
   protected: none
 omitted: none

 perl-core/Perl-OSType
selected: 1.2.0
   protected: none
 omitted: none

 perl-core/Test-Simple
selected: 0.980.0
   protected: none
 omitted: none

 perl-core/Time-HiRes
selected: 1.972.500
   protected: none
 omitted: none

 perl-core/digest-base
selected: 1.170.0
   protected: none
 omitted: none

 sys-apps/pciutils
selected: 3.2.0
   protected: none
 omitted: none

 sys-devel/automake
selected: 1.12.6
   protected: none
 omitted: 1.11.6 1.13.4

 sys-devel/libperl
selected: 5.10.1
   protected: none
 omitted: none

 sys-libs/gpm
selected: 1.20.6
   protected: none
 omitted: none

 virtual/init
selected: 0
   protected: none
 omitted: none

Any obvious problems here?

Thanks,

Charles



Re: [gentoo-user] emerge ---p --depclean - check me...

2014-04-10 Thread Nilesh Govindrajan
On Apr 10, 2014 4:48 PM, Tanstaafl tansta...@libertytrek.org wrote:

 Hi all,

 I rarely do this (I know, I should do it periodically at least), so I'd
like someone to check these...

  These are the packages that would be unmerged:

  dev-python/python-exec
 selected: 1.1 1.2
protected: none
  omitted: none

  perl-core/ExtUtils-Command
 selected: 1.170.0
protected: none
  omitted: none

  perl-core/JSON-PP
 selected: 2.272.0
protected: none
  omitted: none

  perl-core/MIME-Base64
 selected: 3.130.0
protected: none
  omitted: none

  perl-core/Perl-OSType
 selected: 1.2.0
protected: none
  omitted: none

  perl-core/Test-Simple
 selected: 0.980.0
protected: none
  omitted: none

  perl-core/Time-HiRes
 selected: 1.972.500
protected: none
  omitted: none

  perl-core/digest-base
 selected: 1.170.0
protected: none
  omitted: none

  sys-apps/pciutils
 selected: 3.2.0
protected: none
  omitted: none

  sys-devel/automake
 selected: 1.12.6
protected: none
  omitted: 1.11.6 1.13.4

  sys-devel/libperl
 selected: 5.10.1
protected: none
  omitted: none

  sys-libs/gpm
 selected: 1.20.6
protected: none
  omitted: none

  virtual/init
 selected: 0
protected: none
  omitted: none

 Any obvious problems here?

 Thanks,

 Charles


seems alright except virtual/init


Re: [gentoo-user] emerge ---p --depclean - check me...

2014-04-10 Thread Alan McKinnon
On 10/04/2014 13:16, Tanstaafl wrote:
 Hi all,
 
 I rarely do this (I know, I should do it periodically at least), so I'd
 like someone to check these...
 
 These are the packages that would be unmerged:
 
  dev-python/python-exec
 selected: 1.1 1.2
protected: none
  omitted: none
 
  perl-core/ExtUtils-Command
 selected: 1.170.0
protected: none
  omitted: none
 
  perl-core/JSON-PP
 selected: 2.272.0
protected: none
  omitted: none
 
  perl-core/MIME-Base64
 selected: 3.130.0
protected: none
  omitted: none
 
  perl-core/Perl-OSType
 selected: 1.2.0
protected: none
  omitted: none
 
  perl-core/Test-Simple
 selected: 0.980.0
protected: none
  omitted: none
 
  perl-core/Time-HiRes
 selected: 1.972.500
protected: none
  omitted: none
 
  perl-core/digest-base
 selected: 1.170.0
protected: none
  omitted: none
 
  sys-apps/pciutils
 selected: 3.2.0
protected: none
  omitted: none
 
  sys-devel/automake
 selected: 1.12.6
protected: none
  omitted: 1.11.6 1.13.4
 
  sys-devel/libperl
 selected: 5.10.1
protected: none
  omitted: none
 
  sys-libs/gpm
 selected: 1.20.6
protected: none
  omitted: none
 
  virtual/init
 selected: 0
protected: none
  omitted: none
 
 Any obvious problems here?
 
 Thanks,
 
 Charles
 
 
 


Nope, no problems there.

A lot of ebuild shuffling has been going on with perl of late - modules
moving in and out of core with virtuals coming and going.

Let depclean do what it wants, then emerge -avuND world again just in
case of the highly unlikely event something got nuked that shouldn't have.

Everything else in that list is routine except maybe pciutils and gpm.
Add them to world manually if you use those apps

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] emerge ---p --depclean - check me...

2014-04-10 Thread Tom Wijsman
On Thu, 10 Apr 2014 16:51:39 +0530
Nilesh Govindrajan m...@nileshgr.com wrote:

 seems alright except virtual/init

That is a virtual that is no longer used, it is thus safe to remove.

-- 
With kind regards,

Tom Wijsman (TomWij)
Gentoo Developer

E-mail address  : tom...@gentoo.org
GPG Public Key  : 6D34E57D
GPG Fingerprint : C165 AF18 AB4C 400B C3D2  ABF0 95B2 1FCD 6D34 E57D



Re: [gentoo-user] emerge ---p --depclean - check me...

2014-04-10 Thread Tanstaafl

On 4/10/2014 7:21 AM, Alan McKinnon alan.mckin...@gmail.com wrote:

Everything else in that list is routine except maybe pciutils and gpm.
Add them to world manually if you use those apps


Thanks Alan/Tom...

Hmmm... what is pciutils used for? From a little googling, it seems like 
it is a tool that I would manually have to use, not something required 
by the system itself for anything that happens automatically (ie, at 
boot time)?


If so, I've never used it that I can recall, so I guess I can let 
depclean remove it?


As for gpm... this is the 'general purpose mouse server'? If so, guess I 
don't need this either, since this is a VM without a gui?


Thanks again,

charles



Re: [gentoo-user] emerge ---p --depclean - check me...

2014-04-10 Thread Mike Gilbert
On Thu, Apr 10, 2014 at 9:26 AM, Tanstaafl tansta...@libertytrek.org wrote:
 Hmmm... what is pciutils used for? From a little googling, it seems like it
 is a tool that I would manually have to use, not something required by the
 system itself for anything that happens automatically (ie, at boot time)?


It provides the lspci utility, which is handy when you are trying to
figure out what drivers to enable in your kernel.

 If so, I've never used it that I can recall, so I guess I can let depclean
 remove it?


Yes.

 As for gpm... this is the 'general purpose mouse server'? If so, guess I
 don't need this either, since this is a VM without a gui?


gpm allows you to use a mouse to copy/paste from the Linux text
console. You need to start the daemon for that to work.

It's not needed.



Re: [gentoo-user] emerge ---p --depclean - check me...

2014-04-10 Thread Alan McKinnon
On 10/04/2014 15:26, Tanstaafl wrote:
 On 4/10/2014 7:21 AM, Alan McKinnon alan.mckin...@gmail.com wrote:
 Everything else in that list is routine except maybe pciutils and gpm.
 Add them to world manually if you use those apps
 
 Thanks Alan/Tom...
 
 Hmmm... what is pciutils used for? From a little googling, it seems like
 it is a tool that I would manually have to use, not something required
 by the system itself for anything that happens automatically (ie, at
 boot time)?

pciutils provides lspci, I'm sure you've used that one lots :-)

I'm assuming it was in the @system set since forever and has now been
taken out - it's hugely useful but not 100% required to get a working
Gentoo install so therefore doesn't really belong in @system

I myself have a personal @tools set that I've used since forever and
pciutils is in it so I always have lspci on every gentoo box. Hence why
I have to assume what took place recently in the tree

 
 If so, I've never used it that I can recall, so I guess I can let
 depclean remove it?
 
 As for gpm... this is the 'general purpose mouse server'? If so, guess I
 don't need this either, since this is a VM without a gui?

gpm lets you use your mouse in the console just like you use it in X.
The pointer isn't an arrow, it's a flashing block cursor but you can
highlight, copy and paste text just like in X. Useful if you've gotten
to like it, completely redundant if you never used it and get along fine
without it



 
 Thanks again,
 
 charles
 
 
 


-- 
Alan McKinnon
alan.mckin...@gmail.com