Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136686 - portage-2.0.54 IndexError in portage.py, unable to update
Summary: portage-2.0.54 IndexError in portage.py, unable to update
Status: RESOLVED DUPLICATE of bug 136209
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-13 10:38 UTC by Ryan Grange
Modified: 2006-06-13 10:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Grange 2006-06-13 10:38:02 UTC
I can't emerge sync, emerge portage, or even emerge --info.  Attempted fix at http://www.gentoo.org/proj/en/portage/doc/manually-fixing-portage.xml with no change.  All things emerge result in the following.

server123 ~ # emerge portage
Traceback (most recent call last):
  File "/usr/bin/emerge", line 10, in ?
    import portage
  File "/usr/lib/portage/pym/portage.py", line 7187, in ?
    settings=config(config_profile_path=PROFILE_PATH,config_incrementals=portage_const.INCREMENTALS)
  File "/usr/lib/portage/pym/portage.py", line 946, in __init__
    mypath = os.path.normpath(mypath+"///"+grabfile(mypath+"/parent")[0])
IndexError: list index out of range

Python 2.4.2 is installed version if that matters.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-13 10:43:11 UTC

*** This bug has been marked as a duplicate of 136209 ***