Summary: | emerge error on tomcat-5.0.27-r4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mark <Mark> |
Component: | [OLD] Server | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | java |
Priority: | High | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Mark
2004-09-15 22:05:44 UTC
Problem with the logic statement ... if objld == None: print "mydirs["+str(pos)+"]",mydirs[pos] print "obj",obj print "objld",objld if len(objld)>0: ... That's a bit wrong... either should be an elif, or a pos+=1; continue Bug has been fixed and released in stable portages on or before 2.0.51-r2 |