Gentoo Archives: gentoo-user

From: "Andrzej Styczeń" <styczen_andrzej@××.pl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] What is with emerge after update world ?
Date: Sat, 26 Mar 2011 16:09:02
Message-Id: 201103261703.41273.styczen_andrzej@o2.pl
1 Hello,
2
3 I try gentoo once again a few days ago and everything go OK until I install
4 KDE. Then I see that I got the following symptom that something is wrong
5
6 # eselect read 1
7 ! ! ! Error: Can't load module read
8 exiting
9
10 Then I install LibreOffice and OK, but eselect as above still not work properly.
11
12 Then I sync tree portage and do:
13
14 # emerge -a --update --deep --newuse world && \
15 emerge --deepclean && \
16 revdep-rebuild
17
18 After this I saw, that many things was broken with LibreOffice and additionaly
19 also Python was updated to 2.7 version, and now If I do:
20
21 # emerge --sync
22 I obtain nothing. If I do
23
24 # emerge
25 I obtain nothing. If I do
26
27 # emerge sdfkhsdfhsdk
28 I obtain nothing (I wrote some random text above). If I do
29
30 # emerga -av python
31 I obtain nothing. If I do
32
33 # python-updater
34 * Python 2 and Python 3 not installed
35
36 If I do
37 # whereis python
38 python: /usr/bin/python /usr/bin/python3.1 /usr/bin/python2.7
39 /usr/lib/python2.6 /usr/lib/python3.1 /usr/lib/python2.7 /usr/lib64/python2.6
40 /usr/lib64/python3.1 /usr/lib64/python2.7 /usr/include/python2.6
41 /usr/include/python3.1 /usr/include/python2.7 /usr/share/man/man1/python.1.bz2
42
43 If I do, I see
44 # ls -l /usr/bin/python*
45 lrwxrwxrwx 1 root root 14 Mar 22 14:34 /usr/bin/python -> python-wrapper
46 -rwxr-xr-x 1 root root 217 Mar 22 14:34 /usr/bin/python-config
47 -rwxr-xr-x 1 root root 1400 Mar 25 10:54 /usr/bin/python-config-2.7
48 -rwxr-xr-x 1 root root 1177 Mar 22 14:25 /usr/bin/python-config-3.1
49 -rwxr-xr-x 1 root root 10328 Feb 24 08:45 /usr/bin/python-wrapper
50 lrwxrwxrwx 1 root root 9 Mar 22 14:34 /usr/bin/python2 -> python2.6
51 -rwxr-xr-x 1 root root 6104 Mar 25 10:55 /usr/bin/python2.7
52 lrwxrwxrwx 1 root root 9 Mar 22 14:26 /usr/bin/python3 -> python3.1
53 -rwxr-xr-x 1 root root 10272 Mar 22 14:26 /usr/bin/python3.1
54
55 # uname -a
56 Linux laptop 2.6.36-gentoo-r5 #3 SMP PREEMPT Tue Mar 22 10:43:42 UTC 2011
57 x86_64 AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-82 AuthenticAMD GNU/Linux
58
59
60 A, I see also that my Xorg work on one processor at 100%, the second is 0 % -
61 why ?
62
63 This was simple update whole system as described in handbook. Why this update
64 go very wrong ? I do something wrong or the error is with management system in
65 Gentoo ?
66
67 What to do now? Why the key utility 'emerge' not working properly ? How it
68 happen? Without 'emerge' I can not do nothing. I'm sorry if this is stupid
69 questions, but I'm newbie in Gentoo, I try It after long pause (the first one
70 was unsuccessful). But I want to learn. Can you help me? Or I should start
71 fresh install ?
72
73 Thank you,
74 Andrzej

Replies

Subject Author
Re: [gentoo-user] What is with emerge after update world ? Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] What is with emerge after update world ? Todd Goodman <tsg@×××××××××.net>