Your message dated Wed, 21 Oct 2020 02:39:56 +0000
with message-id <[email protected]>
and subject line Bug#958004: fixed in xtron 1.1a-14.1
has caused the Debian Bug report #958004,
regarding xtron: 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 [email protected]
immediately.)
--
958004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958004
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xtron
Version: 1.1a-14
Severity: normal
Tags: sid bullseye
User: [email protected]
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/xtron_1.1a-14_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
[...]
/<<PKGBUILDDIR>>/CHANGES
/<<PKGBUILDDIR>>/Makefile
/<<PKGBUILDDIR>>/README
/<<PKGBUILDDIR>>/main.c
/<<PKGBUILDDIR>>/main.h
/<<PKGBUILDDIR>>/resource.c
/<<PKGBUILDDIR>>/xtronrc
Check disk space
----------------
Sufficient free space for build
User Environment
----------------
APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-422d6a60-1272-477f-bc6d-0e83087db4f1
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package xtron
dpkg-buildpackage: info: source version 1.1a-14
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Uwe Hermann <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
test -x debian/rules
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make -C . CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2"
LDFLAGS="-Wl,-z,relro" -k clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f wintype.o xtron.o main.o xpm2pixmap.o resource.o *~ *flc xtron
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: warning: Compatibility levels before 9 are deprecated (level 5 in use)
debian/rules build
test -x debian/rules
mkdir -p "."
/usr/bin/make -C . CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2"
LDFLAGS="-Wl,-z,relro"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I/usr/include/X11 -I/usr/include -c -o
wintype.o wintype.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I/usr/include/X11 -I/usr/include -c -o
xtron.o xtron.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I/usr/include/X11 -I/usr/include -c -o
main.o main.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I/usr/include/X11 -I/usr/include -c -o
xpm2pixmap.o xpm2pixmap.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -I/usr/include/X11 -I/usr/include -c -o
resource.o resource.c
gcc wintype.o xtron.o main.o xpm2pixmap.o resource.o -L/usr/X11R6/lib -lXpm
-lX11 -o xtron
/usr/bin/ld: main.o:./xtron.h:43: multiple definition of `p';
xtron.o:./xtron.h:43: first defined here
/usr/bin/ld: main.o:./xtron.h:47: multiple definition of `b';
xtron.o:./xtron.h:47: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:38: xtron] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build]
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xtron
Source-Version: 1.1a-14.1
Done: Michael Hudson-Doyle <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xtron, 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.
Michael Hudson-Doyle <[email protected]> (supplier of updated xtron 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: SHA256
Format: 1.8
Date: Tue, 06 Oct 2020 13:59:40 +1300
Source: xtron
Architecture: source
Version: 1.1a-14.1
Distribution: unstable
Urgency: medium
Maintainer: Uwe Hermann <[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 958004
Changes:
xtron (1.1a-14.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Apply patch from Reiner Herrmann to fix ftbfs with gcc 10.
(Closes: #958004)
Checksums-Sha1:
f3db4089c364dead1305e51761bd57aab687b917 1688 xtron_1.1a-14.1.dsc
ae809a8f5af07317af075ef9609fd4616f9c819d 6844 xtron_1.1a-14.1.diff.gz
e7224ec1b167cb3394fe0746850250094a6a6ac6 6657 xtron_1.1a-14.1_source.buildinfo
Checksums-Sha256:
f8bb828f32dcd96e4f22025980ab2da11f6c4537c2d449fcc00c01166cb32416 1688
xtron_1.1a-14.1.dsc
c82e6ef6c4714759041e53551ba619954c2275f68c6ea9012d72ecaed5edd029 6844
xtron_1.1a-14.1.diff.gz
0526cf03682526cbcb659682e50784ce7aef8e65da940c2b0e4f1d81d64e5078 6657
xtron_1.1a-14.1_source.buildinfo
Files:
003165463864ead370b146cd594bf4a1 1688 games optional xtron_1.1a-14.1.dsc
b6b30ab85088b6b5570267c90d82db3b 6844 games optional xtron_1.1a-14.1.diff.gz
e0cf91b8a4429e86125a63dbfcfb4017 6657 games optional
xtron_1.1a-14.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAl97whIACgkQEd9ClMyj
mJPzvQ/+M2yWjpYAjYlIW62agyWKE+XaO2rrINW1cwIw6yl9lFqKTf0F7HFT2meJ
jl/8FPRSuTo0f6jCrut3ET9G+7woyADMElVwgJ2ZHZriuWMtRdNe3WXuB2y0SqAy
SCKK6qdaPZNtTHWmPmlchxaZWSXNo0YkJe6C5T6KGo3ESBRQbGx0J6MDgZH71QMd
F7p+qvUKIxttlXtUgtP1B9PD6JyWYgq9ZDTuis56VGHbYoHAYovS+w2yWZ16HaXo
gGKlxaIJtBbSlkZemmOkQPSIupmPGjhqhT2oKdZCMaijU5VVrVyKiHcM5mjHRbnZ
ZV5Lf+o9RB8dkKwTv4YFuQ/cH4eKZ+psa9d2xyp5G/sDGWeEcKPa+IMKLgOXehS+
Z4mjoc858vaAI/K7C3FhpGFX5Y3M+xqy+d2jh+b1hrSPHFj8c4lD8Nrbop+giEvG
k9S47d9nuGyXZdfpWpwuXF64kaat2s7ID0beOFPvs6QmSO85BoqHwVd82KB7jWZm
vteGC2qWwsKHhv5GtodLB3xKyFeO9ut9HbK/8/11caw7REqXs/Azk9Xrtiyhnifo
JWCMQYSpYiUmh82fgPMY4MzqVerLU52BKljLbjNzX7zvdje5MmZFrWdeAhdJ1Zv8
nGK4w/nKAozUdmke8wpjYMNmudaMk6xrMSctDTOxT6b3BqW8Q9M=
=6YyJ
-----END PGP SIGNATURE-----
--- End Message ---