Your message dated Sun, 24 May 2009 21:36:11 +0000
with message-id <[email protected]>
and subject line Bug#496210: fixed in reportbug 4.3
has caused the Debian Bug report #496210,
regarding reportbug crached after severity level question when used for the 
first time.
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.)


-- 
496210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496210
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 3.45

Hi!

Architecture: armel

Trying to fill in a bug for the first time using reportbug:

r...@drzmoko:~# reportbug libsasl2-2 --body-file=body_bug [email protected]
Warning: no reportbug configuration found.  Proceeding in novice mode.
Running 'reportbug' as root is probably insecure! Continue [y|N|q|?]? y
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'root <[email protected]>' as your from address.
Getting status for libsasl2-2...
Checking for newer versions at packages.debian.org...
Querying Debian BTS for reports on cyrus-sasl2 (source)...
19 bug reports found:
[....]
(1-19/19) Is the bug you found listed above [y|N|m|r|q|s|f|?]?
Maintainer for libsasl2-2 is 'Debian Cyrus SASL Team <[email protected]>'.
Looking up dependencies of libsasl2-2...

Please briefly describe your problem (you can elaborate in a moment; an empty response will stop reportbug). This will be the bug email subject, so write a concise summary of what is wrong with the package, for example, "fails to send email" or "does not start with -q option specified." > Package description misses a space at the begining of a line, causing "dpkg -l" to fail. Rewriting subject to 'libsasl2-2: Package description misses a space at the begining of a line, causing "dpkg -l" to fail.'
How would you rate the severity of this problem or report?

[....]

Please select a severity level: [normal]
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 1827, in <module>
    main()
  File "/usr/bin/reportbug", line 850, in main
    return iface.user_interface()
  File "/usr/bin/reportbug", line 1728, in user_interface
    klass, subject, tags, body, mode, pseudos)
File "/usr/share/reportbug/reportbuglib/reportbug.py", line 753, in generate_blank_report
    body = NEWBIELINE+u'\n\n'+body
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 288: ordinal not in range(128)
r...@drzmoko:~#



here is the content of the file "body_bug" :
/-----------
Package: libsasl2-2
Status: install ok installed
Architecture: armel
Source: cyrus-sasl2
Version: 2.1.22.dfsg1-22
Replaces: libsasl2

Hi!

Here is a small problem with this package (Or I think it comes from the package)

# dpkg -l
dpkg-query: erreur d'analyse syntaxique, dans le fichier « /var/lib/dpkg/status » près de la ligne 1760 paquet « libsasl2-2 »:
 le nom de champ « suse » doit être suivi de deux points (:)

In english it says that the field "suse" should be followed by ':'
but in fact there's a space missing at the beginning of the line.

In the Description:
  .
  Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal
  Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. If you intend to
-suse this package on a server that provides SASL authentication, then
+ suse this package on a server that provides SASL authentication, then
  you must install some of the libsasl2-modules* packages.
 Homepage: http://asg.web.cmu.edu/sasl/sasl-library.html


Thanks.
Have fun
/-----------





--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 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:

python-reportbug_4.3_all.deb
  to pool/main/r/reportbug/python-reportbug_4.3_all.deb
reportbug_4.3.dsc
  to pool/main/r/reportbug/reportbug_4.3.dsc
reportbug_4.3.tar.gz
  to pool/main/r/reportbug/reportbug_4.3.tar.gz
reportbug_4.3_all.deb
  to pool/main/r/reportbug/reportbug_4.3_all.deb



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: Sun, 24 May 2009 21:54:21 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 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: 152425 206318 363920 458572 489447 496083 496210 524640 525762 526628 
527994 528956 529660
Changes: 
 reportbug (4.3) unstable; urgency=low
 .
   [ Luca Bruno ]
   * reportbug/ui/gtk2_ui.py:
     - fix crash when showing menu options; Closes: #526628
     - make the textbox containing error information wider
     - implement show_report() : it allows querybts to work with gtk2 UI; thanks
       to James Vega for the report;  Closes: #525762
 .
   [ Sandro Tosi ]
   * reportbug/__init__.py
     - bump reportbug version
   * reportbug/submit.py
     - skip to show the ack message if fails to send the email to all the
       recipients; thanks to Cyril Brulebois for the report and to Carl Chenet
       for the patch; Closes: #524640
     - limit tries to max 3 (1 try + 2 retries) to deliver the message; thanks 
to
       alecs1 for the report and to Carl Chenet for the patch; Closes: #489447
   * reportbug/utils.py, bin/reportbug
     - added 'mua_exists' function to check existence of the selected MUA; 
thanks
       to Bernhard R. Link for the report and to Carl Chenet for the patch;
       Closes: #363920
   * debian/control
     - tight dependency of reportbug package to python-reportbug to be the same
       of source version
   * bin/reportbug
     - display the correct message when saving the report into a file (using the
       '-o' option); thanks to Timo Juhani Lindfors for the report and to Carl
       Chenet for the patch; Closes: #496083
     - added a menu option to detach attachment files; thanks to Michael Beattie
       for the report and to Carl Chenet for the patch; Closes: #206318
     - allow '--debug' to be used with '--kudos'; thanks to Branden Robinson for
       the report and to Carl Chenet for the patch; Closes: #152425
   * reportbug/bugreport.py
     - decode UTF-8 body text to avoid encoding issues; thanks to nathael for 
the
       report and to Carl Chenet for the patch; Closes: #496210
   * doc/README.Users
     - added explanation about what modules are needed to let GTK+ UI works;
       thanks to Leonardo Meira for the report; Closes: #527994
   * po4a/po/fr.po
     - proof-read version of French manpage; thanks to Sylvain Cherrier for the
       report and patch; Closes: #528956
   * bin/reportbug, reportbug/{bugreport.py, utils.py}
     - include debsums output into bug report; thanks to Michael Biebl for the
       report and to Carl Chenet for the patch; Closes: #458572
     - added debsums output also for --template (non interactive) executions
   * debian/{control, rules}
     - added '--install-layout=deb', to prepare for Python 2.6 introduction,
       updating python requirements to >= 2.5; thanks to Kenneth E Drake for the
       report and getting back to Debian; Closes: #529660
Checksums-Sha1: 
 27ead9fe048f39d8c69e4738a77894a5ae5c8d73 1135 reportbug_4.3.dsc
 a714d9ef5a43db5b041aa03cf9607f51cf0c60a3 192516 reportbug_4.3.tar.gz
 5078ee4cb157238ccb574b3f414b4ac39a3eef2a 118344 reportbug_4.3_all.deb
 d02af5caf9789f43346e075416e9a4a08fd6b6d4 113468 python-reportbug_4.3_all.deb
Checksums-Sha256: 
 00ff283d29f51b76732b35bf09c06f74b5064dcd52a2253a6c9923129fe95313 1135 
reportbug_4.3.dsc
 669bc33e3094507d435c705f5d804a466598b63ae51792810d55f70990fe7864 192516 
reportbug_4.3.tar.gz
 49153465179860d0fda8f41a6b1fc518924df0aad8bf8d0e322f47b378d5810a 118344 
reportbug_4.3_all.deb
 86d2faa2a15e41cfbcfdd0c4231d14eed9d4356fc2c17674c1188d0e3c499693 113468 
python-reportbug_4.3_all.deb
Files: 
 5f040348d12109b3aa4bcd90cf8e0cc0 1135 utils standard reportbug_4.3.dsc
 c4c1670567add299c773a70c9cb7ab0b 192516 utils standard reportbug_4.3.tar.gz
 5050b229628df747f294e5d6c221ea45 118344 utils standard reportbug_4.3_all.deb
 a1f8f96f518220713b0bc93fd12d5526 113468 python standard 
python-reportbug_4.3_all.deb

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

iEYEARECAAYFAkoZp8oACgkQAukwV0RN2VBkrwCdH30rWGAWlZ4fvdhtOsJofqgP
XoUAn2yqXEzYwghm630XMFkgBui7t2tk
=2S0m
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to