Your message dated Thu, 23 Jul 2020 10:04:59 +0000
with message-id <e1jyy5z-0004fz...@fasolo.debian.org>
and subject line Bug#957871: fixed in tf 1:4.0s1-21
has caused the Debian Bug report #957871,
regarding tf: 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.)
--
957871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957871
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tf
Version: 1:4.0s1-20
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/tf_4.0s1-20_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
[...]
mv regexp/regexp.o .
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -o tf command.o
dstring.o expand.o expr.o help.o history.o keyboard.o macro.o main.o malloc.o
mccp.o output.o process.o search.o signals.o socket.o tfio.o tty.o util.o
variable.o world.o regexp.o -lm -ltermcap -lz
/usr/bin/ld: expand.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: expr.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: history.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: macro.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: main.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: output.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: process.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: socket.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: variable.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: world.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:116: tf] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
cat: exitmsg: No such file or directory
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
touch build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test -O--parallel
fakeroot debian/rules binary
dh binary --parallel
dh_testroot -O--parallel
dh_prep -O--parallel
debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p \
debian/tf/usr/games \
debian/tf/usr/share/games \
debian/tf/usr/share/man/man1 \
debian/tf/usr/share/doc/tf/examples
./unixmake install \
TF=/<<PKGBUILDDIR>>/debian/tf/usr/games/tf \
LIBDIR=/<<PKGBUILDDIR>>/debian/tf/usr/share/games/tf \
MANPAGE=/<<PKGBUILDDIR>>/debian/tf/usr/share/man/man1/tf4.1 \
AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/<<PKGBUILDDIR>>'
cd ./src; { make install 2>&1; echo; cat exitmsg; } | \
{ tee -a ../Build.log || cat; }
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -o tf command.o
dstring.o expand.o expr.o help.o history.o keyboard.o macro.o main.o malloc.o
mccp.o output.o process.o search.o signals.o socket.o tfio.o tty.o util.o
variable.o world.o regexp.o -lm -ltermcap -lz
/usr/bin/ld: expand.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: expr.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: history.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: macro.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: main.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: output.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: process.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: socket.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: variable.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
/usr/bin/ld: world.o:./src/socket.h:16: multiple definition of `world_decl';
command.o:./src/socket.h:16: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:116: tf] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
#####################################################
#### TinyFugue installation FAILED.
#### See README for help.
####
#### Perhaps gcc is not configured correctly.
#### Before contacting the author, set (and uncomment)
#### CC=cc in unix/Config and try again.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
mv debian/tf/usr/share/games/tf/CHANGES debian/tf/usr/share/doc/tf/changelog
mv: cannot stat 'debian/tf/usr/share/games/tf/CHANGES': No such file or
directory
make[1]: *** [debian/rules:20: override_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: tf
Source-Version: 1:4.0s1-21
Done: Jan Niehusmann <j...@debian.org>
We believe that the bug you reported is fixed in the latest version of
tf, 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.
Jan Niehusmann <j...@debian.org> (supplier of updated tf 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: SHA512
Format: 1.8
Date: Thu, 23 Jul 2020 11:40:24 +0200
Source: tf
Architecture: source
Version: 1:4.0s1-21
Distribution: unstable
Urgency: medium
Maintainer: Jan Niehusmann <j...@debian.org>
Changed-By: Jan Niehusmann <j...@debian.org>
Closes: 957871
Changes:
tf (1:4.0s1-21) unstable; urgency=medium
.
* Fix build with gcc-10 (Closes: Bug#957871)
Checksums-Sha1:
a564fb25872ab22faf4b43b4733922862c5f8706 1516 tf_4.0s1-21.dsc
eb66068bf7a581f8e18515765ec8a25d5e4628a9 12772 tf_4.0s1-21.debian.tar.xz
696a25d32528c49f5676687d4d90a32926f6b857 5420 tf_4.0s1-21_amd64.buildinfo
Checksums-Sha256:
580a7f96750eddcf85bcdba07da860248a586b49c769d56f40b45e9a14fc9c06 1516
tf_4.0s1-21.dsc
5d454d93a74f1fb208f1168dada2cbf0d0495136fce4a393c0173e824e26f93d 12772
tf_4.0s1-21.debian.tar.xz
bfdcd4d8598a8e1efe922dc1f5ad4c01554454ad13a27adb8cb5546f4a12e0a2 5420
tf_4.0s1-21_amd64.buildinfo
Files:
3885153df5d10fdd411ad1baa2d3c197 1516 games optional tf_4.0s1-21.dsc
46ef490cbcb504dfda43ecbc0c02c709 12772 games optional tf_4.0s1-21.debian.tar.xz
e8095d2fd5cae07aae90f6517c327694 5420 games optional
tf_4.0s1-21_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHDBAEBCgAtFiEE+20yASySVog94MmzwkDOmV0CaxEFAl8ZXDoPHGphbkBkZWJp
YW4ub3JnAAoJEMJAzpldAmsRToQL/RDp0dztQUxTOl2vxn8b7E4sQn4EiiO11fjF
h6CfNNO0XGEx6cItcuSwABZzEWBnC7YEo4/B2mA0fQdzvVHRlBmsi0PBlrtobRSa
KxjtzAGZJl5BONSAguofcmE1WRsxLF3tYP7+Vb4bDHT5brMlmuN2A1Gowz45XcYv
HCFErKv5Cjz0YVKUJbVcla0PW39z6/BlyuE2qFW3S7lZplMyzal821jqbgUo8/Iv
uxMy4IfM/iVSermRigNVx1EXPIo7Pz2lOz6sUwyTW0fKt3tWVGLZu0sCiPztsjsW
oPm1fIqhYkC9sNEq1R+oQlHrNc4qQe114gxRRPewjFterh+blJ6KMu/gH6y3jkvj
Rf04PeJ/hlHQoDjkcGzZH4GuWOtP2fu2ZgxvQ0voyidQ6sSSN7A3x13Wo7GeQ8pA
ks4L3RFxFRNQp7oUidcVRM1M8cNQp7m9gBLC7APDrbOaeY1XzptrzUQaBc18y3kx
T7eFF3Px97Mldk66JrrdiTV5WMFSKQ==
=PI2O
-----END PGP SIGNATURE-----
--- End Message ---