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

Bug 64001

Summary: The line numbers shown by "Skipping invalid spec line" start from 0.
Product: Gentoo Hosted Projects Reporter: Lluís Batlle i Rossell <viric>
Component: CatalystAssignee: John Davis (zhen) (RETIRED) <zhen>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lluís Batlle i Rossell 2004-09-14 08:08:40 UTC
In a text file, lines start at 1, and not at 0 (like in Python).

When catalyst says something like:
"Skipping invalid spec line 7"
it's really referring to line 8 of the text file.

That's a trivial change.
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2004-09-15 22:54:07 UTC
bug #59681 took care of this