[gentoo-user] --depclean won't work anymore.

2008-11-22 Thread Dale
Hi, I did my weekly sync tonight and ran emerge -uvDN world afterwards. It updated portage and a few other programs. I then wanted to check to see if anything was no longer needed by using --depclean -p. Well, I got this back: > [EMAIL PROTECTED] / # emerge -p --depclean > > * Always study th

Re: [gentoo-user] --depclean won't work anymore.

2008-11-22 Thread Chris Thomas
I had the same thing happen tonight. I just emerged: perl-Module-Build perl-ExtUtils-CBuilder perl-Archive-Tar virtual/perl-ExtUtils-ParseXS virtual/perl-IO-Zlib and then emerge --depclean worked. -Chris On Sat, Nov 22, 2008 at 10:39 PM, Dale <[EMAIL PROTECTED]> wrote: > Hi, > > I did my weekl

Re: [gentoo-user] --depclean won't work anymore.

2008-11-22 Thread Dale
Chris Thomas wrote: > I had the same thing happen tonight. I just emerged: > > perl-Module-Build > perl-ExtUtils-CBuilder > perl-Archive-Tar > virtual/perl-ExtUtils-ParseXS > virtual/perl-IO-Zlib > > and then emerge --depclean worked. > > -Chris > > After hitting the send button, I thought abou

Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Alan McKinnon
On Sunday 23 November 2008 06:23:41 Dale wrote: > I guess we need to add that option to make sure we are REALLY up to > date.  Isn't there a way to tell a command to add options without typing > it in each time?  Not just portage but any command.  It may work well > for this.  Than again, that may

Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Dale
Alan McKinnon wrote: > On Sunday 23 November 2008 06:23:41 Dale wrote: > >> I guess we need to add that option to make sure we are REALLY up to >> date. Isn't there a way to tell a command to add options without typing >> it in each time? Not just portage but any command. It may work well >>

Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Daniel Pielmeier
Dale schrieb am 23.11.2008 10:06: > Alan McKinnon wrote: >> On Sunday 23 November 2008 06:23:41 Dale wrote: >> >>> I guess we need to add that option to make sure we are REALLY up to >>> date. Isn't there a way to tell a command to add options without typing >>> it in each time? Not just porta

Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Dale
Daniel Pielmeier wrote: > Dale schrieb am 23.11.2008 10:06: > >> Alan McKinnon wrote: >> >>> On Sunday 23 November 2008 06:23:41 Dale wrote: >>> >>> I guess we need to add that option to make sure we are REALLY up to date. Isn't there a way to tell a command to add opti

Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Daniel Pielmeier
Dale schrieb am 23.11.2008 11:31: > Daniel Pielmeier wrote: >> >> I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS in >> make.conf. >> >> grep EMERGE_DEFAULT_OPTS /etc/make.conf >> EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner" >> >> From man.make.conf: >> >> EMERGE_DEFAULT_O

Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Dale
Daniel Pielmeier wrote: > Dale schrieb am 23.11.2008 11:31: > >> > > I think I got the information about --with-bdeps from here [1], so this > is all the information I have. > Also I am still on stable portage, while I guess you are not (as > /etc/make.conf.example is still in place), so I don't

Re: [gentoo-user] --depclean won't work anymore.

2008-11-26 Thread Neil Bothwick
On Sun, 23 Nov 2008 04:31:18 -0600, Dale wrote: > > I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS > > in make.conf. > > > > grep EMERGE_DEFAULT_OPTS /etc/make.conf > > EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner" > I have the same old make.conf I had from my original i

Re: [gentoo-user] --depclean won't work anymore.

2008-11-26 Thread Dale
Neil Bothwick wrote: > On Sun, 23 Nov 2008 04:31:18 -0600, Dale wrote: > > >>> I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS >>> in make.conf. >>> >>> grep EMERGE_DEFAULT_OPTS /etc/make.conf >>> EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner" >>> > > >> I have

Re: [gentoo-user] --depclean won't work anymore.

2008-11-26 Thread Jorge Peixoto de Morais Neto
EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner" I don't see the reason tough. Mine is just $ fgrep DEFAULT /etc/make.conf EMERGE_DEFAULT_OPTS=--nospinner The portage's default around bdeps is fine with me. It makes sense. And please think before changing the defaults. Do not change it just be

Re: [gentoo-user] --depclean won't work anymore.

2008-11-26 Thread Dale
Jorge Peixoto de Morais Neto wrote: > EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner" > > I don't see the reason tough. Mine is just > $ fgrep DEFAULT /etc/make.conf > EMERGE_DEFAULT_OPTS=--nospinner > The portage's default around bdeps is fine with me. It makes sense. > And ple

Re: [gentoo-user] --depclean won't work anymore.

2008-11-26 Thread Jorge Peixoto de Morais Neto
On Thu, Nov 27, 2008 at 1:53 AM, Dale <[EMAIL PROTECTED]> wrote: > Jorge Peixoto de Morais Neto wrote: >> EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner" >> >> I don't see the reason tough. Mine is just >> $ fgrep DEFAULT /etc/make.conf >> EMERGE_DEFAULT_OPTS=--nospinner >> The portage's d