Your message dated Tue, 24 Sep 2024 02:37:49 +0000
with message-id <e1ssvqz-00cpaw...@fasolo.debian.org>
and subject line Bug#1075109: fixed in kbd 2.6.4-3
has caused the Debian Bug report #1075109,
regarding kbd: 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.)
--
1075109: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kbd
Version: 2.6.4-2
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/kbd_2.6.4-2_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
[...]
codepage.c: In function ‘handle_codepage’:
codepage.c:284:9: warning: ignoring return value of ‘fread’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
284 | fread(fonts, CPInfoHeader.size, 1, in);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -O2 -g -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro splitfont.c -o
splitfont
splitfont.c: In function ‘dosplit’:
splitfont.c:19:17: error: implicit declaration of function ‘exit’
[-Wimplicit-function-declaration]
19 | exit(1);
| ^~~~
splitfont.c:8:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
7 | #include <sys/stat.h>
+++ |+#include <stdlib.h>
8 |
splitfont.c:19:17: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
19 | exit(1);
| ^~~~
splitfont.c:19:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splitfont.c:21:13: error: implicit declaration of function ‘strlen’
[-Wimplicit-function-declaration]
21 | if (strlen(fontfile) >= sizeof(filename) - 4) {
| ^~~~~~
splitfont.c:8:1: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
7 | #include <sys/stat.h>
+++ |+#include <string.h>
8 |
splitfont.c:21:13: warning: incompatible implicit declaration of built-in
function ‘strlen’ [-Wbuiltin-declaration-mismatch]
21 | if (strlen(fontfile) >= sizeof(filename) - 4) {
| ^~~~~~
splitfont.c:21:13: note: include ‘<string.h>’ or provide a declaration of
‘strlen’
splitfont.c:23:17: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
23 | exit(1);
| ^~~~
splitfont.c:23:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splitfont.c: In function ‘main’:
splitfont.c:51:17: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
51 | exit(1);
| ^~~~
splitfont.c:51:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splitfont.c:56:17: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
56 | exit(1);
| ^~~~
splitfont.c:56:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splitfont.c:60:17: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
60 | exit(1);
| ^~~~
splitfont.c:60:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splitfont.c:64:17: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
64 | exit(1);
| ^~~~
splitfont.c:64:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splitfont.c:69:17: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
69 | exit(1);
| ^~~~
splitfont.c:69:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splitfont.c:74:17: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
74 | exit(1);
| ^~~~
splitfont.c:74:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
splitfont.c:79:29: error: implicit declaration of function ‘strtoul’
[-Wimplicit-function-declaration]
79 | to = from = strtoul(p, &q, 0);
| ^~~~~~~
splitfont.c:86:25: warning: incompatible implicit declaration of built-in
function ‘exit’ [-Wbuiltin-declaration-mismatch]
86 | exit(1);
| ^~~~
splitfont.c:86:25: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
make[2]: *** [<builtin>: splitfont] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/contrib'
make[1]: *** [debian/rules:61: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:25: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: kbd
Source-Version: 2.6.4-3
Done: Andreas Henriksson <andr...@fatal.se>
We believe that the bug you reported is fixed in the latest version of
kbd, 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.
Andreas Henriksson <andr...@fatal.se> (supplier of updated kbd 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: Tue, 24 Sep 2024 03:12:26 +0200
Source: kbd
Architecture: source
Version: 2.6.4-3
Distribution: unstable
Urgency: medium
Maintainer: Console utilities maintainers
<pkg-kbd-de...@lists.alioth.debian.org>
Changed-By: Andreas Henriksson <andr...@fatal.se>
Closes: 1075109
Changes:
kbd (2.6.4-3) unstable; urgency=medium
.
* Team upload.
* Cherry-pick patches from upstream fixing gcc14 FTBFS (Closes: #1075109)
* Build-dep on pkgconf instead of pkg-config
Checksums-Sha1:
ee21ae35ee526c4732d1d2a94494b643c99801ee 2053 kbd_2.6.4-3.dsc
077482c643e79ba75393574392a35ae2ca2fa300 65336 kbd_2.6.4-3.debian.tar.xz
fb5450d25bfa2e2a71d9df70fd02de5870196950 6571 kbd_2.6.4-3_arm64.buildinfo
Checksums-Sha256:
d6e011b466dd8951c7dd3d5b0daf27af5ebe8822c56e8f3c7bd1b031f0ce132d 2053
kbd_2.6.4-3.dsc
0a3712f65dcaef05f0f029f7c8b9c71fa5d6f8d031d5bbce088c45a5c5c9c39a 65336
kbd_2.6.4-3.debian.tar.xz
be8f25248ddf1ddda37c4cc08d14bca16bd49e32a25c436b152233694dab0766 6571
kbd_2.6.4-3_arm64.buildinfo
Files:
7be8453f67df04315c4e1445255d33af 2053 utils optional kbd_2.6.4-3.dsc
ea9d6ebd018d084f93d5b652e8c19834 65336 utils optional kbd_2.6.4-3.debian.tar.xz
6d91920bf406e094ab81ac963c593cbd 6571 utils optional
kbd_2.6.4-3_arm64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAmbyHFQACgkQC8R9xk0T
UwaUFw//TIDknLKtUVSvPnBnu8fqvHd2CtMnDADHgWp5zSaB4//tr6XJykOz0OcK
6yd/lJt7/y6TpuiKnYNR0NmAnzDzrInSRdjrSku+3LJH7QOrL2OfC+j+jWBcVK9P
7DU/UahmeGRki3MpN3rl+B5Im9O1AtEOiqW1m3KfsHeea0M9s5ZgDGmixmSF2YiG
xIL67tq6Lh+A2gKQR58X0cZFwFOob75SX6wKQVr8CICcMBpl1b8aNT/uipCXmOtE
vpafXVOoxYsEVb0RvqTrLGaWTipuBfu8Jfh+jX5bCcUA0cV4Y6boQoUQl3fWUXIb
Ab4WPTwhzF8ecxO5XmVjkC7fPF3fv8wou4fnqEc5JfPSy6Q6MLzkT17LEOxFjfzN
c6FI9DZiFuIe3AakaG9+bvL6gX/m8+6b2CyW3DtGQTJynt+M0znLcM8UOAV0jEfe
v3TzLogzY9aXdNb+vNuYvLTZjQGAAZZQeJMBFRwHgzTo0mvT0r+0MsUiFwTrZsFq
klJaeufMhoUqQefsgpqn5SjrBokK9J9mzrNUHUrSlCTBFxHdI4jSqpH4l2sC6fLA
Rn7kB3fDsKRFkDIpb+NOD1ygF4gA64hJcpkbP8xbJilKtG3VNGuX7Gn+rHJ9sHo9
/wcx7l9LVtngkj5+187q/gFq1JW5K6tP8aAvG2k2UwJmeFLevG4=
=M3Nj
-----END PGP SIGNATURE-----
pgp7yA4LKrvPq.pgp
Description: PGP signature
--- End Message ---