Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3129 - portage.vartree.load() leads to double entries in vartreelist
Summary: portage.vartree.load() leads to double entries in vartreelist
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Daniel Robbins (RETIRED)
URL: http://mitglied.lycos.de/andimachts/p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 19:14 UTC by Andreas Koehler
Modified: 2011-10-30 22:21 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 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.