After upgrade python to 2.7 version, I ran python-updater -v. Since then, equo/emerge doesn´t work. This is the output I´ve got:
- Code: Select all
#emerge
Traceback (most recent call last):
File "/usr/bin/emerge", line 37, in <module>
from _emerge.main import emerge_main
File "/usr/lib/portage/pym/_emerge/main.py", line 9, in <module>
import subprocess
File "/usr/lib/python2.7/subprocess.py", line 429, in <module>
import select
ImportError: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/python2.7/lib-dynload/select.so)
#equo
Traceback (most recent call last):
File "/usr/bin/equo", line 35, in <module>
from entropy.output import red, darkred, darkgreen, TextInterface, \
File "/usr/lib/entropy/lib/entropy/output.py", line 18, in <module>
import subprocess
File "/usr/lib/python2.7/subprocess.py", line 429, in <module>
import select
ImportError: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/python2.7/lib-dynload/select.so)
Python 2.7 is the only package I can eselect, seems like python-updater deleted all the previous versions.
- Code: Select all
eselect python list
Available Python interpreters:
[1] python2.7 *
The available GLIBC installed on the system is 2.14.1
- Code: Select all
/lib/libc.so.6 --version
GNU C Library stable release version 2.14.1, by Roland McGrath et al.
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.6.2.
Compiled on a Linux 3.1.0 system on 2012-05-18.
Available extensions:
C stubs add-on version 2.1.2
crypt add-on version 2.1 by Michael Glad and others
Gentoo patchset 9
GNU Libidn by Simon Josefsson
Native POSIX Threads Library by Ulrich Drepper et al
Support for some architectures added on, not maintained in glibc core.
BIND-8.2.3-T5B
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
I have been searching in Google for a solution, but couldn´t find anything related.
Is there a way to solve this issue without reinstalling the system? Thanks in advance.
Regards,



