Your message dated Thu, 25 Jul 2024 15:13:30 +0000
with message-id <e1sx09q-00gegn...@fasolo.debian.org>
and subject line Bug#1075683: fixed in xskat 4.0-9
has caused the Debian Bug report #1075683,
regarding xskat: 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.)
--
1075683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075683
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xskat
Version: 4.0-8
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/xskat_4.0-8_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
[...]
skat.c:1827:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1827 | fscanf(f,"i %d %d\n",&laninvite[0],&laninvite[1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
skat.c:1833:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1833 | fscanf(f,"a %9s %9s\n",usrname[0],usrname[1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
skat.c:1834:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1834 | fscanf(f,"a %9s %9s\n",conames[0][0],conames[0][1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
skat.c:1835:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1835 | fscanf(f,"a %9s %9s\n",conames[1][0],conames[1][1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xio.c: In function ‘read_cards’:
xio.c:1818:7: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1818 | fscanf(f,"%*s ");
| ^~~~~~~~~~~~~~~~
irc.c: In function ‘irc_connect’:
irc.c:1384:3: warning: ignoring return value of ‘pipe’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
1384 | pipe(pipe1fd);
| ^~~~~~~~~~~~~
irc.c:1385:3: warning: ignoring return value of ‘pipe’ declared with attribute
‘warn_unused_result’ [-Wunused-result]
1385 | pipe(pipe2fd);
| ^~~~~~~~~~~~~
xdial.c: In function ‘di_grafik’:
xdial.c:3165:19: warning: ‘%s’ directive writing up to 39 bytes into a region
of size between 0 and 39 [-Wformat-overflow=]
3165 | sprintf(buf,"%s %s",usrname[0],usrname[1]);
| ^~ ~~~~~~~~~~
In file included from /usr/include/stdio.h:964,
from xdial.c:24:
In function ‘sprintf’,
inlined from ‘di_grafik’ at xdial.c:3165:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 2 and 80 bytes into a destination of
size 40
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
xdial.c: In function ‘di_strateg’:
xdial.c:3209:19: warning: ‘%s’ directive writing up to 39 bytes into a region
of size between 0 and 39 [-Wformat-overflow=]
3209 | sprintf(buf,"%s %s",conames[0][0],conames[0][1]);
| ^~ ~~~~~~~~~~~~~
In function ‘sprintf’,
inlined from ‘di_strateg’ at xdial.c:3209:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 2 and 80 bytes into a destination of
size 40
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
xdial.c: In function ‘di_strateg’:
xdial.c:3219:19: warning: ‘%s’ directive writing up to 39 bytes into a region
of size between 0 and 39 [-Wformat-overflow=]
3219 | sprintf(buf,"%s %s",conames[1][0],conames[1][1]);
| ^~ ~~~~~~~~~~~~~
In function ‘sprintf’,
inlined from ‘di_strateg’ at xdial.c:3219:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 2 and 80 bytes into a destination of
size 40
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 CC=x86_64-linux-gnu-gcc "CCOPTIONS=-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"
"EXTRA_LDOPTIONS=-Wl,-z,relro -Wl,-z,now" returned exit code 2
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xskat
Source-Version: 4.0-9
Done: Florian Ernst <flor...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xskat, 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.
Florian Ernst <flor...@debian.org> (supplier of updated xskat 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, 25 Jul 2024 16:29:07 +0200
Source: xskat
Architecture: source
Version: 4.0-9
Distribution: unstable
Urgency: medium
Maintainer: Florian Ernst <flor...@debian.org>
Changed-By: Florian Ernst <flor...@debian.org>
Closes: 1075683
Changes:
xskat (4.0-9) unstable; urgency=medium
.
[ Debian Janitor ]
* [a8ea653] Remove constraints unnecessary since buster (oldstable)
* Build-Depends: Drop dependency on essential package dpkg-dev (>=
1.16.1~).
Changes-By: deb-scrub-obsolete
.
[ Florian Ernst ]
* [72119fb] d/patches/xskat-c99.patch: import from Fedora.
Thanks to Florian Weimer <fwei...@redhat.com>, Jochen Sprickerhof
<jspri...@debian.org>
(Closes: #1075683)
* [b5a80af] d/rules: set PREPROCESSMANPAGES= to avoid cpp-14 error.
We don't install the processed pages anyways but stick to the provided
ones.
* [b92e648] d/copyright: update for 2024
* [be59cd8] d/control: Recommends on xfonts-base (LP: #1818215)
* [41566f0] d/salsa-ci.yml: added
Checksums-Sha1:
f283c26ffb6e324ccae8c292013169fec133c981 1796 xskat_4.0-9.dsc
50c7ef00167189d962e583130e1e97f827f6fd5b 4572 xskat_4.0-9.debian.tar.xz
e615bdc88a04b3b3b6e29afb15e85b04d32b5b37 6871 xskat_4.0-9_amd64.buildinfo
Checksums-Sha256:
8a121754e2f21b9ead92ceb4751bc78accf839d02c4b84d2ec54cddd88f71eef 1796
xskat_4.0-9.dsc
a06c06fb72dbad33e2099015de9f5a20fda8ce8366d8f1e26dfa189b7a6063fb 4572
xskat_4.0-9.debian.tar.xz
20a4895f640c3b5477e2fc7da03f667ebd226406d7b33f22820dfedbbd5b26c1 6871
xskat_4.0-9_amd64.buildinfo
Files:
e3ed51261d8505b82971e810c83bb665 1796 games optional xskat_4.0-9.dsc
32b03810b2fc8d246104583e02533a57 4572 games optional xskat_4.0-9.debian.tar.xz
d40d82373e1ccd97bf153b250ea20177 6871 games optional
xskat_4.0-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEBn03XtJwVyplJ26xBjdBuvXdHs4FAmaiYZ8ACgkQBjdBuvXd
Hs69zRAApFesSKwU95d8jHMUykPkC7B3iBoLiiVvXn45T/CsiUgYvcNr8ByTN9p5
9M63qsvOd0eCQQd63g0tCDvbFEyHm4GIIJCefWB040f/3MxZWN6Pyu0hpwqj9T+E
oDgF484vbkxftGPC9REwzwNh22FBXa5WMsFyE5dZHaWN03lvfBhpTR73B2j8PnCm
VEUQTtgEaDr0ekVRspUz+/HFdVBSefxmj3tO90Slun9IK4VMItD8qzjeDYIAsPVa
iuVZq9pLv22VMejwd0vJGGbrAIBYnR3kL+JaC1qVgxJrxYEW9Dj3PCH9nifi93Cc
zgJk7cnz36dJkoQrpzQyXJTGkYzg+U0twGtU180ZkfwQWsCB6PA91EaFnP5sep5S
3dmcJb6R5IcaP6cd2fL8G5QSQeu8KR+TR0j9TBjAZHn5jLjZIKxD4WmukglASnfc
eOkOiJ+qhzn54xJSwHFgF207yNQktQFCPCbOyJnSN09IWmJ/X1R9r5/zGdtNORFF
5EAutcVQxvAxMzb2kcIdHdubhdCsKnDTlBourqrRx3XsLLoIjChxy/sJ1rvg9prh
TmHZGIX3L2mNtOt9vvvUHgA9tfbO5esq89N+vZ237WucKlbmN/X3iFWc+QqexYTl
IKDYXUkwS36/uEUcLBeEWwMyHXPWZ9Nb3nRIvNpRxLQXcFP7byk=
=7glK
-----END PGP SIGNATURE-----
pgp2Iv9uRZ_iJ.pgp
Description: PGP signature
--- End Message ---