Your message dated Sat, 18 Aug 2018 23:33:58 +0000
with message-id <e1frajg-0000wg...@fasolo.debian.org>
and subject line Bug#891544: fixed in chiark-tcl 1.3.0
has caused the Debian Bug report #891544,
regarding chiark-tcl: ftbfs with GCC-8
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.)
--
891544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891544
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:chiark-tcl
Version: 1.2.1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/chiark-tcl_1.2.1_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-8/porting_to.html
[...]
make[2]: Entering directory '/<<PKGBUILDDIR>>/crypto'
rm -f crypto+tcmdif.c crypto+tcmdif.h *~ ./#*# *.d *+tcmdif.*
rm -f *.o *.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>/crypto'
make[2]: Entering directory '/<<PKGBUILDDIR>>/dgram'
rm -f dgram+tcmdif.c dgram+tcmdif.h *~ ./#*# *.d *+tcmdif.*
rm -f *.o *.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>/dgram'
make[2]: Entering directory '/<<PKGBUILDDIR>>/tuntap'
rm -f tuntap+tcmdif.c tuntap+tcmdif.h *~ ./#*# *.d *+tcmdif.*
rm -f *.o *.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tuntap'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
rm -rf *~ debian/tmp debian/*~ debian/files* debian/substvars*
dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 5 in use)
debian/rules build-arch
test -f hbytes/hbytes.tct
/usr/bin/make prefix=/usr VERSION=1 TCL_VERSION=8.6
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e; for d in base adns hbytes cdb crypto dgram tuntap; do /usr/bin/make -C
$d all; done
make[2]: Entering directory '/<<PKGBUILDDIR>>/base'
./tcmdifgen -wh -obase+tcmdif.h base.tct
Parameterless "use IO" deprecated at ./tcmdifgen line 154.
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -I/usr/include/tcl8.6 -I.
-DTCL_MEM_DEBUG -MMD -o enum.o -c enum.c
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -I/usr/include/tcl8.6 -I.
-DTCL_MEM_DEBUG -MMD -o hook.o -c hook.c
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -I/usr/include/tcl8.6 -I.
-DTCL_MEM_DEBUG -MMD -o idtable.o -c idtable.c
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -I/usr/include/tcl8.6 -I.
-DTCL_MEM_DEBUG -MMD -o parse.o -c parse.c
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -I/usr/include/tcl8.6 -I.
-DTCL_MEM_DEBUG -MMD -o scriptinv.o -c scriptinv.c
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -I/usr/include/tcl8.6 -I.
-DTCL_MEM_DEBUG -MMD -o tcmdiflib.o -c tcmdiflib.c
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -o libchiark_tcl-1.so -shared
-Xlinker -soname=libchiark_tcl-1.so enum.o hook.o idtable.o parse.o scriptinv.o
tcmdiflib.o
make[2]: Leaving directory '/<<PKGBUILDDIR>>/base'
make[2]: Entering directory '/<<PKGBUILDDIR>>/adns'
../base/tcmdifgen -wh -pchiark_tcl_adns -oadns+tcmdif.h ../base/base.tct
adns.tct
Parameterless "use IO" deprecated at ../base/tcmdifgen line 154.
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -I/usr/include/tcl8.6
-I../base -DTCL_MEM_DEBUG -MMD -o adns.o -c adns.c
adns.c: In function 'query_submit':
adns.c:497:40: error: division 'sizeof (const int *) / sizeof (int)' does not
compute the number of array elements [-Werror=sizeof-pointer-div]
for (af=aftry; af < af + sizeof(af)/sizeof(*af); af++) {
^
adns.c:496:16: note: first 'sizeof' operand was declared here
const int *af;
^~
cc1: all warnings being treated as errors
make[2]: *** [../base/final.make:23: adns.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/adns'
make[1]: *** [Makefile:15: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:48: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: chiark-tcl
Source-Version: 1.3.0
We believe that the bug you reported is fixed in the latest version of
chiark-tcl, 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 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ian Jackson <ijack...@chiark.greenend.org.uk> (supplier of updated chiark-tcl
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, 19 Aug 2018 00:21:18 +0100
Source: chiark-tcl
Binary: libtcl-chiark-1
Architecture: source
Version: 1.3.0
Distribution: unstable
Urgency: medium
Maintainer: Ian Jackson <ijack...@chiark.greenend.org.uk>
Changed-By: Ian Jackson <ijack...@chiark.greenend.org.uk>
Description:
libtcl-chiark-1 - Tcl interfaces for adns, cdb, crypto, etc.
Closes: 865451 891544
Changes:
chiark-tcl (1.3.0) unstable; urgency=medium
.
adns:
* Fix IPv6 PTR (reverse) lookups, and compilation with GCC-8.
Closes:#891544.
.
dgram:
* Provide `dgram-socket sockname S'. Closes:#865451.
.
tcmdifgen:
* Turn on warnings and `use strict' and fix everything.
* Replace deprecated `use IO;' with `use IO::File'.
.
Makefiles and build system:
* Provide autopkgtests.
* Refer to $(BASE_DIR) rather than ../base/, making out-of-tree
extentions a bit easier.
Checksums-Sha1:
2d35b7da8915e5084968c4421cedfbc0723d6fa5 1444 chiark-tcl_1.3.0.dsc
5c7b33e3611bc149c59ddd9ea1b529ea8d4c4bd0 67586 chiark-tcl_1.3.0.tar.gz
Checksums-Sha256:
4781ed0018394f0769c3bc098dbbdf0a79e9a948633454b65b37c7dad58c91dd 1444
chiark-tcl_1.3.0.dsc
1c665e8c9835ab857dc961153168de307244bdf3d7ea5b8ccee4cbd79ee5f947 67586
chiark-tcl_1.3.0.tar.gz
Files:
4a8e725a1ca0e0cb83af1cfd2bcb5c33 1444 interpreters optional
chiark-tcl_1.3.0.dsc
ed874266f911b8894781690e1d09c7bc 67586 interpreters optional
chiark-tcl_1.3.0.tar.gz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEVZrkbC1rbTJl58uh4+M5I0i1DTkFAlt4qj0ACgkQ4+M5I0i1
DTmQqgf9F8cXSiwZoiEhcur+Y0apJTFWa+E4Hsu/OcO/7aiVte7kzsZWpYXZv/MJ
BynoHX0Uqxooi7cTPW+zu5u4Aiy9mSVv8bxEeLa63HjZeKKIgJAMoWUIWCTpZszW
9JJwp95BiFslmdKRfcQziRiR4tXVdXpDg6XCW8dMVxqw+n8DqKBMUI3rivaxOQPs
9d3KiHzb9+jtfaIJE462qzQ+rgoFbc1qlFxbh9o1EaS0lNu6KpTXvGvKg7AyzzJn
GcfkJYYyaQ+jwBp+/1qHuH//CImztNnBBJu2wnJE+ievbboa76M/9SuwmhyRkh3/
XR1RlVNn37mVEblno+1IG2h8d0JlUw==
=4NAI
-----END PGP SIGNATURE-----
--- End Message ---