Comment 11 for bug 389289

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

SRU Verification:

The original issue seems to be fixed but I'm unable to confirm it due to another problem with the package. bzutils-get now fails with the error:
$ ./bzutils-get https://bugs.freedesktop.org 28576

Usage: bzutils-get <url> <bugnumber>

<url>: The base url of the bugzilla server.
<query>: Number/ID of the bug

Traceback (most recent call last):
  File "./bzutils-get", line 37, in <module>
    print bz.get(sys.argv[2])
  File "/tmp/python-bzutils-0.2/src/bzutils/bugzilla.py", line 43, in get
    return self.cgi.query_bchart(charts=charts)[0]
  File "/tmp/python-bzutils-0.2/src/bzutils/cgi.py", line 369, in query_bchart
    return self.parse(f)
  File "/tmp/python-bzutils-0.2/src/bzutils/cgi.py", line 125, in parse
    return self.parse_csv(handle)
  File "/tmp/python-bzutils-0.2/src/bzutils/cgi.py", line 150, in parse_csv
    bug.set_product(report[7])
  File "/tmp/python-bzutils-0.2/src/bzutils/bug.py", line 85, in set_product
    raise exceptions.InvalidProductError("Invalid product: %s" % product)
bzutils.exceptions.InvalidProductError: Invalid product: Add the Sony Ericsson Xperia X10 Android phone

The same problem exists in Maverick too. I haven't tested with other bugzilla instances but at least bugs.f.d.o
doesn't returns the format expected by bzutils. The fields product, component and version are missing from the csv returned by bugs.fdo.

According to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557481 the package is orphaned and, unless someone wants to maintain, it should be removed from the archive.

Marking as verification-failed.