| Summary: | portage2.0.48-r5: emerge -upf <package> fails | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | jago25_98 <jago25_98> |
| Component: | Unclassified | Assignee: | Nicholas Jones (RETIRED) <carpaski> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | ||
| Priority: | Highest | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| URL: | http://termisoc.org/~j/files/gentoo-sneakernet.txt | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
emerge -upf anypackage fails with the below traceback. emerge -upf world and system also fail. I'm on 56k and use -upf to upgrade (see url), so for me and anyone with a slow connection or no direct connection at all the severity is critical. Anyone upgrading / installing via `Sneakernet` is cut off. However because I suspect most using Gentoo have broadband I have marked it as `major`. I need to check this against the lastest portage but I can't because it's now broken for me. Will update if I manage to update manually. --- 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 ---