Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25281 - Portage is crashing whenever using -upD
Summary: Portage is crashing whenever using -upD
Status: RESOLVED DUPLICATE of bug 25246
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 15:08 UTC by Stephen
Modified: 2011-10-30 22:21 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 Stephen 2003-07-25 15:08:59 UTC
Portage crashes when doing anything simlair to this:
emerge -upD world
emerge -upD portage
etc.

Reproducible: Always
Steps to Reproduce:
1.emerge -upD world
2.
3.
Actual Results:  
traceback (always the same):

emerge -upD mozilla
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
Traceback (most recent call last):
  File "/usr/bin/emerge", line 1978, in ?
    mydepgraph.display(mydepgraph.altlist())
  File "/usr/bin/emerge", line 943, in display
    if ("fetch" in string.split(portage.portdb.aux_get(x[2],["RESTRICT"])[0])):
  File "/usr/lib/python2.2/site-packages/portage.py", line 3423, in aux_get
    myebuild,in_overlay=self.findname2(mycpv)
  File "/usr/lib/python2.2/site-packages/portage.py", line 3392, in findname2
    for myloc in suffix_array(self.overlays,
"/"+mysplit[0]+"/"+psplit[0]+"/"+mysplit[1]+".ebuild"):
TypeError: unsubscriptable object

Expected Results:  
worked
Comment 1 Mike Williams 2003-07-25 15:25:40 UTC
Had this problem a few hours ago too.
Re-synced a minute ago, and emerge world -Dup wanted to downgrade portage (before it broke).
Re-emerged portage, the problem disappeared, and a new minor one appeared.

Some perl modules were blocking the due perl upgrade, and were themselves due for an upgrade. I just unmerged the blocking modules and let portage get on with the world update.
Comment 2 Ian Leitch (RETIRED) gentoo-dev 2003-07-25 15:27:16 UTC
No problems here with portage-2.0.48-r7. What version do you have?
Comment 3 SpanKY gentoo-dev 2003-07-25 15:33:05 UTC
update to -r7 

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