Your message dated Sat, 18 Aug 2012 21:03:05 +0000
with message-id <[email protected]>
and subject line Bug#667663: fixed in reportbug 6.4.3
has caused the Debian Bug report #667663,
regarding reportbug: urwid UI allows us to cancel a package selection, but does 
not handle it well Package: reportbug
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
667663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667663
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 6.3.2
Severity: minor
Tags: upstream

Dear Maintainer,

(note that I installed reportbug from Git, so it may not apply to the
release.)

How to reproduce the bug:
* Select UI urwid
* type the name of a package you do not have installed
* "A package named "reportbug" does not appear to be installed; do you
want to search for a similar-looking filename in an installed package?"
=> answer yes
* press "cancel"
* First odd message: "A package named 'reportbug' does not appear to be
installed on your system; however, '-1' contains a file named
'reportbug'.  Do you want to file your report on the package reportbug
found?"
* press "ok"

and crash.

Here is the full output:

Note: bug reports are publicly archived (including the email address of
the submitter).
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Valentin Lorentz <[email protected]>' as your from address.
Getting status for reportbug...

Finding package for 'reportbug'...


Getting status for -1...
Traceback (most recent call last):
  File "/usr/local/bin/reportbug", line 5, in <module>
    pkg_resources.run_script('reportbug==6.3.1', 'reportbug')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in
run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235,
in run_script
    execfile(script_filename, namespace, namespace)
  File
"/usr/local/lib/python2.7/dist-packages/reportbug-6.3.1-py2.7.egg/EGG-
INFO/scripts/reportbug", line 2198, in <module> main()
  File
"/usr/local/lib/python2.7/dist-packages/reportbug-6.3.1-py2.7.egg/EGG-
INFO/scripts/reportbug", line 1077, in main return
iface.user_interface() File
"/usr/local/lib/python2.7/dist-packages/reportbug-6.3.1-py2.7.egg/EGG-
INFO/scripts/reportbug", line 1489, in user_interface status =
utils.get_package_status(package) File "/usr/local/lib/python2.7/dist-
packages/reportbug-6.3.1-py2.7.egg/reportbug/utils.py", line 341, in
get_package_status
    packarg = commands.mkarg(package)
  File "/usr/lib/python2.7/commands.py", line 82, in mkarg
    if '\'' not in x:
TypeError: argument of type 'int' is not iterable

Regards,
Valentin Lorentz



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt               0.8.15.10
ii  python            2.7.2-10
pn  python-reportbug  <none>

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils                   <none>
pn  debsums                         <none>
pn  dlocate                         <none>
ii  emacs23-bin-common              23.4+1-2
ii  file                            5.11-1
ii  gnupg                           1.4.12-4
ii  postfix [mail-transport-agent]  2.9.1-2
ii  python-gtk2                     2.24.0-3
ii  python-gtkspell                 2.25.3-11
ii  python-urwid                    1.0.1-2
ii  python-vte                      1:0.28.2-4
ii  xdg-utils                       1.1.0~rc1+git20111210-

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 6.4.3

We believe that the bug you reported is fixed in the latest version of
reportbug, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <[email protected]> (supplier of updated reportbug package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 18 Aug 2012 22:49:44 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.4.3
Distribution: unstable
Urgency: low
Maintainer: Reportbug Maintainers <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description: 
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 667663 668395 681206 684540
Changes: 
 reportbug (6.4.3) unstable; urgency=low
 .
   * reportbug/debbugs.py
     - add a note to include/attach the debdiff in case of unblocks for
       release.d.o; thanks to Ulrich Dangel for the report and to Niels Thykier
       for ack'ing it on IRC; Closes: #681206
   * reportbug/utils.py
     - recognize Control as a pseudo-header; thanks to Paul Wise for the report;
       Closes: #684540
   * reportbug/ui/urwid_ui.py
     - fix a crash when selecting 'Quit' in the Urwid UI window presenting the
       list of bugs already filed; thanks to Ryan Kavanagh for the report;
       Closes: #668395
   * bin/reportbug
     - in Urwid UI, when cancelling on the list of packages matching the input
       package, don't present '-1' as resulting package, but that nothing was
       selected; thanks to Valentin Lorentz for the report; Closes: #667663
Checksums-Sha1: 
 bfe670abbca3c6eba68cabc27d7c78714fd6977c 1202 reportbug_6.4.3.dsc
 a48fad050dea78f4e0e06b4ad8ae137725a8a93c 180013 reportbug_6.4.3.tar.bz2
 1460fcd42becea8e43c6c04909993af45de7a1ed 126204 reportbug_6.4.3_all.deb
 7d7bf15ac0201e04b0e298d36ba1a0e69295bb80 135742 python-reportbug_6.4.3_all.deb
Checksums-Sha256: 
 742b91ed14cb5f08f389b1d3c22c1fc19763d1af5e25036ddc3f83aa4e63cfb4 1202 
reportbug_6.4.3.dsc
 308bbb992dbd111defbb46d5f858826ad7480bd3636861fbd8f1beb9104cacdc 180013 
reportbug_6.4.3.tar.bz2
 446fd3d78a63c731798827f478f7685dd782e8080c4a899aabcc95b7320ce4bd 126204 
reportbug_6.4.3_all.deb
 e3faa0473f71c5217e683e9d0ebfd3705c521b3f991d70dae9a8959a74cb944d 135742 
python-reportbug_6.4.3_all.deb
Files: 
 1e73c28b83a5547a7ba7bb19ca297703 1202 utils standard reportbug_6.4.3.dsc
 f6478b830615438232d8a64d47b55ee8 180013 utils standard reportbug_6.4.3.tar.bz2
 d09b3e264d27fe4c4fd02a278278321f 126204 utils standard reportbug_6.4.3_all.deb
 422ba3edf8c1530ba25cfe76bed0dd9d 135742 python standard 
python-reportbug_6.4.3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlAwASwACgkQAukwV0RN2VCgNgCfWTrEDJ6PjF+L/kPc9m8P7EGc
ya8AnipMtBv9J0XonnNVQumLu3YJbRr3
=/3OP
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint

Reply via email to