Your message dated Mon, 17 Aug 2020 13:18:24 +0000
with message-id <e1k7f1s-0007no...@fasolo.debian.org>
and subject line Bug#957087: fixed in chiark-tcl 1.3.3
has caused the Debian Bug report #957087,
regarding chiark-tcl: ftbfs with GCC-10
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.)
--
957087: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957087
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:chiark-tcl
Version: 1.3.2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/chiark-tcl_1.3.2_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
rm -f *.o *.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>/adns'
make[2]: Entering directory '/<<PKGBUILDDIR>>/hbytes'
rm -f hbytes+tcmdif.c hbytes+tcmdif.h *~ ./#*# *.d *+tcmdif.*
rm -f *.o *.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>/hbytes'
make[2]: Entering directory '/<<PKGBUILDDIR>>/cdb'
rm -f cdb+tcmdif.c cdb+tcmdif.h *~ ./#*# *.d *+tcmdif.*
rm -f *.o *.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>/cdb'
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: warning: Compatibility levels before 9 are deprecated (level 5 in use)
debian/rules build
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
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
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
../base/tcmdifgen -wc -pchiark_tcl_adns -oadns+tcmdif.c ../base/base.tct
adns.tct
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+tcmdif.o -c adns+tcmdif.c
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -o chiark_tcl_adns-1.so
-shared -Xlinker -soname=chiark_tcl_adns-1.so adns.o adns+tcmdif.o -ladns
../base/libchiark_tcl-1.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>/adns'
make[2]: Entering directory '/<<PKGBUILDDIR>>/hbytes'
../base/tcmdifgen -wh -pchiark_tcl_hbytes -ohbytes+tcmdif.h ../base/base.tct
hbytes-base.tct hbytes.tct
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 chop.o -c chop.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../base -DTCL_MEM_DEBUG -MMD -o hbytes.o -c hbytes.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../base -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../base -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../base -DTCL_MEM_DEBUG -MMD -o ulongs.o -c ulongs.c
../base/tcmdifgen -wc -pchiark_tcl_hbytes -ohbytes+tcmdif.c ../base/base.tct
hbytes-base.tct hbytes.tct
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 hbytes+tcmdif.o -c hbytes+tcmdif.c
x86_64-linux-gnu-gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
-O2 -Wno-pointer-sign -fno-strict-aliasing -fPIC -o chiark_tcl_hbytes-1.so
-shared -Xlinker -soname=chiark_tcl_hbytes-1.so chop.o hbytes.o hook.o parse.o
ulongs.o hbytes+tcmdif.o ../base/libchiark_tcl-1.so
/usr/bin/ld: hbytes.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: multiple definition
of `cht_ulong_type'; chop.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: first defined
here
/usr/bin/ld: hook.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: multiple definition
of `cht_ulong_type'; chop.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: first defined
here
/usr/bin/ld: parse.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: multiple definition
of `cht_ulong_type'; chop.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: first defined
here
/usr/bin/ld: ulongs.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: multiple definition
of `cht_ulong_type'; chop.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: first defined
here
/usr/bin/ld: hbytes+tcmdif.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251: multiple
definition of `cht_ulong_type'; chop.o:/<<PKGBUILDDIR>>/hbytes/hbytes.h:251:
first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [../base/shlib.make:27: chiark_tcl_hbytes-1.so] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/hbytes'
make[1]: *** [Makefile:15: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:50: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: chiark-tcl
Source-Version: 1.3.3
Done: Ian Jackson <ijack...@chiark.greenend.org.uk>
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 957...@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: Mon, 17 Aug 2020 14:03:47 +0100
Source: chiark-tcl
Architecture: source
Version: 1.3.3
Distribution: unstable
Urgency: medium
Maintainer: Ian Jackson <ijack...@chiark.greenend.org.uk>
Changed-By: Ian Jackson <ijack...@chiark.greenend.org.uk>
Closes: 957087
Changes:
chiark-tcl (1.3.3) unstable; urgency=medium
.
* hbytes.h: Add a missing `extern' on a data declaration.
Fixes GCC-10 FTBFS. Closes:957087.
Checksums-Sha1:
99de23aa62d9bf9b99c704508cda915bd3114085 1444 chiark-tcl_1.3.3.dsc
d80e4b54b8faca654688c3ba75e3536cf38713e5 67087 chiark-tcl_1.3.3.tar.gz
Checksums-Sha256:
36092f18f64937c13c8ef3ca93cafce7f38d4d239a17b0ab28df6e9b7636f311 1444
chiark-tcl_1.3.3.dsc
cc18d6b1196d925e1c3c2aabe1e173b350319697990123f44c22815f620acaf8 67087
chiark-tcl_1.3.3.tar.gz
Files:
ee82e463a9dd4454aafa942b6a144ae6 1444 interpreters optional
chiark-tcl_1.3.3.dsc
cb1be23df1817edfaae073e5ff2eccc6 67087 interpreters optional
chiark-tcl_1.3.3.tar.gz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEVZrkbC1rbTJl58uh4+M5I0i1DTkFAl86gI8ACgkQ4+M5I0i1
DTnSmAf9Fr9Inh9wkXj7qKEH58v0c5iJfcaXGl5UufGxhF/cVzW288vQueAETsaB
twMgrL35/W2eMoMb7fjr0Z1NXObPQPp4QP0XkO39w/i5KSSVsq33x6/W7jYzyBJX
tyww7G1s007o7C7ZT0d1ApTZy3K2t2913HXQzejFNZmDSscEkBt/LRt9K9C5vmzn
+C6WwIVYbDbeqsON5IMsihg6qg5+XlXDKG6oECfl6bWMoithjgvElZENd9h9gm6W
PoNiTbjtaZ2zgD5czseLDPFmUlSjYPZcir2A3ndbQczx7gmFqPFFnSjnlelSpcU7
bIPx0wYTIw6JryeRfv33ZAx61QfsGQ==
=3MVb
-----END PGP SIGNATURE-----
--- End Message ---