Your message dated Wed, 29 Oct 2014 00:49:03 +0000
with message-id <[email protected]>
and subject line Bug#680465: fixed in reportbug 6.6.0
has caused the Debian Bug report #680465,
regarding reportbug: crash if tilde ("~") is used in output file path -- data   
 lost!
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.)


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


When invoking bugreport --output=~/myreport.txt, everything is normal
long enough for the user to spend time writing a report, then in the
end it crashes, losing all data that was composed.  This is serious.
Someone takes the time to fill out a report, and all their work is
lost.

At the end, the faulty output looks like this:

  Report will be saved as ~/myreport.txt
  Submit this report on libgdata7 (e to edit) [Y|n|a|c|e|i|l|m|p|q|d|t|s|?]?
  Traceback (most recent call last):
    File "/usr/bin/reportbug", line 2098, in <module>
      main()
    File "/usr/bin/reportbug", line 1045, in main
      return iface.user_interface()
    File "/usr/bin/reportbug", line 2090, in user_interface
      self.options.draftpath)
    File "/usr/lib/pymodules/python2.6/reportbug/submit.py", line 331, in 
send_report
      fh.write(message.as_string())
  AttributeError: 'str' object has no attribute 'as_string'

The workaround is to use $HOME instead of "~".

-- Package-specific info:
** Environment settings:
EDITOR="emacs"
INTERFACE="text"

** /home/jg/.reportbugrc:
reportbug_version "4.12.6"
mode novice
ui text

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages reportbug depends on:
ii  apt                    0.8.10.3+squeeze1 Advanced front-end for dpkg
ii  python                 2.6.6-3+squeeze7  interactive high-level object-orie
ii  python-reportbug       4.12.6            Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils        <none>              (no description available)
pn  debsums              <none>              (no description available)
pn  dlocate              <none>              (no description available)
ii  emacs23-bin-common   23.2+1-7            The GNU Emacs editor's shared, arc
ii  file                 5.04-5+squeeze2     Determines file type using "magic"
ii  gnupg                1.4.10-4            GNU privacy guard - a free PGP rep
ii  postfix [mail-transp 2.7.1-1+squeeze1    High-performance mail transport ag
ii  python-gtk2          2.17.0-4            Python bindings for the GTK+ widge
pn  python-gtkspell      <none>              (no description available)
pn  python-urwid         <none>              (no description available)
ii  python-vte           1:0.24.3-3          Python bindings for the VTE widget
ii  xdg-utils            1.0.2+cvs20100307-2 desktop integration utilities from

-- no debconf information




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

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: Wed, 29 Oct 2014 00:30:49 +0000
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.6.0
Distribution: unstable
Urgency: medium
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: 650386 661563 668838 669022 673270 675735 679907 680465 682105 683277 
683325 684227 686165 686168
Changes:
 reportbug (6.6.0) unstable; urgency=medium
 .
   * bin/reportbug, man/reportbug.1 share/reportbug.el
     - rename GNUS to Gnus; thanks to Tollef Fog Heen for the report and to 
Tomas
       Pospisek for the patch; Closes: #683325
   * reportbug/debbugs.py
     - fix vesion/version typo; thanks to Niels Thykier for the report and to
       Tomas Pospisek for the patch; Closes: #683277
     - use a future-proof URL for the rc_policy.txt document; thanks to Paul 
Wise
       for the report and patch; Closes: #673270
     - remove 'ROSRM' options from ftp.d.o removal requests; thanks to Scott
       Kitterman for the report and to Adam D. Barratt and Philipp Kern for
       ack'ing it (on IRC); Closes: #682105
   * man/reportbug.1
     - mention that deb-src lines has to be available in sources.list to 
populate
       apt cache with source packages too, needed for --src/--source option to
       work; thanks to Ian Bruce for the report; Closes: #684227
     - clarify that when using an external MUA, the attachment feature will not
       be able to send those files to the MUA, so they are actually discarded;
       thanks to Stefano Rivera for the report; Closes: #679907
   * reportbug/submit.py
     - properly handle ~/~user in --output cli option, expanding it to the 
user's
       homedir; thanks to Fritz Wuehler for the report; Closes: #680465
     - don't show the last menu (about how to provide additional info) if
       quitting or saving to file; thanks to Adrian Bunk for the report;
       Closes: #668838
   * reportbug/ui/gtk2_ui.py
     - hide 'Apply' button on the last screen of GTK+ UI; thanks to Samuel Hym
       for the report; Closes: #675735
     - remove indication that 'e' would edit the bug report in the last menu,
       it's text UI specific; thanks to David Smith for the report;
       Closes: #686168
   * bin/reportbug
     - suggests to contact debian-users@ in case of difficulties in identifying
       the package to associate the bug to; thanks to Jonathan Nieder for the
       report and patch; Closes: #661563
     - correctly identify source packages when presenting the packages menu,
       preventing from reporting bugs against unexisting source packages; thanks
       to Jakub Wilk and Andreas Beckmann for the report; Closes: #650386
   * reportbug/utils.py
     - identify also config files with spaces in the filename; thanks to Vincent
       Lefevre for the report; Closes: #669022
   * debian/control
     - update Suggests on emacs packages; thanks to Adrian Bunk for the report;
       Closes: #686165
     - bump Standards-Version to 3.9.6 (no changes needed)
Checksums-Sha1:
 aa625d87b5510c5f7d571b0d3086f28ecda6dcf9 1205 reportbug_6.6.0.dsc
 8f9831f05360455dfd63f07eb1638170ddc16585 262943 reportbug_6.6.0.tar.bz2
 421239f265d3cfb868b5eaeddb6f0209083a7cda 123070 reportbug_6.6.0_all.deb
 68f6a1ab6458212ae4e4af01cbc13e5c65e787aa 125872 python-reportbug_6.6.0_all.deb
Checksums-Sha256:
 8d4e0540965fdd21b024c7a80b39bd7546d40322064d5349614c457e5587d4ad 1205 
reportbug_6.6.0.dsc
 90b01867199f9b976674a3bf99f4b33c361ddc8b2da93ebf62fcf85858196975 262943 
reportbug_6.6.0.tar.bz2
 a2b7b8b37af09e1e541a1c6ff3e1253672222d84574d43dc0a91168800a17cdd 123070 
reportbug_6.6.0_all.deb
 cd709d4dd607156b89b72a384726a5374134831cc2c30c7e2bcd596cfc12f594 125872 
python-reportbug_6.6.0_all.deb
Files:
 b286bf7ec27b27afefacae0e74f91e62 1205 utils standard reportbug_6.6.0.dsc
 4c1eb33f59566abcd3934e826d93ee61 262943 utils standard reportbug_6.6.0.tar.bz2
 25e1502e217eb689c83d3e54803c21ae 123070 utils standard reportbug_6.6.0_all.deb
 265af878ec113ff8d0db3be064f65f94 125872 python standard 
python-reportbug_6.6.0_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlRQN3IACgkQAukwV0RN2VAq5QCfbJCd8mnjuhBDvyX5nEuuShhf
H5EAnjcP94Vwq7R9F0rY8KCrMjMPYtWq
=bjcH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to