Re: [gentoo-user] updating ALL packages

2014-07-25 Thread gottlieb
On Fri, Jul 25 2014, Alan McKinnon wrote: > On 23/07/2014 15:24, gottl...@nyu.edu wrote: >> My normal updating procedure is >> >> EMERGE_DEFAULT_OPTS="--ask --deep --tree --verbose --jobs --load-average=5" >> emerge --update --changed-use --keep-going @world >> >> I had mistakenly thought this

Re: [gentoo-user] updating ALL packages

2014-07-25 Thread gottlieb
On Fri, Jul 25 2014, Alan McKinnon wrote: > On 25/07/2014 03:51, gottl...@nyu.edu wrote: >> On Thu, Jul 24 2014, Neil Bothwick wrote: >> >>> On Wed, 23 Jul 2014 09:24:44 -0400, gottl...@nyu.edu wrote: >>> I had mistakenly thought this would update all packages not at the latest version

Re: [gentoo-user] updating ALL packages

2014-07-24 Thread Alan McKinnon
On 25/07/2014 03:51, gottl...@nyu.edu wrote: > On Thu, Jul 24 2014, Neil Bothwick wrote: > >> On Wed, 23 Jul 2014 09:24:44 -0400, gottl...@nyu.edu wrote: >> >>> I had mistakenly thought this would update all packages not at the >>> latest version (subject to package.accept_keywords, package.mask,

Re: [gentoo-user] updating ALL packages

2014-07-24 Thread Alan McKinnon
On 23/07/2014 15:24, gottl...@nyu.edu wrote: > My normal updating procedure is > > EMERGE_DEFAULT_OPTS="--ask --deep --tree --verbose --jobs --load-average=5" > emerge --update --changed-use --keep-going @world > > I had mistakenly thought this would update all packages not at the > latest versi

Re: [gentoo-user] updating ALL packages

2014-07-24 Thread gottlieb
On Thu, Jul 24 2014, Neil Bothwick wrote: > On Wed, 23 Jul 2014 09:24:44 -0400, gottl...@nyu.edu wrote: > >> I had mistakenly thought this would update all packages not at the >> latest version (subject to package.accept_keywords, package.mask, ...). > > It only updates runtime dependencies, you n

Re: [gentoo-user] updating ALL packages

2014-07-24 Thread Neil Bothwick
On Wed, 23 Jul 2014 09:24:44 -0400, gottl...@nyu.edu wrote: > I had mistakenly thought this would update all packages not at the > latest version (subject to package.accept_keywords, package.mask, ...). It only updates runtime dependencies, you need --with-bdeps=y to update all dependencies. Howe

[gentoo-user] updating ALL packages

2014-07-24 Thread gottlieb
My normal updating procedure is EMERGE_DEFAULT_OPTS="--ask --deep --tree --verbose --jobs --load-average=5" emerge --update --changed-use --keep-going @world I had mistakenly thought this would update all packages not at the latest version (subject to package.accept_keywords, package.mask, ...).