Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26197 - '--fetchonly --pretend' breaks with an error message
Summary: '--fetchonly --pretend' breaks with an error message
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 26821 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-08 05:19 UTC by Torgeir Hansen
Modified: 2011-10-30 22:18 UTC (History)
1 user (show)

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 Torgeir Hansen 2003-08-08 05:19:26 UTC
I can't emerge anything! Gentoo is broken!
;p

Actually, when I do a emerge -fup it breaks with python telling me that
/usr/lib/python2.2/site-packages/portage.py is broken :]


Reproducible: Always
Steps to Reproduce:
1. emerge -fup world
Actual Results:  
Calculating world dependencies ...done!

ftp://ftp.uninett.no/pub/linux/Gentoo/distfiles/enigmail-0.76.3.tar.gz 
http://gentoo.oregonstate.edu/distfiles/enigmail-0.76.3.tar.gz 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/enigmail-0.76.3.tar.gz
 http://downloads.mozdev.org/enigmail/src/enigmail-0.76.3.tar.gz  
ftp://ftp.uninett.no/pub/linux/Gentoo/distfiles/ipc-1.0.3.tar.gz 
http://gentoo.oregonstate.edu/distfiles/ipc-1.0.3.tar.gz 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ipc-1.0.3.tar.gz
 http://enigmail.mozdev.org/dload/src/ipc-1.0.3.tar.gz  
ftp://ftp.uninett.no/pub/linux/Gentoo/distfiles/mozilla-source-1.4.tar.bz2 
http://gentoo.oregonstate.edu/distfiles/mozilla-source-1.4.tar.bz2 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mozilla-source-1.4.tar.bz2
 ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.4/src/mozilla-source-1.4.tar.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



Expected Results:  
emerge telling me what it'd like to do (i.e. download X/Y, etc)


Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2003-08-09 22:25:08 UTC
This bug was fixed by portage-2.0.49_pre.
Comment 2 SpanKY gentoo-dev 2003-08-17 16:51:48 UTC
*** Bug 26821 has been marked as a duplicate of this bug. ***