Gentoo Archives: gentoo-user

From: Alec Ten Harmsel <alec@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: [OT] How to be a penguin.
Date: Sat, 28 May 2016 18:22:16
Message-Id: 20160528182202.GA758@apio
In Reply to: Re: [gentoo-user] Re: [OT] How to be a penguin. by Gregory Woodbury
1 On Sat, May 28, 2016 at 02:05:11PM -0400, Gregory Woodbury wrote:
2 > Has Alan ever posted his "jackhammer" script for some experts to look at?
3
4 Yes. You can probably find it on gmane. It basically consists of running
5 emerge with --keep-going and --ignore-failures multiple times, running
6 some depcleans, running revdep-rebuild a few times, and probably doing
7 all of this a few times.
8
9 > I get by really well with a small script that reads the eix outputs, finds
10 > the "[U]"
11 > tagged packages, and then runs "emerge -u1" on that list.
12
13 That sounds cool. `emerge -uDN --with-bdeps=y @world' should do
14 approximately the same thing, though.
15
16 Alec