Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13210 - Portage 2.0.46-r4 (default-1.0, gcc-2.95.3, glibc-2.2.5-r7): list index out of range
Summary: Portage 2.0.46-r4 (default-1.0, gcc-2.95.3, glibc-2.2.5-r7): list index out o...
Status: RESOLVED DUPLICATE of bug 12630
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-03 23:07 UTC by delta407
Modified: 2011-10-30 22:20 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 delta407 2003-01-03 23:07:59 UTC
# emerge -u world -p

These are the packages that I would merge, in order:

Calculating world dependencies /Traceback (most recent call last):
  File "/usr/bin/emerge", line 1523, in ?
    if not mydepgraph.xcreate(myaction):
  File "/usr/bin/emerge", line 698, in xcreate
    if not self.create(myk):
  File "/usr/bin/emerge", line 506, in create
    if not self.select_dep("/",mydep["/"],myparent=mp):
  File "/usr/bin/emerge", line 573, in select_dep
    mycheck=portage.dep_check(depstring,self.mydbapi[myroot])
  File "/usr/lib/python2.2/site-packages/portage.py", line 2223, in dep_check
    mylist=flatten(dep_listcleanup(dep_zapdeps(mysplit,mysplit2)))
  File "/usr/lib/python2.2/site-packages/portage.py", line 1979, in dep_zapdeps
    myresult=dep_zapdeps(unreduced[x],reduced[x])
  File "/usr/lib/python2.2/site-packages/portage.py", line 1963, in dep_zapdeps
    if unreduced[0]=="||":
IndexError: list index out of range

--

portage-2.0.46-r5 also does this. How can I help diagnosis?
Comment 1 SpanKY gentoo-dev 2003-01-04 02:28:48 UTC

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