Bug#460357: git-buildpackage: FTBFS: IndexError: list index out of range

2008-01-12 Thread Lucas Nussbaum
Package: git-buildpackage
version: 0.4.13
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080111 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:

 > GuidoGuentherDone.
 > echo '' >  docs/version.ent
 > docbook-2-html -s local docs/manual.sgml
 > openjade:W: feature "online" not supported
 > openjade:W: feature "query" only partially supported
 > echo 'gbp_version="0.4.13"' > gbp/gbp_version.py
 > ln -s git-buildpackage git-buildpackage.py
 > PYTHONPATH=. pychecker -e Error -q git-buildpackage
 > Processing git-buildpackage...
 > Traceback (most recent call last):
 >   File "/var/lib/python-support/python2.4/pychecker/checker.py", line 775, 
 > in ?
 > sys.exit(main(sys.argv))
 >   File "/var/lib/python-support/python2.4/pychecker/checker.py", line 761, 
 > in main
 > warnings = warn.find(getAllModules(), _cfg, suppressions)
 >   File "/var/lib/python-support/python2.4/pychecker/warn.py", line 724, in 
 > find
 > cfg())
 >   File "/var/lib/python-support/python2.4/pychecker/warn.py", line 422, in 
 > removeWarnings
 > if cfg.level and warnings[index].level < cfg.level:
 > IndexError: list index out of range
 > make: *** [git-buildpackage.py] Error 1
 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/01/11

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#460357: git-buildpackage: FTBFS: IndexError: list index out of range

2008-01-12 Thread Guido Guenther
Hi,
On Sat, Jan 12, 2008 at 10:49:57AM +0100, Lucas Nussbaum wrote:
>  > PYTHONPATH=. pychecker -e Error -q git-buildpackage
>  > Processing git-buildpackage...
>  > Traceback (most recent call last):
>  >   File "/var/lib/python-support/python2.4/pychecker/checker.py", line 775, 
> in ?
>  > sys.exit(main(sys.argv))
>  >   File "/var/lib/python-support/python2.4/pychecker/checker.py", line 761, 
> in main
>  > warnings = warn.find(getAllModules(), _cfg, suppressions)
>  >   File "/var/lib/python-support/python2.4/pychecker/warn.py", line 724, in 
> find
>  > cfg())
>  >   File "/var/lib/python-support/python2.4/pychecker/warn.py", line 422, in 
> removeWarnings
>  > if cfg.level and warnings[index].level < cfg.level:
>  > IndexError: list index out of range
>  > make: *** [git-buildpackage.py] Error 1
>  > dpkg-buildpackage: failure: debian/rules build gave error exit status 2
Pychecker has problems here - reassigning. pychecker is called like:

pychecker -e Error -q git-buildpackage.py

Cheers,
 -- Guido




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#460357: git-buildpackage: FTBFS: IndexError: list index out of range

2008-01-12 Thread Kenneth Pronovici
Hi,

I'll take a look at this, but it's unlikely I'll find a solution very
soon.  Upstream doesn't have a lot of time right now, and I'm not an
expert in the codebase (though sometimes I do get lucky).

I think that it's probably best for you to fix your FTBFS by removing
pychecker from debian/rules temporarily.  You can put it back when the
bug is fixed.

Maybe we should clone 406347? You can fix your FTBFS by removing
pychecker from debian/rules, and I'll keep this bug against pychecker
open until we can figure out the problem.  That way, the severity for
the pychecker bug can be set to normal (which is more appropriate
since AFAIK you're the only affected user), and users won't have any
problem building your package in the meantime.

Let me know what you think.

KEN

-- 
Kenneth J. Pronovici <[EMAIL PROTECTED]>
http://www.cedar-solutions.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#460357: git-buildpackage: FTBFS: IndexError: list index out of range

2008-01-14 Thread Kenneth Pronovici
On Jan 14, 2008 10:36 AM, Guido Guenther <[EMAIL PROTECTED]> wrote:
> Hi,
> On Sat, Jan 12, 2008 at 10:34:44AM -0600, Kenneth Pronovici wrote:
> > I'll take a look at this, but it's unlikely I'll find a solution very
> > soon.  Upstream doesn't have a lot of time right now, and I'm not an
> > expert in the codebase (though sometimes I do get lucky).
> The problem only shows with the python2.4 2.4.4-7, 2.4.4-6 is fine.

Ok.  That's a hint, at least.

You'll see a control request to clone the bug.  I reassigned the
original back to git-buildpackage, and kept the copy assigned to
pychecker.

KEN

-- 
Kenneth J. Pronovici <[EMAIL PROTECTED]>
http://www.cedar-solutions.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#460357: git-buildpackage: FTBFS: IndexError: list index out of range

2008-01-14 Thread Guido Guenther
Hi,
On Sat, Jan 12, 2008 at 10:34:44AM -0600, Kenneth Pronovici wrote:
> I'll take a look at this, but it's unlikely I'll find a solution very
> soon.  Upstream doesn't have a lot of time right now, and I'm not an
> expert in the codebase (though sometimes I do get lucky).
The problem only shows with the python2.4 2.4.4-7, 2.4.4-6 is fine.
Cheers,
 -- Guido



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]