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

Bug 3129

Summary: portage.vartree.load() leads to double entries in vartreelist
Product: Portage Development Reporter: Andreas Koehler <KoehlerAndreas>
Component: UnclassifiedAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://mitglied.lycos.de/andimachts/patch
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Koehler 2002-05-28 19:14:23 UTC
found in portage 1.9.13 small bug that probably does not effect emerge.
at line 2385 portage.py the continue tries to break out of two nested for loops.

thats why i suggest a break/else clause (see patch)

btw very small change, perhaps has been solved already.