Your message dated Sun, 06 Jan 2019 19:06:08 +0000
with message-id <e1ggdko-0003gl...@fasolo.debian.org>
and subject line Bug#911394: fixed in tkgate 2.1+repack-1
has caused the Debian Bug report #911394,
regarding tkgate hard codes include directories for iconv.h
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.)
--
911394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911394
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tkgate
Version: 2.0~b10-6
Tags: patch upstream
Control: block 798955 by -1
The TKG_CHECK_ICONV_H macro in acinclude.m4 hard searches for iconv.h on
TKGATE_INCDIRS. Notably the chosen TKGATE_INCDIRS lack
/usr/include/<triplet>. That means tkgate fails to build against a
non-glibc libc or against a glibc that fixes #798955. I think the check
is using entirely broken assumptions. There's a reason autotools have
AC_CHECK_HEADER and AC_CHECK_LIB and such. The attached patch minimally
fixes that up in a compatible way. Please consider applying it.
Helmut
--- tkgate-2.0~b10.orig/acinclude.m4
+++ tkgate-2.0~b10/acinclude.m4
@@ -104,11 +104,13 @@
#--------------------------------------------------------------------
AC_DEFUN([TKG_CHECK_ICONV_H],[
AC_MSG_CHECKING([for iconv.h])
+ AC_CHECK_HEADER([iconv.h],[iconv_h_dir=/nonexistent],[
for p in $TKGATE_INCDIRS; do
if test -f $p/iconv.h; then
iconv_h_dir=$p
fi
done
+ ])
for p in $TKGATE_LIBDIRS; do
if test -f $p/libiconv.a; then
iconv_lib_dir=$p
--- End Message ---
--- Begin Message ---
Source: tkgate
Source-Version: 2.1+repack-1
We believe that the bug you reported is fixed in the latest version of
tkgate, 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 911...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Georges Khaznadar <georg...@debian.org> (supplier of updated tkgate 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 06 Jan 2019 18:03:52 +0100
Source: tkgate
Binary: tkgate tkgate-data tkgate-doc
Architecture: source all amd64
Version: 2.1+repack-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Georges Khaznadar <georg...@debian.org>
Description:
tkgate - Tcl/Tk based digital circuit editor and simulator
tkgate-data - Tcl/Tk based digital circuit editor and simulator - data files
tkgate-doc - Tcl/Tk based digital circuit editor and simulator - documentation
Closes: 911394 912681 916665
Changes:
tkgate (2.1+repack-1) unstable; urgency=medium
.
* updated the watch file to upgrade to the newer version on another
repository, https://bitbucket.org/starling13/tkgate. Closes: #916665
* upgraded to new upstream version 2.1
* updated debian patches (many of them are removed)
* updated Standards-Version: 4.3.0, dh level: 11
* added a build-dependency on libpango1.0-dev
* applied Helmut Grohne's patches. Closes: #911394
* checked that upstream changes comply with Helmut Grohne's patch
named cross.patch. Closes: #912681
* removed upstream files doc/fig/valid-html401.png and doc/valid-html401.png
as they are non-free; updated d/copyright and d/watch
Checksums-Sha1:
dd227af4b7d83acaf64d16fdc579606ccb1fd550 2219 tkgate_2.1+repack-1.dsc
c7637016827e769e7171d0d3a1a5212bfaab395e 7748432 tkgate_2.1+repack.orig.tar.xz
f987e77c63f7878beef40024d57d91ed3c5c4fd0 7732 tkgate_2.1+repack-1.debian.tar.xz
3a20e5b348d33d4b53d7463bfc8da4857b27acbf 1148452
tkgate-data_2.1+repack-1_all.deb
7471c91cd60a79c64f67d8b0a90166dd902da6cc 4599096
tkgate-dbgsym_2.1+repack-1_amd64.deb
c7c8bad2a7a02e699e95240f6e4f9838931d9491 3597812
tkgate-doc_2.1+repack-1_all.deb
8143dde00f7b4006aff77a0fe4597bea523ec9ae 9654
tkgate_2.1+repack-1_amd64.buildinfo
280f10fdc03952465efc8d5408e60dbfc181e564 411328 tkgate_2.1+repack-1_amd64.deb
Checksums-Sha256:
418d499a4492eecaefa126b6b73e727ce3e820da2ba156e3aa5c4c349bd56d20 2219
tkgate_2.1+repack-1.dsc
5bf4efe9cc6b9718f44d84d163b7bfbc0185f00c03688c46b27172fa4d9c2455 7748432
tkgate_2.1+repack.orig.tar.xz
8df0fe5bbf012dbf717d1e7942eff4f1b69e59c7e888c9fe44185f79730b9c57 7732
tkgate_2.1+repack-1.debian.tar.xz
9e875b1a63bb5ad103457cd07cebd75ea67ff780449c3d3e05ff9450ed8a1b1a 1148452
tkgate-data_2.1+repack-1_all.deb
4d6c091b00dc251caaa8c21478dea3410479e6e21434974bcaf67b959d986efe 4599096
tkgate-dbgsym_2.1+repack-1_amd64.deb
810c6dee034e1b7580b3bd28a5e28a01b62930a43394cb304d22c766d535e13a 3597812
tkgate-doc_2.1+repack-1_all.deb
bf3f09f58a975daea8f802b4058b22207926f7b86569dc749d121e91e47a31c9 9654
tkgate_2.1+repack-1_amd64.buildinfo
840c7dcbc031f30155f6ec8536e4a501de9df170e844be19aed21e427cf741c6 411328
tkgate_2.1+repack-1_amd64.deb
Files:
c4d9d43c40cb2d8ff06e2dd7e6c6b111 2219 electronics optional
tkgate_2.1+repack-1.dsc
0c03ae8596c75fcd2452a87bb0bda223 7748432 electronics optional
tkgate_2.1+repack.orig.tar.xz
9540144a1f306b24c9acd6d1c272f327 7732 electronics optional
tkgate_2.1+repack-1.debian.tar.xz
9613e35dc492a1cec492d80da356f99c 1148452 electronics optional
tkgate-data_2.1+repack-1_all.deb
adc7dcec8eaf5a851f5e5a07e7530ae8 4599096 debug optional
tkgate-dbgsym_2.1+repack-1_amd64.deb
5ff28afab604b3d837cc3b2921d960c8 3597812 doc optional
tkgate-doc_2.1+repack-1_all.deb
a40d7145269b02639b6eaa20152d8168 9654 electronics optional
tkgate_2.1+repack-1_amd64.buildinfo
dc770399f900598100caea5ce3b2415e 411328 electronics optional
tkgate_2.1+repack-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAlwySYUACgkQHCgWkHE2
rjkxORAAsVZss7/STGFUa+ef/x6j/1xpKYfoMV6K1AtcG0NNfBk9TmixqbaPdyHl
55aPZZEqco1JORuvNJ8YsWb97hhumyWpDfY95WaccAquR9lcp1llgxXy8N63zBZK
GNdkJiRAnrYNDM81nj/tH1JFiMxGpv1dK0SlYtcN3qybL0Oe5tDfOmbOOp7Dt+Zf
LJP7zjZ4FgmbtbJTtGw15rGqvgc1Kfe966zGe7xNMJCRpGmEcldfu8S8hip/bBvk
OOk/5JYiJhTop60gJwocES2/DaptDZw+QKZUp1IJzDeaJ7WwcDtCeeUb1BHTcCrv
gPA2z7jUHicPY+EZHDDHsY2ZvEjvI0cLNwPoUlQtXcSJ28SLwf/e3UrKFRlwDK0s
TIrX8edF9GERLv38CFM2V4QwyDP3DLM9wrbRKveCV6LpSYgub/i6TYOrXLSafjpv
NWDzHau6RDKJJ5ClPgzZacI/PVWA1czoz71k4KRF1oERklmEa1w8LdxJYy9wzT7/
DE2GZaRJCMZk33KpbihthhZFahTz1SYSmdLN4a43jJ8BwrivW6t4I/cVa4znXj/E
2cXLnlxK30qfCIWg9RKfQWnylSeiMMgBleP63z9qJlBoQl1AQtV7HkHxpNr9ofA4
kGHbOtp8KMTF7ymGsiuM9tb7mXRmmP3xuDyhLTC1YNDxbKx/nIw=
=3+4n
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers