Your message dated Mon, 07 Jun 2010 19:17:20 +0000
with message-id <[email protected]>
and subject line Bug#583292: fixed in reportbug 4.12.3
has caused the Debian Bug report #583292,
regarding reportbug --configure shows an unusable prompt for configuring the
smtp settings
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.)
--
583292: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583292
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 4.12.2
Severity: minor
Tags: sid patch
When I run reportbug --configure here it shows a nice gtk frontend, if I follow
the following steps:
* Reportbug is a tool .... press continue
* select standard ... continue
* gtk2 interface ... continue
* reportbug direct internet connection ... yes
* enter real name ... continue
* enter e-mail ... continue
* Do you have a MTA prompt ... select NO
At this point I have a window with a label and a textbox and the label reads:
"Just press ENTER if ou don't have one or don't know" and an empty textbox
this is obviously the 'enter your smtp server' prompt. If we look at
/usr/bin/reportbug lines 583 till 590:
ewrite('Please enter the name of your SMTP host. Usually it\'s called
'
'something like "mail.example.org" or "smtp.example.org". '
'If you need to use a different port than default, use the '
'<host>:<port> alternative format.\n\n')
smtphost = ui.get_string(
'Just press ENTER if you don\'t have one or don\'t know.',
options=opts, empty_ok=True, force_prompt=True)
if smtphost:
The ui.get_string() functions properly but the ewrite never appears. So I just
changed this block to:
smtphost = ui.get_string(
'Please enter the name of your SMTP host. Usually it\'s called '
'something like "mail.example.org" or "smtp.example.org". '
'If you need to use a different port than default, use the '
'<host>:<port> alternative format.\n\n'
'Just press ENTER if you don\'t have one or don\'t know.',
options=opts, empty_ok=True, force_prompt=True)
if smtphost:
which works in gtk mode.
-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"
** /home/edb/.reportbugrc:
reportbug_version "4.12.2"
mode standard
ui gtk2
email "[email protected]"
smtphost "smtp.gmail.com:587"
smtpuser "[email protected]"
smtptls
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 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.7.25.3 Advanced front-end for dpkg
ii python 2.5.4-9 An interactive high-level object-o
ii python-reportbug 4.12.2 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-2 The GNU Emacs editor's shared, arc
ii exim4-daemon-light [ 4.71-4 lightweight Exim MTA (v4) daemon
ii file 5.04-2 Determines file type using "magic"
ii gnupg 1.4.10-4 GNU privacy guard - a free PGP rep
ii python-gtk2 2.17.0-2 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.1-1 Python bindings for the VTE widget
ii xdg-utils 1.0.2+cvs20100307-1 desktop integration utilities from
-- Configuration Files:
/etc/reportbug.conf changed [not included]
-- no debconf information
--- /usr/bin/reportbug 2010-05-12 19:22:23.000000000 +0200
+++ /usr/bin/reportbug.fixed 2010-05-26 21:53:01.000000000 +0200
@@ -580,11 +580,11 @@
opts = []
if options.smtphost:
opts += [options.smtphost]
- ewrite('Please enter the name of your SMTP host. Usually it\'s called
'
+ smtphost = ui.get_string(
+ 'Please enter the name of your SMTP host. Usually it\'s called '
'something like "mail.example.org" or "smtp.example.org". '
'If you need to use a different port than default, use the '
- '<host>:<port> alternative format.\n\n')
- smtphost = ui.get_string(
+ '<host>:<port> alternative format.\n\n'
'Just press ENTER if you don\'t have one or don\'t know.',
options=opts, empty_ok=True, force_prompt=True)
if smtphost:
--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 4.12.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.12.3_all.deb
to main/r/reportbug/python-reportbug_4.12.3_all.deb
reportbug_4.12.3.dsc
to main/r/reportbug/reportbug_4.12.3.dsc
reportbug_4.12.3.tar.bz2
to main/r/reportbug/reportbug_4.12.3.tar.bz2
reportbug_4.12.3_all.deb
to main/r/reportbug/reportbug_4.12.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: Mon, 07 Jun 2010 20:59:28 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 4.12.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: 574843 578085 583292 583890
Changes:
reportbug (4.12.3) unstable; urgency=low
.
* reportbug/utils.py
- convert the config file name to UTF-8, avoinding a crash; thanks to
Anders
Lagerås for the report and to Carl Chenet for the patch; Closes: #578085
* bin/reportbug
- when configuring, show the complete text about SMTP host (part was hidden
if using GTK+ UI); thanks to Elie De Brauwer for the report and patch;
Closes: #583292
* bin/reportbug, reportbug/{debianbts.py, utils.py}
- don't present suite tags ('sid', 'lenny', etc) when running in modes
lower
than 'advanced'; thanks to Julien Cristau for the report; Closes: #583890
* reportbug/ui/gtk2_ui.py
- ask confirmation to user when closing reportbug using GTK+ UI; thanks to
Matej Zary for the report; Closes: #574843
* checks/compare_pseudo-pkgs_lists.py
- make it work again, with a dirty trick (import 'utils' before
'debianbts')
* reportbug/debianbts.py
- removed some (commented) cruft for pseudo-packages list
- added 'debian-maintainers' and 'snapshot.debian.org' to the
pseudo-packages list
Checksums-Sha1:
7321bb29c69c57ce794e47839f6d46f8d417782c 1133 reportbug_4.12.3.dsc
0e43bec3bca252f50d5a8c71f085a178c76f07e9 137631 reportbug_4.12.3.tar.bz2
913f0ea895fda84755455797b33159a5e71d4b57 113056 reportbug_4.12.3_all.deb
7fb0179eb3a654e91e35d74bc6c3676c9400ab22 125182 python-reportbug_4.12.3_all.deb
Checksums-Sha256:
102da05cada5f42530463673a569968bd23325934134a958d4589bc027a31e70 1133
reportbug_4.12.3.dsc
a2b7531f9676495cd7f1395dad82c895ac69658b42e4abb20f3c00145c31bd37 137631
reportbug_4.12.3.tar.bz2
5736d59afed77a6d5e104a358dd7d0a13aa46e46a1c7f739b8c4c9eac1273ce0 113056
reportbug_4.12.3_all.deb
70138818fad7fa61fbba1c4c5e771d126db2aa58807d95a09f8596fa38fc3ea1 125182
python-reportbug_4.12.3_all.deb
Files:
23721a44074ab410ca53a58b84d363fa 1133 utils standard reportbug_4.12.3.dsc
6b0a91dd67d76eba0fbc558f673c24c6 137631 utils standard reportbug_4.12.3.tar.bz2
62aab2c7d291e9e9ceda58e318f8930f 113056 utils standard reportbug_4.12.3_all.deb
a8505ac67107f6171958f0be1048022d 125182 python standard
python-reportbug_4.12.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwNQmAACgkQAukwV0RN2VBzHgCgmGcCZDjskOJHiIkhcFIrQr5D
bCwAnAsXfMKWNO4/q4eIDHw94mZL1PP1
=49BX
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/reportbug-maint