Your message dated Mon, 30 Apr 2018 22:02:55 +0000
with message-id <e1fdgsp-000gau...@fasolo.debian.org>
and subject line Bug#888986: Removed package(s) from unstable
has caused the Debian Bug report #325838,
regarding gnats-user: Error when choosing a database in Emacs interface
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.)
--
325838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnats-user
Version: 4.1.0-0
Severity: normal
Tags: patch
When choosing a database in the Emacs interface (e.g. C-u M-x send-pr), an
error is reported when it gets up to asking you for the port number. The
error complains about (stringp 1579) and is caused by passing an integer
(1579) to read-from-minibuffer, which expects a string.
The attached patch simply puts quotes around the default port number.
-- System Information:
Debian Release: testing/unstable
APT prefers stable
APT policy: (900, 'stable'), (800, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-amd64-k8
Locale: LANG=en_NZ, LC_CTYPE=en_NZ (charmap=ISO-8859-1)
Versions of packages gnats-user depends on:
ii debconf 1.4.57 Debian configuration management sy
ii debianutils 2.14.1 Miscellaneous utilities specific t
ii exim4 4.52-1 metapackage to ease exim MTA (v4)
ii exim4-daemon-light [mail-tran 4.52-1 lightweight exim MTA (v4) daemon
ii libc6 2.3.5-5 GNU C Library: Shared libraries an
gnats-user recommends no packages.
-- debconf information excluded
*** gnats.el-port_number.patch
diff -c -L /sudo::/usr/share/emacs/site-lisp/gnats/gnats.el~ -L
/sudo::/usr/share/emacs/site-lisp/gnats/gnats.el /tmp/tramp.3233frk
/tmp/tramp.3233s1q
*** /sudo::/usr/share/emacs/site-lisp/gnats/gnats.el~
--- /sudo::/usr/share/emacs/site-lisp/gnats/gnats.el
***************
*** 1626,1632 ****
(string-to-number
(read-from-minibuffer "Port: " (if gnats-port
(format "%d" gnats-port)
! 1529)))
(read-from-minibuffer "User: " (or gnats-user (user-login-name)))))
(setq gnats-database database
gnats-server host
--- 1626,1632 ----
(string-to-number
(read-from-minibuffer "Port: " (if gnats-port
(format "%d" gnats-port)
! "1529")))
(read-from-minibuffer "User: " (or gnats-user (user-login-name)))))
(setq gnats-database database
gnats-server host
Diff finished. Tue Aug 30 21:56:29 2005
--- End Message ---
--- Begin Message ---
Version: 4.1.0-5+rm
Dear submitter,
as the package gnats has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/888986
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---