Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70800 - crash on RESTRICT="fetch"
Summary: crash on RESTRICT="fetch"
Status: RESOLVED DUPLICATE of bug 68861
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 67620
  Show dependency tree
 
Reported: 2004-11-11 08:00 UTC by Christian Parpart (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 Christian Parpart (RETIRED) gentoo-dev 2004-11-11 08:00:26 UTC
battousai ~ # emerge -pv realplayer

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

Calculating dependencies ...done!
mydigest= /home/trapni/projects/gentoo/gentoo-x86/media-video/realplayer/files/digest-realplayer-10.0.1 myfiles= ['RealPlayer-10.0.1-source.tar.bz'] mypkg= media-video/realplayer-10.0.1
mysums= None
Traceback (most recent call last):
  File "/usr/bin/emerge", line 2970, in ?
    mydepgraph.display(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1445, in display
    if portage.portdb.fetch_check(x[2], portage.settings):
  File "/usr/lib/portage/pym/portage.py", line 5239, in fetch_check
    if x not in mysums:
TypeError: iterable argument required

===

the digest file does not exist yet; the source isn't downloaded
and won't be automatically downloaded (since RESTRICT=fetch is 
assumed) and though the digest can't be generated automatically, 
too.

However, this is obviousely a problem for portage :(
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2004-11-15 17:08:22 UTC
Is this the same as bug #68861 ?
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2005-01-10 19:28:02 UTC

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