Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58779 - emerge -uDp dies
Summary: emerge -uDp dies
Status: RESOLVED DUPLICATE of bug 58771
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 06:39 UTC by Joseph Pingenot
Modified: 2005-07-17 13:06 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 Joseph Pingenot 2004-07-29 06:39:08 UTC
When running emerge -uDp, I get (since last night):
# emerge -uDp world

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

Calculating world dependencies |Traceback (most recent call last):
  File "/usr/bin/emerge", line 2517, in ?
    if not mydepgraph.xcreate(myaction):
  File "/usr/bin/emerge", line 1135, in xcreate
    if not self.create(myk):
  File "/usr/bin/emerge", line 825, in create
    if not self.select_dep("/",mydep["/"],myparent=mp,myuse=myuse):
  File "/usr/bin/emerge", line 936, in select_dep
    mycheck=portage.dep_check(depstring,self.mydbapi[myroot],self.pkgsettings,my use=myuse)
  File "/usr/lib/portage/pym/portage.py", line 3290, in dep_check
    mysplit=dep_virtual(mysplit)
  File "/usr/lib/portage/pym/portage.py", line 2950, in dep_virtual
    for x in mysplit:
TypeError: iteration over non-sequence
#

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Joseph Pingenot 2004-07-29 06:41:15 UTC
I should add that this is ~x86, so it's not an immediate threat to all users.
Comment 2 Tom Knight (RETIRED) gentoo-dev 2004-07-29 06:46:15 UTC

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