|
|
emerge --info后的报错信息:
Traceback (most recent call last):
File "/usr/bin/emerge", line 12, in ?
import portage
File "/usr/lib/portage/pym/portage.py", line 7235, in ?
init_legacy_globals()
File "/usr/lib/portage/pym/portage.py", line 7182, in init_legacy_globals
settings = config(
File "/usr/lib/portage/pym/portage.py", line 1040, in __init__
raise portage_exception.ParseError(
portage_exception.ParseError: "Expected 1 parent and got 2: '/usr/portage/profiles/default/linux/x86/2008.0/server/parent'"
emerge其它软件也是上面的报错信息
python没有问题:
Python 2.4.3 (#1, Jun 30 2006, 17:28:56)
[GCC 4.1.1 (Gentoo 4.1.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> |
|