Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -e and --resume
Date: Fri, 05 Jan 2018 21:17:42
Message-Id: aba4b7da-232d-5910-71a7-be30ba681f2c@gmail.com
In Reply to: Re: [gentoo-user] emerge -e and --resume by Neil Bothwick
1 On 01/05/18 13:15, Neil Bothwick wrote:
2 > On Fri, 05 Jan 2018 13:00:20 -0500, allan gottlieb wrote:
3 >
4 >> I am finally moving my production machine the the 17.0 profile.
5 >> Currently running is
6 >>
7 >> emerge -e --keep-going @world
8 >>
9 >> So far there is one failure (libcryptui, the fix is easy).
10 >>
11 >> Am I correct that when the above emerge completes, I should run
12 >> simply
13 >>
14 >> emerge --resume
15 >
16 > If the emerge has completed, there is nothing to resume. Just make a note
17 > of the packages that failed to build ans emerge --oneshot them, with any
18 > necessary fixes.
19 >
20 >
21
22 You may also want to check for dependencies (as in: `equery depends
23 <package>` and rebuild the dependencies of the failed package as well.
24
25 Dan

Replies

Subject Author
Re: [gentoo-user] emerge -e and --resume allan gottlieb <gottlieb@×××.edu>