Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: gentoo
Date: Tue, 16 Sep 2014 15:02:55
Message-Id: 20140916150243.GD26321@syscon7
In Reply to: [gentoo-user] Re: gentoo by James
1 On 09/16/14 14:18, James wrote:
2 >Joseph <syscon780 <at> gmail.com> writes:
3 >
4 >>
5 >> After recent emerge I get few blockers, that I don't know what to do
6 >> with it My box has not been updated for 3-months :-/
7 >
8 >Joseph,
9 >
10 >The problems with perl updates are not new. It was discussed on this
11 >list quite a bit the last few months. If your update cycle is more than
12 >a few weeks, you are going to miss the relevant discussions on gentoo-user
13 >that solve most of your issues; so maybe update your system weekly_ish?
14 >(and browse gentoo-user).
15 >
16 >> emerge: there are no ebuilds to satisfy "dev-lang/python:3.1".
17 >
18 >" eselect python list "
19 >
20 >will show your current active version of python. Most all (stable) systems
21 >have a version 2 (2.7) and version 3 (3.3) installed. I'm not
22 >sure why your system did not upgrade 3.1 to 3.3, during the course
23 >of routine upgrades. Also run:
24 >
25 >"python-updater"
26 >
27 >after compiling new or removing old version of
28 >python. python is system *critical* so be cautious when performing
29 >install/removal admin tasks on python.
30 >
31 >
32 >
33 >hth,
34 >James
35
36 Good suggestion.
37 Running:
38 # eselect python list
39 # eselect python set (put number for python:3.3)
40 # emerge -C dev-lang/python:3.1
41 # python updater
42
43 solved all the problems.
44 I was at python:3.3 but for some reason or another (mostly my fault) I did not unmerged python:3.1
45
46 When it comes to upgrading be-weekly maybe but from my experience, when I was doing it more often, occasionally, I ended up with a broken system that was caused by new
47 packages.
48 I have 4-boxes at home and two boxes at a remote location. So the boxes at home get upgraded first, I wait a week, just to make sure every program works and
49 then I upgrade one box on a remote location, wait one week again and upgrade the second box (the backup) in the remote location.
50 So doing it even every second week would be too often for this routine.
51 The boxes are "rsync" to one local box.
52
53 --
54 Joseph

Replies

Subject Author
Re: [gentoo-user] Re: gentoo "J. Roeleveld" <joost@××××××××.org>