Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 25233

Summary: emerge -p --fetchonly breaks
Product: Portage Development Reporter: Artem Baguinski <artm>
Component: UnclassifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Artem Baguinski 2003-07-25 00:08:41 UTC
i used to issue this combination of flags to find a list of files i need to
download on a machine with faster internet connection. it still works but
reports an error, e.g.:

emerge vanilla-prepatch-sources --fetchonly -p
Calculating dependencies ...done!

http://gentoo.oregonstate.edu/distfiles/linux-2.4.21.tar.bz2 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/linux-2.4.21.tar.bz2
 http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.21.tar.bz2  
http://gentoo.oregonstate.edu/distfiles/patch-2.4.22-pre7.bz2 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/patch-2.4.22-pre7.bz2
 http://www.kernel.org/pub/linux/kernel/v2.4/testing/patch-2.4.22-pre7.bz2 
Traceback (most recent call last):
  File "/usr/bin/emerge", line 1951, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1176, in merge
    retval=portage.doebuild(y,"fetch",myroot,edebug,("--pretend" in
myopts),fetchonly=1)
  File "/usr/lib/python2.2/site-packages/portage.py", line 1734, in doebuild
    if not digestcheck(checkme, ("strict" in features)):
  File "/usr/lib/python2.2/site-packages/portage.py", line 1484, in digestcheck
    return digestCheckFiles(myfiles, mydigests, basedir, "src_uri")
  File "/usr/lib/python2.2/site-packages/portage.py", line 1402, in digestCheckFiles
    if strict:
NameError: global name 'strict' is not defined


my portage version is 2.0.48-r5
Comment 1 SpanKY gentoo-dev 2003-07-25 00:19:48 UTC

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