[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: unable to comprehend linda errors



Nigel Jones wrote:

On 01/07/05, Nico Golde <nico@ngolde.de> wrote:
Hallo kamaraju,

* kamaraju kusumanchi <raju.mailinglists@gmail.com> [2005-07-01 07:51]:
  I am trying to build my first package for Debian. It is called
fortranposix. The upstream source for this library is located at

http://sourceforge.net/projects/fortranposix

After building the packages I was checking the packages with linda and
lintian and I received the following errors. I could not figure out what
they mean and wondering if any of you can help me figure out the problem.


$lintian fortranposix_0.1-1.dsc fortranposix_0.1-1_i386.changes
libfortranposix0_0.1-1_i386.deb libfortranposix0-dev_0.1-1_i386.deb
you only have to run lintian with the changes file. in the
changes file are all other files that need a check listed.

[...]
$linda fortranposix_0.1-1_i386.changes
Traceback (most recent call last):
 File "/usr/bin/linda", line 41, in ?
   import linda.bootstrap
 File "/usr/lib/site-python/linda/bootstrap.py", line 23, in ?
   ch = ChangesParser(x)
 File "/usr/lib/site-python/linda/parser/rfc822parser.py", line 11, in
__init__
   self.parse()
 File "/usr/lib/site-python/linda/parser/changes.py", line 9, in parse
   self.split()
 File "/usr/lib/site-python/linda/parser/rfc822parser.py", line 66, in
split
   tmp_rhs = cur_line[1]
IndexError: list index out of range


Thanks in advance for any suggestions/pointers
If it is the latest linda package, file a bug report against
linda.
first, try "linda -i foo_1.1-1_all.changes"
$linda --version
Linda, version 0.3.15

It is the latest version of linda available in Sid.

$linda -i fortranposix_0.1-1_i386.changes
Traceback (most recent call last):
 File "/usr/bin/linda", line 41, in ?
   import linda.bootstrap
 File "/usr/lib/site-python/linda/bootstrap.py", line 23, in ?
   ch = ChangesParser(x)
File "/usr/lib/site-python/linda/parser/rfc822parser.py", line 11, in __init__
   self.parse()
 File "/usr/lib/site-python/linda/parser/changes.py", line 9, in parse
   self.split()
File "/usr/lib/site-python/linda/parser/rfc822parser.py", line 66, in split
   tmp_rhs = cur_line[1]
IndexError: list index out of range


--
Kamaraju S Kusumanchi
Graduate Student, MAE
Cornell University
http://www.people.cornell.edu/pages/kk288/



Reply to: