Your message dated Wed, 14 Apr 2010 16:20:34 +0000 with message-id <[email protected]> and subject line Bug#552045: fixed in reportbug 4.12 has caused the Debian Bug report #552045, regarding python crashes with UnicodeEncodeError on unknown character 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.) -- 552045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552045 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python2.5 Version: 2.5.4-2 Severity: normal python crashes with an UnicodeEncodeError while trying to send bugs with reportbug: to reproduce enter query one of the following packages with reportbug: kile, python-minimal, python2.5 The behavior is similar with all three packages, only unicode character differ. Using "kile" as package i have to scroll down a little bit through the existing bug reports until i hit on with an unsupported character. e.g: "reportbug python-minimal" reportbug crashes while checking old bugs with: stefan°corellia°software$ reportbug python-minimal Detected character set: ISO-8859-15 Please change your locale if this is incorrect. Using 'Stefan Seide <bugs-deb...@...>' as your from address. Getting status for python-minimal... Verifying package integrity... Checking for newer versions at packages.debian.org... Will send report to Debian (per lsb_release). Traceback (most recent call last): File "/usr/bin/reportbug", line 1950, in <module> main() File "/usr/bin/reportbug", line 953, in main return iface.user_interface() File "/usr/bin/reportbug", line 1495, in user_interface version=pkgversion) File "/usr/lib/pymodules/python2.5/reportbug/ui/urwid_ui.py", line 610, in handle_bts_query quitlabel=quitlabel) File "/usr/lib/pymodules/python2.5/reportbug/ui/urwid_ui.py", line 478, in menu result, chosen = box.main(ui) File "/usr/lib/pymodules/python2.5/reportbug/ui/urwid_ui.py", line 203, in main return self.ui.run_wrapper(self.run) File "/usr/lib/pymodules/python2.5/urwid/raw_display.py", line 231, in run_wrapper return fn() File "/usr/lib/pymodules/python2.5/reportbug/ui/urwid_ui.py", line 154, in run canvas = self.view.render( size, focus=True ) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 2113, in render canv = self.w.render(size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 1454, in render canv = self.body.render( (maxcol,maxrow-top-bottom),focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 1276, in render canv = self.w.render((maxcol,)+size[1:], focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 1977, in render focus and self.focus_part == 'body') File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 2640, in render focus = focus and self.focus_col == i) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 1977, in render focus and self.focus_part == 'body') File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 2113, in render canv = self.w.render(size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 1454, in render canv = self.body.render( (maxcol,maxrow-top-bottom),focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 1276, in render canv = self.w.render((maxcol,)+size[1:], focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 1977, in render focus and self.focus_part == 'body') File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 2113, in render canv = self.w.render(size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 121, in finalize_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/listbox.py", line 352, in render canvas = widget.render((maxcol,)) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 2113, in render canv = self.w.render(size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 2640, in render focus = focus and self.focus_col == i) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 85, in cached_render canv = fn(self, size, focus=focus) File "/usr/lib/pymodules/python2.5/urwid/widget.py", line 356, in render return apply_text_layout(text, attr, trans, maxcol) File "/usr/lib/pymodules/python2.5/urwid/canvas.py", line 1206, in apply_text_layout text[s.offs:s.end]) File "/usr/lib/pymodules/python2.5/urwid/util.py", line 128, in apply_target_encoding s = s.encode( _target_encoding ) File "/usr/lib/python2.5/encodings/iso8859_15.py", line 12, in encode return codecs.charmap_encode(input,errors,encoding_table) UnicodeEncodeError: 'charmap' codec can't encode character u'\u0148' in position 44: character maps to <undefined> regards, Stefan -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores) Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/dash Versions of packages python2.5 depends on: ii libbz2-1.0 1.0.5-3 high-quality block-sorting file co ii libc6 2.10.1-1 GNU C Library: Shared libraries ii libdb4.5 4.5.20-13 Berkeley v4.5 Database Libraries [ ii libncursesw5 5.7+20090803-2 shared libraries for terminal hand ii libreadline6 6.0-5 GNU readline and history libraries ii libsqlite3-0 3.6.19-1 SQLite 3 shared library ii libssl0.9.8 0.9.8k-5 SSL shared libraries ii mime-support 3.46-1 MIME files 'mime.types' & 'mailcap ii python2.5-minimal 2.5.4-2 A minimal subset of the Python lan python2.5 recommends no packages. Versions of packages python2.5 suggests: pn python-profiler <none> (no description available) pn python2.5-doc <none> (no description available)
--- End Message ---
--- Begin Message ---Source: reportbug Source-Version: 4.12 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.12_all.deb to main/r/reportbug/python-reportbug_4.12_all.deb reportbug_4.12.dsc to main/r/reportbug/reportbug_4.12.dsc reportbug_4.12.tar.bz2 to main/r/reportbug/reportbug_4.12.tar.bz2 reportbug_4.12_all.deb to main/r/reportbug/reportbug_4.12_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: Wed, 14 Apr 2010 17:30:48 +0200 Source: reportbug Binary: reportbug python-reportbug Architecture: source all Version: 4.12 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: 390466 428113 461908 474187 488414 503131 511210 552045 560230 565283 565435 571955 571970 572316 575044 575418 575450 576116 Changes: reportbug (4.12) unstable; urgency=low . * reportbug/debianbts.py - fix description for 'experimental' tag; thanks to Raphael Rigo for the report; Closes: #575044 - check the available packages (not only the installed ones) when reporting a wnpp bug; thanks to Filippo Giunchedi for the report; Closes: #565435 * bin/reportbug - removed the information that an empty subject would stop the report: it will continue until entered or Ctrl+c; thanks Torquil Macdonald Sørensen for the report; Closes: #575450 - keep presenting the severity menu until one is selected (prevent a crash with urwid UI and Cancel button); thanks to Noah Slater for the report; Closes: #461908 - treat every FTBFS bug (pseudo-severity 'does-not-build') as 'serious' but adding a note in the Justification pseudo-header if the package was built successfully in the past; thanks to Alexander Schmehl for the report; Closes: #390466 - in case of a bug for an undisclosed vulnerability (tagged 'security'), report it to the private Security Team mailing list instead of to the public BTS (to coordinate the release of the fix); thanks to Chris Lawrence for the report and to the Sec Team for review; Closes: #474187 * reportbug/submit.py - clarify that in case no acknowledge is received, then there was an error; thanks to mpapet for the report; Closes: #575418 * reportbug/ui/gtk2_ui.py - pass 'buglist' to 'sync_pre_operation' method of 'HandleBTSQueryPage' class, needed to run querybts; thanks to Andrey Rahmatullin for the report; Closes: #565283 - new method to correctly wrap the report body: before the text was all on a single line, now the long lines are wrapped but the paragraph formatting is preserved; thanks to Witold Baryluk for the report; Closes: #576116 * bin/*, reportbub/* - add a user-configurable network timeout, adding the CLI option --timeout; thanks to Miles Bader for the report; Closes: #572316 * man/*, doc/README.Users - added information about new --timeout CLI option, specifying that some network error might be due to a too low timeout; thanks to Michal Suchanek for the report; Closes: #571955 * reportbug/ui/urwid_ui.py - encode bug summary lines to avoid crashed when using urwid UI due to unparsable UTF8 characters; thanks to Stefan Seide for the report; Closes: #552045 * bin/reportbug, reportbug/utils.py - restore the functionality that includes changed conffile into the bug report, that went broken log ago; thanks to Håkon Stordahl for the report and patch; Closes: #503131 * bin/reportbug, man/reportbug.1, reportbug/{bugreport.py, utils.py} - added the '--source/--src' command-line option, to report bugs against the source package instead of the binary one; thanks to Cyril Brulebois for the report; Closes: #560230 * bin/reportbug, man/reportbug.1 - added the '--from-buildd $SRC_$VER' option to make reportbug file the bug against the source package $SRC for the given $VER version; thanks to Cyril Brulebois for the report; Closes: #571970 - added the '--no-bug-script' command-line option to not execute the bug script; thanks to Håkon Stordahl for the report and the (inspiring) patch; Closes: #511210 - added the '--no-cc-menu' command-line option to not display the menu asking for additional CCs; part of #428113 - added the '--no-tags-menu' command-line option to not display the menu asking for tags; thanks to Josh Triplett for the report and Carl Chenet for the (partial) patch; Closes: #428113 * bin/reportbug, reportbug/ui/text_ui.py, share/presubj - append a notice to every 'presubj' script shown in UI text that 'q' is probably the key to press to exit the pager (updating reportbug 'presubj' script to remove that notice); thanks to Chris Walker for the report; Closes: #488414 * debian/source/format - Switch to dpkg-source 3.0 (native) format * debian/source/options - options to compress the tarball with bzip2 (and max compression) Checksums-Sha1: 241856f3b61351b2e207dbdb247a03fd509598fe 1125 reportbug_4.12.dsc 8aed964b81516bcdaf7179af7de7b58825a5e0ed 137489 reportbug_4.12.tar.bz2 e7260c926effd05447c3e88970fcb7ad5476650f 112392 reportbug_4.12_all.deb af3c961501873dcf20f58e4cad5f63c618ec12b2 124234 python-reportbug_4.12_all.deb Checksums-Sha256: 911447b2bb054fca351a55d4826eb08ced7a230606d4d3531a3e96d974fa2fc6 1125 reportbug_4.12.dsc f018f527c07be34d694eaad02e480072e1c4e6670b6d1015a18012a3dd0af561 137489 reportbug_4.12.tar.bz2 d1f731a5d1826516b31ffb5b2612a49be9cef267cf7d3b414295b6b58ae1ba9f 112392 reportbug_4.12_all.deb de192f6109bc14a4ab4d4e4d65458c6e9dcad52ce0915a60f8ec44680ff93336 124234 python-reportbug_4.12_all.deb Files: fb006d650b1bbc3625b9dfb506209520 1125 utils standard reportbug_4.12.dsc c3e7e7c691bfc36345020e0397b1225e 137489 utils standard reportbug_4.12.tar.bz2 c8c1a7c06069c2029ffe786c72254b23 112392 utils standard reportbug_4.12_all.deb c25946149da8cc5fde6a8a7d769f6e13 124234 python standard python-reportbug_4.12_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkvF4J8ACgkQAukwV0RN2VBO9ACeIp4u9qGUfCiPT5G7S/9EW671 2mwAoIGPI4lb57ALYVoot7Xy/2Wd3N4T =hppH -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Reportbug-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint
