Your message dated Fri, 29 Dec 2017 04:50:24 +0000
with message-id <e1eumci-0003rk...@fasolo.debian.org>
and subject line Bug#695887: fixed in reportbug 7.1.8
has caused the Debian Bug report #695887,
regarding reportbug locks terminal, refuses echo, requires "reset" after 
viewing followup
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 ow...@bugs.debian.org
immediately.)


-- 
695887: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695887
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 6.4.3
Severity: normal

if i do "reportbug socat" and then choose the number for following up
on #583164 (currently "8"), read the message with my pager (less), and
then hit enter to see the followup, the screen goes blank and nothing
i type is echoed.

i can get out of this by hitting "q" or ctrl-C several times, but my
terminal is left unable to echo anything.  I have to run "reset" from
the terminal to regain control.  (my terminal emulator is
rxvt-unicode).

If i try to review the problematic bug report directly with 

 reportbug -N 583164

then i see this message after trying to view the second comment:

    fd.write(text)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2010' in position 
761: ordinal not in range(128)

(unicode U+2010 is "hyphen", fwiw)

and then hitting "q" leaves me in the following terminal:

0 dkg@alice:~$ reportbug -N 583164
*** Welcome to reportbug.  Use ? for help at prompts. ***
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 'Daniel Kahn Gillmor <d...@fifthhorseman.net>' as your from address.
Retrieving report #583164 from Debian bug tracking system...
What do you want to do now? [N|x|o|r|b|e|q|?]? 
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2206, in <module>
    main()
  File "/usr/bin/reportbug", line 1080, in main
    return iface.user_interface()
  File "/usr/bin/reportbug", line 1362, in user_interface
    mbox_reader_cmd=self.options.mbox_reader_cmd)
  File "/usr/lib/pymodules/python2.7/reportbug/ui/text_ui.py", line 441, in 
show_report
1 dkg@alice:~$ 


  --dkg

-- Package-specific info:
** Environment settings:
DEBEMAIL="d...@fifthhorseman.net"
EMAIL="d...@fifthhorseman.net"
INTERFACE="text"

** /home/dkg/.reportbugrc:
reportbug_version "5.0"
mode standard
ui text
no-cc
header "X-Debbugs-CC: d...@fifthhorseman.net"
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt               0.9.7.6
ii  python            2.7.3~rc2-1
ii  python-reportbug  6.4.3

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail                      <none>
pn  debconf-utils                   <none>
pn  debsums                         <none>
ii  dlocate                         1.02
ii  emacs23-bin-common              23.4+1-4
ii  file                            5.11-2
ii  gnupg                           1.4.12-6
ii  postfix [mail-transport-agent]  2.9.3-2.1
pn  python-gtk2                     <none>
pn  python-gtkspell                 <none>
pn  python-urwid                    <none>
pn  python-vte                      <none>
ii  xdg-utils                       1.1.0~rc1+git20111210-6

Versions of packages python-reportbug depends on:
ii  apt               0.9.7.6
ii  python            2.7.3~rc2-1
ii  python-debian     0.1.21
ii  python-debianbts  1.11
ii  python-support    1.0.15

python-reportbug suggests no packages.

-- no debconf information

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

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 695...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 28 Dec 2017 23:25:43 -0500
Source: reportbug
Binary: reportbug python3-reportbug
Architecture: source all
Version: 7.1.8
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers <reportbug-maint@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description:
 python3-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 695887 773346 849763 849765 863823 866596 868022 868154 871527 871769 
872780 875309 877650 878420 878436 878437 878538 882130 882983 883577
Changes:
 reportbug (7.1.8) unstable; urgency=medium
 .
   * reportbug/debbugs.py
     - add `a11y` tag
     - dont RFC2047-encode the Owner pseudo header when submitting a WNPP bug;
       patch by Nis Martensen; Closes: #872780
   * reportbug/utils.py, bin/*
     - fix invalid escape sequence deprecation warnings with Python 3.6; patch 
by
       Ville Skyttä; Closes: #878437
     - redirect stderr to stdout when running commands via get_command_output(),
       and this prevents errors to be sent to the terminal; Closes: #882130
   * reportbug/ui/gtk2_ui.py
     - typo fix; Closes: #875309
   * debian/control
     - add sensible-utils to reportbug depends, since we require sensible-*
       commands to be available; Closes: #871527
   * man/reportbug.1
     - fix reference to -A/--attach in the include-file section; patch by Alex
       Muntada; Closes: #871769, #878420
   * reportbug/{debbugs.py, utils.py}
     - add tailing new-line when processing strings line by line; patch by Nis
       Martensen; Closes: #866596
   * reportbug/submit.py
     - remove spurious print() of MIME type, introduced during the py3k porting;
       patch by Nis Martensen; Closes: #868154
     - use quoted-printable encoding for lines that are over 980 chars long;
       patch by Nis Martensen; Closes: #849765
   * fix some spelling errors; patch by Ville Skyttä; Closes: #878436
   * bin/reportbug
     - preserve attachments order; patch by Ville Skyttä; Closes: #878538
   * add Linux Security Model (LSM) information to the 'System info' section of
     the bug report (if any LSM is enabled on the system); patch by Laurent
     Bigonville and intrigeri; Closes: #773346
   * debian/source/options
     - use the default XZ compression algo by removing the custom setting to use
       bzip2; patch by Boyuan Yang; Closes: #863823
   * use context managers to avoid leaving unclosed file descriptors (which 
often
     results in users losing control of their terminal windows); patch by Nis
     Martensen; Closes: #695887, #849763, #882983
   * prevent Unicode(De|En)codeError with most open() calls by using
     'backslashreplace' in case of errors; patch by Nis Martensen;
     Closes: #877650, #883577, #868022
   * debian/copyright
     - leave only me as Upstream-Author and Packaged-By
   * debian/control
     - bump Standards-Version to 4.1.2 (no changes needed)
   * debian/rules
     - dont call dpkg-parsechangelog directly, use dpkg/pkg-info.mk instead
Checksums-Sha1:
 a2a0567f6c0e867eea588a3f86005e3b92a4714d 1818 reportbug_7.1.8.dsc
 5a37448de289ef4a777065a3cab8b61f5a011db0 369944 reportbug_7.1.8.tar.xz
 f96526f7050214b73a1dcbdf889e7b7c2866356b 130416 python3-reportbug_7.1.8_all.deb
 143a36b32afb62f4d8370a29f5cfba7ac1bc867f 128512 reportbug_7.1.8_all.deb
 c04fbe7286aa5d9b7d9dc8549d15fa5a482085bb 7219 reportbug_7.1.8_amd64.buildinfo
Checksums-Sha256:
 6770032e1237534378e1f7d33fc51582a1c5c41e0b7a606347639eedb43b38b8 1818 
reportbug_7.1.8.dsc
 12cf48d3bdf60f0f9400c31cf7076ba3a5d445c20f47e6eba6924798ca02b0cd 369944 
reportbug_7.1.8.tar.xz
 f55a140f7dbbf71d383a9f4ba5db24ff4756aac500df74426a767571aef8af2c 130416 
python3-reportbug_7.1.8_all.deb
 ad3c6fa6162a862a48132e976eed21e249502f0cbe04e00ba9dce76df00ad29b 128512 
reportbug_7.1.8_all.deb
 335140ea5a521c3e468af09441c4c595a7271bf1b0b10921760dfccb357c49ae 7219 
reportbug_7.1.8_amd64.buildinfo
Files:
 872a8ae8a2827e9ec1e586f04d968fa0 1818 utils standard reportbug_7.1.8.dsc
 d33d99e01ac3457736e9d4ba42513779 369944 utils standard reportbug_7.1.8.tar.xz
 6a1ffcc9e641ae969b93a90ec0d33330 130416 python standard 
python3-reportbug_7.1.8_all.deb
 8fea5d646e5c2e143aedae8e29e356aa 128512 utils standard reportbug_7.1.8_all.deb
 1f875e506d281d40521188f8df7ce5ec 7219 utils standard 
reportbug_7.1.8_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlpFxY0ACgkQh588mTgB
qU9BixAAz5Q8PL+Kg+NaVBMkIxLt5oLRLaM7aZk3YDsuNJdBMVqY9YYv94W1BSCr
pw9ycNpcpyAokfS5zGetGryxHFEkd0O+VEwCtbU8RukvqupaZPRtkNeVspioFNOr
xgDXCPNAjVcEc3P1gymZ+96CwDjp5/rW+QGIG3ZmuIas4fPd9ZfliAphEOzOqXEW
932W9SrDBJz15ShfKlGeqxmZaD1qIuXzCtEH931bArfZHw237QxSLEXzsYikr/cj
0jvNC7MDYS8QRe4y8sbqFUBaUnlPYEK9pNpZw4zfQzaUj//dAh5M2KIgCIC2KUYN
1zjP88o24Gt4qyA+Ok/5yFf3i3cveEuo7ZNXqij7n6mJdCCMAg5HGrnnSzSRWCNn
j6Fo1ujf69mm090Zx2XOacZXQl79crrBocxH/ajqqsNGym3ghb4kVoTGZgZh08mE
Rt5rqKZ8XN2nTxYRhXNl6rwADGRlR2ABfq6gA6wz2YVaPMU8olNMM2Nzl0IJRxyH
WhI5ZhZHnCLeqk2X75IU3bMbdsWaQIaWtB83aIW/qrsv52Rgqn2a5VdmkUnDc7kp
CZQksVG5j5WYfi4BWrEpMk5H9uuRwAkSKzbGsuwgV1ILESRT3HaD96gDin8rwdY6
ouioIhUKE4L3qqVl9/aw2CtNVMCaMRoZyeEJbiN/FUUiIqJdlMY=
=v+O4
-----END PGP SIGNATURE-----

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

Reply via email to