Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47145 - emerge -auvD world error: TypeError: iteration over non-sequence after esync (emerge sync)
Summary: emerge -auvD world error: TypeError: iteration over non-sequence after esync ...
Status: RESOLVED DUPLICATE of bug 47136
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-07 14:35 UTC by Boris Fersing (RETIRED)
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 Boris Fersing (RETIRED) gentoo-dev 2004-04-07 14:35:54 UTC
After esync, emerge -auvD world shows me this error :

Reproducible: Always
Steps to Reproduce:
1.emerge sync or esync (esearch package)
2.emerge -auvD world (-puvD ; -uvD ; -uD ,crash too !!)
3.

Actual Results:  
root@electron boris # emerge -auvD 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,myuse=myuse)
  File "/usr/lib/portage/pym/portage.py", line 3292, in dep_check
    mysplit=dep_virtual(mysplit)
  File "/usr/lib/portage/pym/portage.py", line 2952, in dep_virtual
    for x in mysplit:
TypeError: iteration over non-sequence



emerge -puvD ; -uvD ; -uD ,crash too !! but emerge -auv works !
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-04-07 14:37:07 UTC

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