Gentoo Archives: gentoo-dev

From: "Luis F. Araujo" <araujo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] gcc-3.4 migration guide
Date: Sun, 04 Dec 2005 01:43:26
Message-Id: 43924891.5050604@gentoo.org
In Reply to: Re: [gentoo-dev] gcc-3.4 migration guide by Matthias Langer
1 Matthias Langer wrote:
2
3 >On Sat, 2005-12-03 at 14:04 -0700, Joshua Baergen wrote:
4 >
5 >
6 >>Matthias Langer wrote:
7 >>
8 >>
9 >>>2.) emerge -e world on a system with lot of packages will most likley
10 >>>fail somewhere during the process for various reasons. Fixig the problem
11 >>>(for example by unmerging the package which causes it) and restarting
12 >>>the process is not an option, as this may cost you lot's of time. In my
13 >>>case, emerge -e world stopped 3 times. To continiue without starting it
14 >>>all again, i did
15 >>>
16 >>># emerge --resume -p > package.list
17 >>>
18 >>>and then edited this file with vi so that
19 >>>
20 >>># emerge --oneshot --nodeps `cat package.list`
21 >>>
22 >>>
23 >>>
24 >>>
25 >>You'd probably be interested in 'emerge --resume --skipfirst'.
26 >>
27 >>
28 >
29 >:-) well, this is just the kind of information i had expected to find in
30 >the migration guide.
31 >
32 >By the way, please don't get me wrong, i highly appreciate the hard work
33 >you are all doing - gentoo really is a great project and my remarks here
34 >in this list have the sole purpose to make it eaven better.
35 >
36 >
37 I don't know if somebody recently updated it, but this is on the guide.
38
39 --
40 gentoo-dev@g.o mailing list

Replies

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