Your message dated Sun, 10 Nov 2024 03:34:15 +0000
with message-id <e1t9yin-00ciic...@fasolo.debian.org>
and subject line Bug#1075684: fixed in xshisen 1:1.51-10
has caused the Debian Bug report #1075684,
regarding xshisen: ftbfs with GCC-14
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.)
--
1075684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075684
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xshisen
Version: 1:1.51-9
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/xshisen_1.51-9_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
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-9f0f4bdf-aaea-4ea0-b606-04ea78554ca4
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package xshisen
dpkg-buildpackage: info: source version 1:1.51-9
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Petter Reinholdtsen <p...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --without autoreconf
dh_clean
debian/rules binary
dh binary --without autoreconf
dh_update_autotools_config
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- --sharedstatedir="/var/games" \
--bindir="/usr/games" \
--datadir="/usr/share/games" \
--with-x11-resource=/etc/X11 \
--x-includes=/usr/X11R6/include \
--x-libraries=/usr/X11R6/lib \
--with-motif
./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --sharedstatedir=/var/games --bindir=/usr/games
--datadir=/usr/share/games --with-x11-resource=/etc/X11
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-motif
creating cache ./config.cache
checking for gcc... x86_64-linux-gnu-gcc
checking whether the C compiler (x86_64-linux-gnu-gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
tail -v -n \+0 config.log
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:547: checking for gcc
configure:660: checking whether the C compiler (x86_64-linux-gnu-gcc -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wl,-z,relro) works
configure:676: x86_64-linux-gnu-gcc -o conftest -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-Wl,-z,relro conftest.c 1>&5
configure:673:1: error: return type defaults to 'int' [-Wimplicit-int]
673 | main(){return(0);}
| ^~~~
configure: failed program was:
#line 671 "configure"
#include "confdefs.h"
main(){return(0);}
dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --sharedstatedir=/var/games --bindir=/usr/games
--datadir=/usr/share/games --with-x11-resource=/etc/X11
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-motif
returned exit code 1
make[1]: *** [debian/rules:11: override_dh_auto_configure] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xshisen
Source-Version: 1:1.51-10
Done: Bo YU <tsu.y...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
xshisen, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bo YU <tsu.y...@gmail.com> (supplier of updated xshisen 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: Mon, 04 Nov 2024 21:11:56 +0800
Source: xshisen
Architecture: source
Version: 1:1.51-10
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1075684
Changes:
xshisen (1:1.51-10) unstable; urgency=medium
.
* QA upload.
* Add 2001-fix-ftbfs-gcc-14.patch to fix ftbfs on gcc-14.
(Closes: #1075684)
* DEB_BUILD_MAINT_OPTIONS = hardening=+all to fix lintian warning.
Checksums-Sha1:
85c5f1dddd87c41712bebe10e58eada90e5fb77e 1932 xshisen_1.51-10.dsc
db3c70f56b47936da1d09e7638907e91fddbd5a7 13080 xshisen_1.51-10.debian.tar.xz
1da6fba3062dbfdf8608d31c787eb78a1488aed5 6321 xshisen_1.51-10_source.buildinfo
Checksums-Sha256:
a5a6f9c03fd65d4fa8803c27b1875a2401c024e2dbba337c941f5f92e2ba8ed9 1932
xshisen_1.51-10.dsc
33ee6e96269f0efc4b6497b1a1ee815f3f03aaad0c3744a405a045e87eb8e66d 13080
xshisen_1.51-10.debian.tar.xz
1e1986f4c7c705d38967c7d28ac278eecaa56891346f98e501531a2dd9245256 6321
xshisen_1.51-10_source.buildinfo
Files:
50ba63182077d299b87c32bd7f569924 1932 games optional xshisen_1.51-10.dsc
222c8af284ea152fde2350dfbf70610c 13080 games optional
xshisen_1.51-10.debian.tar.xz
0f369391e51693378f2ee7aa95ce1c11 6321 games optional
xshisen_1.51-10_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEEzJPpNyx4YT9lsL4DQafa2Aqh014FAmcpik8PHHN5cUBkZWJp
YW4ub3JnAAoJEEGn2tgKodNeHJEP/ibY0pBe+KfyEZSPdFXMlMLfEoPP1+FAHQRN
HE82Ydr/1S+0UkKQxS6AoUjICLiRIj9QPzcr5F2Bi2MReEDw5HfTVOLTgY30BL6i
51rjKQ3d2Owaw2igdJW2Ql41KcE548+lHnKv4fuvKej+RxT8Es5R2X5LSTbpljI/
v2JPBuuQB4H/XEmBrK10D6V1wmZbbcyjRylwOEzRlAzzZ+WsdZ8iXRyNIwcYMbys
6hsp8JylCzWO0XOyBBTJx6gvV7TDnIiSF6K2CdkslGRuDPQ1jKbpi7YyMMEPBHt3
PyEzJhb0kW4pUrzwbtywdUDesYBQ1+zeJeXvgIAob6uDDJY9a8Wnu/ZE8R7vTI7s
VC2Sy59rsD56vbxD9HjlWCm+PQz35AZJoMUvaM3Wd7PPzgPVLH3anJyKgU2+9SGZ
pJPAeKR3WCW73e86TAGGEqp441WU/uUWWVPI5mTk51iSmy2+KPh85CcSEn8dKqzp
7rF7DcLpPHin3g/Kgw7lTgYqErNJnUFWEBWrcyvFSH9zJ/OWRDSL9On8RBgtR2rs
rAjD6dtpU5HRKOTdHptERR4IDKeojd4ljOwatwWGqvD0gpZjLJzE+NuY0zJLtw45
niDUJ7cYgEKzAfUrlzkVG+J5GFwPTTQZ+e+151P283H7hxdewPR15Y45j2H1ktfm
LGq+ULna
=2zcg
-----END PGP SIGNATURE-----
pgpk4OuHSPOwJ.pgp
Description: PGP signature
--- End Message ---