Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64001 - The line numbers shown by "Skipping invalid spec line" start from 0.
Summary: The line numbers shown by "Skipping invalid spec line" start from 0.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All All
: Lowest trivial (vote)
Assignee: John Davis (zhen) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-14 08:08 UTC by Lluís Batlle i Rossell
Modified: 2004-09-15 22:54 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 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