Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails?
Date: Mon, 18 Dec 2017 23:05:21
Message-Id: CAC=wYCG4THZH7tHjnO8v1dZS2+d9Fh4JjS=Ywt1wCcXG8w=R=w@mail.gmail.com
In Reply to: Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails? by Dale
1 >
2 > I have to confess, I set most of this as defaults in make.conf. The
3 > most often commands I use, eix-sync and emerge -uaDN world. Everything
4 > else is in make.conf. Listy for those who may be curious.
5 >
6 > EMERGE_DEFAULT_OPTS="--with-bdeps y --backtrack=100 --keep-going -v -j5
7 > --quiet-build=n -1 --unordered-display"
8 >
9 > FEATURES="-usersync userpriv usersandbox buildpkg sandbox parallel-fetch"
10 >
11 > Each of those were added as I noticed I needed them more often than
12 > not. The backtrack option started out at 50 but sometimes that wasn't
13 > enough so I increased it to 100. That has worked well so far. The
14 > --oneshot, (-1), option was to keep unneeded things from being added to
15 > my world file. Each option has some reason for being there.
16 >
17 >
18 Won't the -1 mean that --depclean will remove packages that you want?

Replies

Subject Author
Re: [gentoo-user] How to resume 'emerge -e @world' after grub fails? Dale <rdalek1967@×××××.com>