Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Update After A Year
Date: Thu, 10 Jan 2008 11:05:45
Message-Id: 200801101257.57487.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] Update After A Year by Tamas Sarga
1 On Thursday 10 January 2008, Tamas Sarga wrote:
2 > Hi,
3 >
4 > I moved from my flat a year ago, and now I' went back. At my
5 > temporary place I wasn't be able to reach the internet, so I didn't
6 > update the system. Now I'd like to update it. Should I do anything
7 > special in addition to an emerge -e system; emerge -e world? Are
8 > there anything I should attend to?
9
10 Generally you can just emerge -uND world and we done with it. But life
11 isn't always so simple. I can think of a few updates in the last while
12 that were problematic, but I think they were all more than a year ago:
13
14 Xorg 6.x -> 7.x - there's wiki pages for that at gentoo-wiki.com
15 gcc-3.3.x -> 3.4.x - check gentoo.org/docs for the full info
16 glibc-2.3 -> 2.4 - there was something about that too, I forget...
17 The update to python-2.5 had a specific procedure (?)
18 And there was a portage update as well with a change in on-disk format.
19 This one caught me, as an upgrade path was maintained for several
20 versions, then dropped. My upgrade fell in that window. But that was
21 way back in the early 2.0 versions, I think you will be safe.
22
23 Oddly, kde-3.5.7 to 3.5.8 recently was a pain for me. I hadn't updated
24 in two months and the first emerge world failed about 8 times, all on
25 kde stuff. It felt as if the DEPENDS were evaluated in the wrong order
26 as emerge --resume --skipfirst allowed it to continue. Then I would
27 emerge world again with less failures, and do it again. IIRC it took 4
28 runs thorough, but once it was done everything did seem to work
29 correctly.
30
31 With long intervals between updates like you have here, I prefer to make
32 a quickpkg of vital system stuff (gcc, glibc, python, portage, bash) as
33 a safety measure, then run emerge -pvuND system and update those vital
34 packages manually - the reason is to force me to look at the portage
35 output and not miss important messages. Then emerge the rest of system
36 followed by the rest of world. It's the long way round but it gives me
37 the warm fuzzy safety net feeling.
38
39
40 --
41 Alan McKinnon
42 alan dot mckinnon at gmail dot com
43 --
44 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Update After A Year Neil Bothwick <neil@××××××××××.uk>