Your message dated Thu, 31 Oct 2013 17:05:59 +0000
with message-id <[email protected]>
and subject line Bug#725285: fixed in rat 4.2.22-2.2
has caused the Debian Bug report #725285,
regarding rat: depends on deprecated Tcl/Tk 8.4
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.)
--
725285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725285
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rat
Version: 4.2.22-2.1
Severity: normal
Tags: patch
Dear Maintainer,
We plan to drop an obsolete Tcl/Tk 8.4 from the Debian archive before jessie
release. Your rat package build-depends on tk8.4-dev (and as a result depends
on tk8.4), so it needs change.
I've prepared a patch which helps rat to build against the default Tcl/Tk
package tk-dev. It soon will be 8.6, so I had to do a bit more than just
replacing tk8.4-dev by tk-dev (this would be sufficient for porting to 8.5).
I had to define USE_INTERP_RESULT macro to gain access to deprecated Tcl_Interp
field result.
With the patch rat builds fine and doesn't crash immediately, but I didn't do
further testing.
-- System Information:
Debian Release: 7.1
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable'), (100, 'unstable'),
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/8 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 rat depends on:
ii libc6 2.13-38
ii libice6 2:1.0.8-2
ii libsm6 2:1.2.1-2
ii libuclmmbase1 1.2.16.0-1
ii libx11-6 2:1.5.0-1+deb7u1
ii libxext6 2:1.3.1-2+deb7u1
ii tcl8.4 8.4.20-4
ii tk8.4 8.4.19-5
rat recommends no packages.
Versions of packages rat suggests:
pn sdr <none>
-- no debconf information
diff -u rat-4.2.22/debian/rules rat-4.2.22/debian/rules
--- rat-4.2.22/debian/rules
+++ rat-4.2.22/debian/rules
@@ -14,6 +14,8 @@
# and its license is not compatible with DFSG.
CFLAGS += -DREMOVE_WBS_CODEC
+CFLAGS += -DUSE_INTERP_RESULT
+
#export DH_VERBOSE=1
CFLAGS += -O2
@@ -25,9 +27,9 @@
config-stamp:
dh_testdir
./configure --enable-ipv6 \
- --with-tcl=/usr/include/tcl8.4 \
- --with-tk=/usr/include/tcl8.4/tk-private \
- --with-tcltk-version=8.4 \
+ --with-tcl=/usr/include/tcl \
+ --with-tk=/usr/include/tcl \
+ --with-tcltk-version="" \
--with-common=/usr/include/uclmmbase \
--mandir=$(CURDIR)/debian/tmp/usr/share/man
touch config-stamp
diff -u rat-4.2.22/debian/control rat-4.2.22/debian/control
--- rat-4.2.22/debian/control
+++ rat-4.2.22/debian/control
@@ -1,5 +1,5 @@
Source: rat
-Build-Depends: tk8.4-dev, libuclmmbase1-dev (>= 1.2.11-2), debhelper (>> 3.0.0), patch, libsm-dev, libice-dev, libx11-dev, libxext-dev
+Build-Depends: tk-dev, libuclmmbase1-dev (>= 1.2.11-2), debhelper (>> 3.0.0), patch, libsm-dev, libice-dev, libx11-dev, libxext-dev
Section: net
Priority: extra
Maintainer: David MartÃnez Moreno <[email protected]>
diff -u rat-4.2.22/debian/changelog rat-4.2.22/debian/changelog
--- rat-4.2.22/debian/changelog
+++ rat-4.2.22/debian/changelog
@@ -1,3 +1,12 @@
+rat (4.2.22-2.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Replaced the obsolete tk8.4-dev build-dependency by the default
+ tk-dev.
+ * Defined USE_INTERP_RESULT macro to quickfix FTBFS against tk-dev 8.6.
+
+ -- Sergei Golovan <[email protected]> Thu, 03 Oct 2013 19:56:38 +0400
+
rat (4.2.22-2.1) unstable; urgency=low
* Non-maintainer upload.
--- End Message ---
--- Begin Message ---
Source: rat
Source-Version: 4.2.22-2.2
We believe that the bug you reported is fixed in the latest version of
rat, 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.
Sergei Golovan <[email protected]> (supplier of updated rat 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: Thu, 31 Oct 2013 20:29:51 +0400
Source: rat
Binary: rat
Architecture: source amd64
Version: 4.2.22-2.2
Distribution: unstable
Urgency: low
Maintainer: David MartÃnez Moreno <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Description:
rat - Unicast and multicast voice-over-IP application
Closes: 725285
Changes:
rat (4.2.22-2.2) unstable; urgency=low
.
* Non-maintainer upload.
* Replaced the obsolete tk8.4-dev build-dependency by the default
tk-dev (closes: #725285).
* Defined USE_INTERP_RESULT macro to quickfix FTBFS against tk-dev 8.6.
Checksums-Sha1:
e7a94f1cd9aac06720a0882d50ffdd0d482d27d6 1062 rat_4.2.22-2.2.dsc
b79002a4c41cb95950f17e5a35ea5870f0c43249 29897 rat_4.2.22-2.2.diff.gz
725b266f5abae22f5459c1304e653c43bddf4bc1 229472 rat_4.2.22-2.2_amd64.deb
Checksums-Sha256:
88ba2bc72cd2c3f6c2c05a4bd5f66baa762068b94ce452d778dc87c73ae953f5 1062
rat_4.2.22-2.2.dsc
1bb2261a1f7baeee34d0af23681d39fad9ba2a41f41b6e263e6febfbf572af60 29897
rat_4.2.22-2.2.diff.gz
3752759a0115bb80b8293e8736f8658dc2ebe85909fb0df352b63cea52d27eac 229472
rat_4.2.22-2.2_amd64.deb
Files:
d0d207126c5ddcc8d0ec3cc8dcd5cf99 1062 net extra rat_4.2.22-2.2.dsc
9674f3b5034e39c5abbb38daa76b0c48 29897 net extra rat_4.2.22-2.2.diff.gz
d0d708f03c35fefcf5c357345c884691 229472 net extra rat_4.2.22-2.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFScojdIcdH02pGEFIRAmbuAJ0VDkSkyyycvrCoyy1nj1VWUgZ2oQCeLlq9
Wxlwa9PGbbxOcvnfoY7ePWY=
=h8fJ
-----END PGP SIGNATURE-----
--- End Message ---