Gentoo Archives: gentoo-dev

From: Joshua Baergen <joshuabaergen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] gcc-3.4 migration guide
Date: Sat, 03 Dec 2005 21:08:12
Message-Id: 43920879.1010601@gentoo.org
In Reply to: [gentoo-dev] gcc-3.4 migration guide by Matthias Langer
1 Matthias Langer wrote:
2 > 2.) emerge -e world on a system with lot of packages will most likley
3 > fail somewhere during the process for various reasons. Fixig the problem
4 > (for example by unmerging the package which causes it) and restarting
5 > the process is not an option, as this may cost you lot's of time. In my
6 > case, emerge -e world stopped 3 times. To continiue without starting it
7 > all again, i did
8 >
9 > # emerge --resume -p > package.list
10 >
11 > and then edited this file with vi so that
12 >
13 > # emerge --oneshot --nodeps `cat package.list`
14 >
15 >
16 You'd probably be interested in 'emerge --resume --skipfirst'.
17
18 --
19 Joshua Baergen
20 --
21 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] gcc-3.4 migration guide Matthias Langer <mlangc@×××.at>