Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge stopped working
Date: Mon, 02 May 2011 16:56:53
Message-Id: BANLkTim___EODKgzzY8a7jUBW=ZX3dPHnQ@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge stopped working by Davide Carnovale
1 On Mon, May 2, 2011 at 9:05 AM, Davide Carnovale <
2 francesco.davide.carnovale@×××××.com> wrote:
3
4 >
5 > 2011/5/2 Helmut Jarausch <jarausch@××××××××××××××××.de>
6 >
7 >> On 05/02/2011 05:38:03 PM, Davide Carnovale wrote:
8 >> > Hi all!
9 >> > i was going through a world update today and during --depclean emerge
10 >> > throw
11 >> > an error complaining about possible corrupted binaries or hw failure.
12 >> > since then it has stopped working, no matter what i try to emerge,
13 >> > the
14 >> > command simply return to the shell without any kind of error or any
15 >> > other
16 >> > output at all.
17 >> > i fired and usb stick with the gentoo 11 live dvd and i copied over
18 >> > both
19 >> > bash and emerge binaries to my machine, in case they were corrupted
20 >> > (bash
21 >> > was given as the most likely) but nothing changed.
22 >> > now i simply have no clue on what's wrong and how can i fix it, apart
23 >> > from a
24 >> > full reinstall, which i'd like to avoid.
25 >> >
26 >> > can anyone point me somewhere to solve this problem?
27 >> >
28 >>
29 >> emerge needs Python. Have you tried to invoke Python, just by
30 >>
31 >> python
32 >> import portage
33 >> quit()
34 >>
35 >> Helmut.
36 >>
37 >> @alan, no error are printed, where and what should i look for in the logs?
38 >
39 > @helmut python just returns to the console, without error or effect of any
40 > sort, does it means python has get unmerged and that's why emerge doesn't
41 > work anymore?
42 >
43 >
44 I have the same problem. I just did a --depclean, and find that 'vim'
45 cannot run:
46
47 treat log # vim
48 vim: error while loading shared libraries: libpython2.6.so.1.0: cannot open
49 shared object file: No such file or directory
50 treat log #
51
52 So I have to fall back on pico, which I only barely know how to use.
53
54 I have quite a collection of binary packages (everything emerged in the last
55 few years), but even untarring them fails (just wedges with no message, and
56 even strace(1) is not helping me find this.)
57
58 I can unpack on a different machine, but will that even help?
59
60 BTW, it's not that I don't have python, it's just that version 2.6.6 got
61 unloaded somehow:
62 [I] dev-lang/python
63 Available versions:
64 (2.4) 2.4.6{tbz2}
65 (2.5) 2.5.4-r4{tbz2}
66 (2.6) 2.6.5-r3{tbz2} 2.6.6-r1{tbz2} 2.6.6-r2{tbz2}
67 (2.7) 2.7.1-r1{tbz2}
68 (3.1) 3.1.2-r4{tbz2} 3.1.3-r1{tbz2}
69 (3.2) [M]~3.2
70 {-berkdb bootstrap build +cxx doc elibc_uclibc examples gdbm ipv6
71 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml}
72 Installed versions: <reformatted for clarity>
73 2.4.6(2.4){tbz2}(11:05:11 PM 02/19/2011)(cxx gdbm ipv6 ncurses
74 readline ssl threads tk wide-unicode xml -berkdb -bootstrap -build -doc
75 -elibc_uclibc -examples -wininst)
76 2.5.4-r4(2.5){tbz2}(11:16:07 PM 02/19/2011)(gdbm ipv6 ncurses
77 readline ssl threads tk wide-unicode xml -berkdb -build -doc -elibc_uclibc
78 -examples -sqlite -wininst)
79 2.7.1-r1(2.7){tbz2}(06:11:36 PM 04/21/2011)(gdbm ipv6 ncurses
80 readline ssl threads tk wide-unicode xml -berkdb -build -doc -elibc_uclibc
81 -examples -sqlite -wininst)
82 3.1.3-r1(3.1){tbz2}(02:31:33 PM 02/26/2011)(gdbm ipv6 ncurses
83 readline ssl threads tk wide-unicode xml -build -doc -elibc_uclibc -examples
84 -sqlite -wininst)
85 Homepage: http://www.python.org/
86
87 I'm right now trying to see if "eselect python set 3" will let emerge, vim
88 and tar run again. 3 is version 2.7.
89
90 --
91 Kevin O'Gorman, PhD

Replies

Subject Author
Re: [gentoo-user] emerge stopped working Kevin O'Gorman <kogorman@×××××.com>