Your message dated Fri, 10 Jan 2014 09:24:01 +0000
with message-id <[email protected]>
and subject line Bug#695444: fixed in tk8.5 8.5.15-3
has caused the Debian Bug report #695444,
regarding tk8.5: Please apply patch to support cross-compiling
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.)
--
695444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695444
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tk8.5
Version: 8.5.11-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu raring ubuntu-patch cross
In Ubuntu, the attached patch was applied to achieve the following:
* Preseed undetectable strtod values to autoconf for cross-builds.
This preseeds some values that autoconf can't sort out on its own
when cross-compiling, thus fixing cross builds.
... Adam
-- System Information:
Debian Release: wheezy/sid
APT prefers raring-updates
APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.7.0-4-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru tk8.5-8.5.11/debian/changelog tk8.5-8.5.11/debian/changelog
diff -Nru tk8.5-8.5.11/debian/rules tk8.5-8.5.11/debian/rules
--- tk8.5-8.5.11/debian/rules 2012-05-29 10:01:37.000000000 -0600
+++ tk8.5-8.5.11/debian/rules 2012-12-08 00:58:39.000000000 -0700
@@ -3,6 +3,13 @@
v = 8.5
DIR = $(shell pwd)/debian/tmp
+DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+ CROSSCONF = ac_cv_func_strtod=yes tcl_cv_strtod_buggy=1
+endif
+
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
@@ -15,7 +22,7 @@
dh $@
override_dh_auto_configure:
- TK_LIBRARY="/usr/share/tcltk/tk$(v)" \
+ TK_LIBRARY="/usr/share/tcltk/tk$(v)" $(CROSSCONF) \
CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
dh_auto_configure -Dunix -- \
--includedir=/usr/include/tcl$(v) \
--- End Message ---
--- Begin Message ---
Source: tk8.5
Source-Version: 8.5.15-3
We believe that the bug you reported is fixed in the latest version of
tk8.5, 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 tk8.5 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: Fri, 10 Jan 2014 12:14:21 +0400
Source: tk8.5
Binary: tk8.5 libtk8.5 libtk8.5-dbg tk8.5-dev tk8.5-doc
Architecture: source amd64 all
Version: 8.5.15-3
Distribution: experimental
Urgency: low
Maintainer: Debian Tcl/Tk Packagers <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Description:
libtk8.5 - Tk toolkit for Tcl and X11 v8.5 - run-time files
libtk8.5-dbg - Symbol files for libtk8.5
tk8.5 - Tk toolkit for Tcl and X11, v8.5 - windowing shell
tk8.5-dev - Tk toolkit for Tcl and X11, v8.5 - development files
tk8.5-doc - Tk toolkit for Tcl and X11, v8.5 - manual pages
Closes: 695444 720143 722940
Changes:
tk8.5 (8.5.15-3) experimental; urgency=low
.
* Fixed version in replacing tk8.5 by tk8.5-doc due to moving demos
(closes: #722940).
* Restored tk8.5 prerm script which removes alternative for /usr/bin/wish
(closes: #720143).
* Export ac_cv_func_strtod=yes and tcl_cv_strtod_buggy=1 to help with
cross-build (closes: #695444).
* Added ${misc:Depends} substvar for libtcl8.5-dbg package.
* Bumped standards version to 3.9.4.
Checksums-Sha1:
582172a75d1f6b4a9cc95153629afa49b50f4b64 1404 tk8.5_8.5.15-3.dsc
d3a76ce124e7ff502279088ea6c2da370e90fe74 13879 tk8.5_8.5.15-3.debian.tar.gz
df117110e1bbd5c6702b684f831e2f22966885a2 106120 tk8.5_8.5.15-3_amd64.deb
b8d3e32b17efc0c36ac4685caf7539200fa9452f 732926 libtk8.5_8.5.15-3_amd64.deb
934f67844079975b264ed08ecb51fdcd5dedb0f2 3204434
libtk8.5-dbg_8.5.15-3_amd64.deb
5832859a7f8a1f252da976a683e68cae0d18fdfa 738914 tk8.5-dev_8.5.15-3_amd64.deb
b240fa11771202bba095ee7d45badb562eb7e920 1128046 tk8.5-doc_8.5.15-3_all.deb
Checksums-Sha256:
9c6929c0d744f87e7e83445bdadd2cc0c7ef1eada1a97c99171d66e44dde5d65 1404
tk8.5_8.5.15-3.dsc
352a461d41dfee8197d0d1040415efbfe66c260875114a60a5ba4b325b1fc0a3 13879
tk8.5_8.5.15-3.debian.tar.gz
f129ff1a67841471f910c63aef421932e573c8826751f9c8eb70092a89e78c39 106120
tk8.5_8.5.15-3_amd64.deb
89d9918ad49db1df79153826634ad005e2c80ba8bb4301999b61c02787be3c2d 732926
libtk8.5_8.5.15-3_amd64.deb
df90b8b9dea45020a82f85e6f9777756f9dff93965b9683e5863333c591eca6d 3204434
libtk8.5-dbg_8.5.15-3_amd64.deb
727bc8a086c2455e10f991662d165e0e0d506f9707443ba292428d7a8b45c83b 738914
tk8.5-dev_8.5.15-3_amd64.deb
fa354c535d3b895c96de16268fc486bf147cd5c9de1ff9f555a1773cb2aae384 1128046
tk8.5-doc_8.5.15-3_all.deb
Files:
e9a0abec9ecf5b5591249fe0deff8838 1404 libs optional tk8.5_8.5.15-3.dsc
22c5dccb801045e7a6c820e6152f7a4a 13879 libs optional
tk8.5_8.5.15-3.debian.tar.gz
44007eba5c6ccb9ecc47e14b1710ae90 106120 interpreters optional
tk8.5_8.5.15-3_amd64.deb
bd1e27879979562052567feed47fb960 732926 libs optional
libtk8.5_8.5.15-3_amd64.deb
36dbf596156405118c276bbc0371a13f 3204434 debug extra
libtk8.5-dbg_8.5.15-3_amd64.deb
368243cbec9a547cc84faade606a5ee3 738914 libdevel optional
tk8.5-dev_8.5.15-3_amd64.deb
2348111708529d1d3c97213947e82faa 1128046 doc optional
tk8.5-doc_8.5.15-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFSz7NGIcdH02pGEFIRAihcAJ9nTcPuOgiKhkaoDIo6SAdsAzSvZgCglus/
VH3kUa5GuHK8eOHQGejDSG8=
=CHG2
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel