Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] What is with emerge after update world ? "Andrzej Styczeń" <styczen_andrzej@××.pl>