Your message dated Sun, 28 Jul 2024 16:24:15 +0000
with message-id <[email protected]>
and subject line Bug#1075668: fixed in xkeycaps 2.47-8
has caused the Debian Bug report #1075668,
regarding xkeycaps: 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 [email protected]
immediately.)
--
1075668: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075668
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xkeycaps
Version: 2.47-7
Severity: important
Tags: sid trixie
User: [email protected]
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/xkeycaps_2.47-7_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
[...]
| char **
/usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but argument
is of type ‘char **’
170 | _Xconst char **list,
| ^
commands.c:2552:5: warning: missing sentinel in function call [-Wformat=]
2552 | XtVaSetValues (box->icon, XtNbitmap, p, XtNheight, h, 0);
| ^~~~~~~~~~~~~
commands.c: In function ‘vendor_list_cb’:
commands.c:2601:38: error: passing argument 2 of ‘XawListChange’ from
incompatible pointer type [-Wincompatible-pointer-types]
2601 | XawListChange (box->keyboard_list, list, 0, 0, True);
| ^~~~
| |
| char **
/usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but argument
is of type ‘char **’
170 | _Xconst char **list,
| ^
commands.c: In function ‘make_select_kbd_dbox’:
commands.c:2657:3: warning: missing sentinel in function call [-Wformat=]
2657 | XtVaSetValues (vendor_list, XtNwidth, vendor_list->core.width + 20,
0);
| ^~~~~~~~~~~~~
commands.c:2685:5: warning: missing sentinel in function call [-Wformat=]
2685 | XtVaSetValues (kbd_list, XtNwidth, kbd_list->core.width + 20, 0);
| ^~~~~~~~~~~~~
commands.c:2711:5: warning: missing sentinel in function call [-Wformat=]
2711 | XtVaSetValues (map_list, XtNwidth, map_list->core.width + 20, 0);
| ^~~~~~~~~~~~~
commands.c: In function ‘pop_up_kbd_dbox’:
commands.c:2748:3: warning: missing sentinel in function call [-Wformat=]
2748 | XtVaSetValues (select_kbd_box->label2, XtNlabel, choose_kbd_message,
0);
| ^~~~~~~~~~~~~
commands.c: In function ‘stop_the_insanity’:
commands.c:3213:31: warning: ‘XKeycodeToKeysym’ is deprecated
[-Wdeprecated-declarations]
3213 | ? XKeycodeToKeysym (dpy, code2, column)
| ^
/usr/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
commands.c:3279:31: warning: ‘XKeycodeToKeysym’ is deprecated
[-Wdeprecated-declarations]
3279 | ? XKeycodeToKeysym (dpy, code2, column)
| ^
/usr/include/X11/Xlib.h:1687:15: note: declared here
1687 | extern KeySym XKeycodeToKeysym(
| ^~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: commands.o] Error 1
make[2]: *** Waiting for unfinished jobs....
info.c: In function ‘describe_key’:
info.c:469:22: warning: ‘ 0x’ directive writing 4 bytes into a region of size
between 1 and 255 [-Wformat-overflow=]
469 | sprintf (buf, "%s 0x%02X %u 0%02o", buf2, ascii, ascii, ascii);
| ^~~~
info.c:469:19: note: directive argument in the range [1, 255]
469 | sprintf (buf, "%s 0x%02X %u 0%02o", buf2, ascii, ascii, ascii);
| ^~~~~~~~~~~~~~~~~~~~~~~
info.c:469:19: note: directive argument in the range [1, 255]
info.c:469:19: note: directive argument in the range [1, 255]
In file included from /usr/include/stdio.h:964:
In function ‘sprintf’,
inlined from ‘describe_key’ at info.c:469:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note:
‘__builtin___sprintf_chk’ output between 15 and 272 bytes into a destination of
size 255
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 "INSTALL=install --strip-program=true"
"CDEBUGFLAGS=-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
returned exit code 2
make[1]: *** [debian/rules:8: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: xkeycaps
Source-Version: 2.47-8
Done: Christoph Berg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xkeycaps, 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.
Christoph Berg <[email protected]> (supplier of updated xkeycaps 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: Sun, 28 Jul 2024 16:11:23 +0000
Source: xkeycaps
Architecture: source
Version: 2.47-8
Distribution: unstable
Urgency: medium
Maintainer: Christoph Berg <[email protected]>
Changed-By: Christoph Berg <[email protected]>
Closes: 1075668
Changes:
xkeycaps (2.47-8) unstable; urgency=medium
.
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 11 to 13.
* Set debhelper-compat version in Build-Depends.
.
[ Christoph Berg ]
* Fix FTBFS with gcc-14. (Closes: #1075668)
Checksums-Sha1:
dfe94efcb8fb4252641cddb97121cf446d70b756 1855 xkeycaps_2.47-8.dsc
896f707e2c3694c9ae324054a151a4be441c59c9 7656 xkeycaps_2.47-8.debian.tar.xz
Checksums-Sha256:
0ef2321eca5e60f555f5845a8d0d8812980e3bad7e65920e08af265ccea408ea 1855
xkeycaps_2.47-8.dsc
014ea67f9ccda54dfe59b61d70f071ba932f286862d8597fca6ec78ba4f74669 7656
xkeycaps_2.47-8.debian.tar.xz
Files:
c0cc11055f181eddf2b1cd287edcf7a9 1855 x11 optional xkeycaps_2.47-8.dsc
d879992a376156e60ee26421e4f9785b 7656 x11 optional
xkeycaps_2.47-8.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmambf4ACgkQTFprqxLS
p65wsBAAsna1j5W5mfcGan+UqE0IedM9NvSSq7CjDm1R61C+4WtuwtbR/mPXVI9x
ylVZ5VxIJTX/cSyctmmJMWdV6AhqGS+x5Qlr2mufQkha5VBCU2DLuF7PqTXRxDQ5
s0NyY133kA4Q39pEiVfN7J0jJgZyycjdHArpMP2YZhhA1AU4Lyw4J6iNmMJzKwLW
ThLldPmU8HfImmj+3accLy+1kWZs21OV5wGhUmWuxB0rDEMfTPnZ6VoJUfUpy/2N
PeqQhKisV2oPn6a6wY/BwjkSf1NboB2z01yZGb6/TOzj2GqRiPE3RNYyk9714xAC
nkMsh2/A8RZwJ4ApHd3gz4TEvswfVdwP5DOR2w05g6ItAsYHvjUB1ByKOLhJ60Nb
HPSw1uHm+AghY4u+HqODxR1Uo5taTXihQJnAvkxeFCUYVEwaCmoEoGLmhPMbnpDX
+bF0dztQ9+V21qana1aMdoasPThDK8ak58XIkksaau3baR6pfMyTpCOfP4ZEZywj
6x2KIG+aQHBJnyAFnW9ALUjnSscVF3e5BeP3N+wwo2UwIXTLGEePWRYCQE4+sNIP
NPtq7eTWbiKDslwHAYvFtMaww38Ajcg8TmNi1B6esr7codBf5z71GI082abGCbUd
oQffF2C4vzKiYBdFNjDkDVF2Rf/dDoJET4HQ4uaqUh4F9Q3ZXjQ=
=omPD
-----END PGP SIGNATURE-----
pgpbZwQtNT0Sh.pgp
Description: PGP signature
--- End Message ---