Re: [gentoo-user] Use Flags and Updating

2014-06-06 Thread Alan McKinnon
On 06/06/2014 12:44, Rich Freeman wrote: > On Thu, May 22, 2014 at 3:54 AM, Marc Joliet wrote: >> I think nowadays one would prefer --keep-going, which automatically resumes >> on >> failure (and recomputes the dependency tree!), and prints a list of failed >> packages when it's finished. However

Re: [gentoo-user] Use Flags and Updating

2014-06-06 Thread Rich Freeman
On Thu, May 22, 2014 at 3:54 AM, Marc Joliet wrote: > I think nowadays one would prefer --keep-going, which automatically resumes on > failure (and recomputes the dependency tree!), and prints a list of failed > packages when it's finished. However its output is more verbose than just "ok" > and "

Re: [gentoo-user] Use Flags and Updating

2014-05-23 Thread Rich Freeman
On Thu, May 22, 2014 at 3:54 AM, Marc Joliet wrote: > I think nowadays one would prefer --keep-going, which automatically resumes on > failure (and recomputes the dependency tree!), and prints a list of failed > packages when it's finished. However its output is more verbose than just "ok" > and "

Re: [gentoo-user] Use Flags and Updating

2014-05-22 Thread J. Roeleveld
On Wednesday, May 21, 2014 11:11:02 PM Rich Freeman wrote: > On Wed, May 21, 2014 at 10:10 PM, wrote: > > I run a script that syncs portage, updates @world, depcleans, > > revdep-rebuild and finally runs dispatch-conf -- about once weekly. Keeps > > my system in fine trim. :) > > This one is a g

Re: [gentoo-user] Use Flags and Updating

2014-05-22 Thread Neil Bothwick
On Wed, 21 May 2014 23:11:02 -0400, Rich Freeman wrote: > This one is a gem - I forget where I saw it (likely planet, but maybe > it was on a list). Stick it in your crontab. I will warn you that > sometimes it chokes on its own output and obviously it can't build > binpkgs for anything more tha

Re: [gentoo-user] Use Flags and Updating

2014-05-22 Thread Marc Joliet
Am Wed, 21 May 2014 23:11:02 -0400 schrieb Rich Freeman : > On Wed, May 21, 2014 at 10:10 PM, wrote: > > I run a script that syncs portage, updates @world, depcleans, revdep-rebuild > > and finally runs dispatch-conf -- about once weekly. Keeps my system in fine > > trim. :) > > This one is a g

Re: [gentoo-user] Use Flags and Updating

2014-05-21 Thread Rich Freeman
On Wed, May 21, 2014 at 10:10 PM, wrote: > I run a script that syncs portage, updates @world, depcleans, revdep-rebuild > and finally runs dispatch-conf -- about once weekly. Keeps my system in fine > trim. :) This one is a gem - I forget where I saw it (likely planet, but maybe it was on a list

Re: [gentoo-user] Use Flags and Updating

2014-05-21 Thread ny6p01
/2014 02:40 PM, Hunter Jozwiak wrote: > >>> > >>> > >>> > >>> > >>> > >>> *From:*Alexander Kapshuk [mailto:alexander.kaps...@gmail.com] > >>> *Sent:* Tuesday, May 20, 2014 7:44 AM > >>> *To:* gentoo-user@lists.gentoo.

Re: [gentoo-user] Use Flags and Updating

2014-05-21 Thread Francesco Turco
> What would you recommend? Thanks. I always use emerge -uDNav @world --with-bdeps=y --keep-going=y, as I want to update *all* packages on my system. What's the point in keeping on the system some packages that are deliberately not updated?

Re: [gentoo-user] Use Flags and Updating

2014-05-21 Thread Alexander Kapshuk
On 05/20/2014 11:56 PM, yac wrote: > On Tue, 20 May 2014 14:49:17 +0300 > Alexander Kapshuk wrote: > >> Here's what I usually run when updating the world. >> Long version: emerge --ask --update --deep --with-bdeps=y --newuse >> @world With '--with-bdeps=y' set in the file shown below: >> grep bdep

Re: [gentoo-user] Use Flags and Updating

2014-05-21 Thread Alexander Kapshuk
*Alexander Kapshuk [mailto:alexander.kaps...@gmail.com] >>> *Sent:* Tuesday, May 20, 2014 7:44 AM >>> *To:* gentoo-user@lists.gentoo.org >>> *Subject:* Re: [gentoo-user] Use Flags and Updating >>> >>> >>> >>> On 05/20/2014 02

Re: [gentoo-user] Use Flags and Updating

2014-05-20 Thread yac
On Tue, 20 May 2014 14:49:17 +0300 Alexander Kapshuk wrote: > Here's what I usually run when updating the world. > Long version: emerge --ask --update --deep --with-bdeps=y --newuse > @world With '--with-bdeps=y' set in the file shown below: > grep bdeps /etc/portage/make.conf > EMERGE_DEFAULT_OP

Re: [gentoo-user] Use Flags and Updating

2014-05-20 Thread Matti Nykyri
On May 20, 2014, at 14:49, Alexander Kapshuk wrote: > On 05/20/2014 02:40 PM, Hunter Jozwiak wrote: >> >> >> From: Alexander Kapshuk [mailto:alexander.kaps...@gmail.com] >> Sent: Tuesday, May 20, 2014 7:44 AM >> To: gentoo-user@lists.gentoo.org >> S

Re: [gentoo-user] Use Flags and Updating

2014-05-20 Thread Stephan Müller
Am 20.05.2014 13:37, schrieb Hunter Jozwiak: > Hi all. How do I get Portage to update all software to use my new USE > flags? I made some modifications to the variable, and I want to make > sure that all packages can use the flags. > Hi, you can use the --newuse option of emerge, like this: #

Re: [gentoo-user] Use Flags and Updating

2014-05-20 Thread Alexander Kapshuk
On 05/20/2014 02:40 PM, Hunter Jozwiak wrote: > > > > > > *From:*Alexander Kapshuk [mailto:alexander.kaps...@gmail.com] > *Sent:* Tuesday, May 20, 2014 7:44 AM > *To:* gentoo-user@lists.gentoo.org > *Subject:* Re: [gentoo-user] Use Flags and Updating > > &

RE: [gentoo-user] Use Flags and Updating

2014-05-20 Thread Hunter Jozwiak
From: Alexander Kapshuk [mailto:alexander.kaps...@gmail.com] Sent: Tuesday, May 20, 2014 7:44 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Use Flags and Updating On 05/20/2014 02:37 PM, Hunter Jozwiak wrote: Hi all. How do I get Portage to update all software to use

Re: [gentoo-user] Use Flags and Updating

2014-05-20 Thread Alexander Kapshuk
On 05/20/2014 02:37 PM, Hunter Jozwiak wrote: > > Hi all. How do I get Portage to update all software to use my new USE > flags? I made some modifications to the variable, and I want to make > sure that all packages can use the flags. > emerge(1) -N -- --newuse

[gentoo-user] Use Flags and Updating

2014-05-20 Thread Hunter Jozwiak
Hi all. How do I get Portage to update all software to use my new USE flags? I made some modifications to the variable, and I want to make sure that all packages can use the flags.