Gentoo Archives: gentoo-user

From: Todd Goodman <tsg@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What is with emerge after update world ?
Date: Sat, 26 Mar 2011 20:32:43
Message-Id: 20110326200211.GE3109@ns1.bonedaddy.net
In Reply to: [gentoo-user] What is with emerge after update world ? by "Andrzej Styczeń"
1 * Andrzej Stycze? <styczen_andrzej@××.pl> [110326 11:42]:
2 > Hello,
3
4 Hello Andrzej,
5
6 >
7 > I try gentoo once again a few days ago and everything go OK until I install
8 > KDE. Then I see that I got the following symptom that something is wrong
9 >
10 > # eselect read 1
11 > ! ! ! Error: Can't load module read
12 > exiting
13
14 I think you might mean "eselect news read 1"
15
16 >
17 > Then I install LibreOffice and OK, but eselect as above still not work properly.
18 >
19 > Then I sync tree portage and do:
20 >
21 > # emerge -a --update --deep --newuse world && \
22 > emerge --deepclean && \
23 > revdep-rebuild
24 >
25 > After this I saw, that many things was broken with LibreOffice and additionaly
26 > also Python was updated to 2.7 version, and now If I do:
27
28 Try "eselect python list" and if there's no '*' try "eselect python 1"
29 (if python 2.7 is number 1)
30
31
32 Then try using emerge again.
33
34 Todd