Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838 - emerge --onlydeps crash
Summary: emerge --onlydeps crash
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-24 17:01 UTC by Spider
Modified: 2003-02-04 19:42 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 Spider 2002-02-24 17:01:28 UTC
Darkmere sylpheed # emerge --debug --onlydeps sylpheed 
Calculating dependencies....Traceback (most recent call last):
  File "/usr/sbin/emerge", line 825, in ?
    mydepgraph.create(mytype+" "+portage.root+" "+mykey,None,"--onlydeps" not in
myopts)
  File "/usr/sbin/emerge", line 214, in create
    self.digraph.addnode(mynew,mybigkey)
  File "/usr/lib/python2.0/site-packages/portage.py", line 191, in addnode
    self.dict[myparent][0]=self.dict[myparent][0]+1
KeyError: ebuild / net-mail/sylpheed-0.7.2


Also, emerge lacks a --version flag. Could be a good thing to keep track of.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-15 00:57:54 UTC
--version added to CVS.  Will check on other part of the bug.