Your message dated Sun, 07 Jul 2024 18:23:55 +0000
with message-id <[email protected]>
and subject line Bug#1075690: fixed in xvkbd 4.1-3
has caused the Debian Bug report #1075690,
regarding xvkbd: 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.)


-- 
1075690: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075690
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xvkbd
Version: 4.1-2
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/xvkbd_4.1-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

[...]
xvkbd.c: In function ‘AddToCompletionText’:
xvkbd.c:1595:34: error: passing argument 2 of ‘XawListChange’ from incompatible 
pointer type [-Wincompatible-pointer-types]
 1595 |   XawListChange(completion_list, word_list, 0, 0, TRUE);
      |                                  ^~~~~~~~~
      |                                  |
      |                                  char **
In file included from xvkbd.c:47:
/usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but argument 
is of type ‘char **’
  170 |  _Xconst char           **list,
      |                           ^
xvkbd.c: In function ‘PopupCompletionPanel’:
xvkbd.c:1721:34: error: passing argument 2 of ‘XawListChange’ from incompatible 
pointer type [-Wincompatible-pointer-types]
 1721 |   XawListChange(completion_list, word_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,
      |                           ^
xvkbd.c: In function ‘PropsItemToggled’:
xvkbd.c:2359:31: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 2359 |   appres.key_click_duration = (int)XawToggleGetCurrent(click_buttons);
      |                               ^
xvkbd.c:2360:28: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 2360 |   appres.autoclick_delay = (int)XawToggleGetCurrent(autoclick_buttons);
      |                            ^
xvkbd.c: In function ‘PropsSetState’:
xvkbd.c:2402:38: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2402 |   XawToggleSetCurrent(click_buttons, 
(XtPointer)appres.key_click_duration);
      |                                      ^
xvkbd.c:2403:42: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2403 |   XawToggleSetCurrent(autoclick_buttons, 
(XtPointer)appres.autoclick_delay);
      |                                          ^
xvkbd.c: In function ‘PopupPropsPanel’:
xvkbd.c:2460:46: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2460 |                                XtNradioData, (XtPointer)val,
      |                                              ^
xvkbd.c:2482:46: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2482 |                                XtNradioData, (XtPointer)val,
      |                                              ^
xvkbd.c:2486:21: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2486 |                     (XtPointer)val);
      |                     ^
xvkbd.c: In function ‘main’:
xvkbd.c:4037:69: warning: macro "__DATE__" might prevent reproducible builds 
[-Wdate-time]
 4037 |     fprintf(stdout, "%s, compiled %s\n", PROGRAM_NAME_WITH_VERSION, 
__DATE__);
      |                                                                     
^~~~~~~~
xvkbd.c: In function ‘KeyPressed’:
xvkbd.c:2806:27: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2806 |       if (!appres.secure) system(value + 1);
      |                           ^~~~~~~~~~~~~~~~~
xvkbd.c:2986:33: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2986 |             if (!appres.secure) system("xvidtune -next");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
xvkbd.c:2988:33: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2988 |             if (!appres.secure) system("xvidtune -prev");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
xvkbd.c: In function ‘MenuSelected’:
xvkbd.c:2608:25: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2608 |     if (!appres.secure) system(appres.show_manual_command);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:511: xvkbd-xvkbd.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:584: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:378: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xvkbd
Source-Version: 4.1-3
Done: Samuel Thibault <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xvkbd, 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.
Samuel Thibault <[email protected]> (supplier of updated xvkbd 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: SHA512

Format: 1.8
Date: Sun, 07 Jul 2024 19:59:38 +0200
Source: xvkbd
Architecture: source
Version: 4.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1047071 1049602 1075690
Changes:
 xvkbd (4.1-3) unstable; urgency=medium
 .
   * patches/clean: Fix cleaning (Closes: Bug#1047071, Bug#1049602)
   * patches/gcc-14: Fix building with gcc 14 (Closes: Bug#1075690)
Checksums-Sha1:
 1a59ea03f8645fd5d2ca7b746a57ce53e797864e 2004 xvkbd_4.1-3.dsc
 3bcad8011a34b986ee6e70b42020dd95a4bed419 5388 xvkbd_4.1-3.debian.tar.xz
 688ee6a2ee6170d6d09a0e3f008d0c5b33500e88 8382 xvkbd_4.1-3_source.buildinfo
Checksums-Sha256:
 386e480b887a15ae01b38896320f90868aeffbe6e2723701b384fa5825094dce 2004 
xvkbd_4.1-3.dsc
 e14c053229ceafce7247f4adbc3c4c5df134d3cb7fa209f762c0fcbb538de3d5 5388 
xvkbd_4.1-3.debian.tar.xz
 4a2aa9bf36e15f5bd5c9f778834f2291757eba5ed8ce090d9542e5a067c0b6ed 8382 
xvkbd_4.1-3_source.buildinfo
Files:
 5e71810bceb2c0e0fa8fd8b1b6587e0e 2004 x11 optional xvkbd_4.1-3.dsc
 936c7f749608179768a7c1ba02813596 5388 x11 optional xvkbd_4.1-3.debian.tar.xz
 2912688cd12007ecfeb34dc663efc5ec 8382 x11 optional xvkbd_4.1-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCgAzFiEEqpLrvfAUiqYaQ7iu5IlMrEVBS7AFAmaK21YVHHN0aGliYXVs
dEBkZWJpYW4ub3JnAAoJEOSJTKxFQUuwy14QAJ0w5DLAY6B8wDAyQbDIhripWmsu
03QE0St6Y1MPZ/F8j8EZmEbxy9B8u9dblZ/wHA+FmMxa24dM3UrZiS7kMcDRvS0G
I596AMWg3quoaSGk1pmB8FXcs52eOruPZpIpsmrMaXgWllMRpdOPCpV6DGGu3/3R
3WqfZLZQaacY9GcoWlwmqLYB+VF9S8zMenuBO8qxvC6Bp42fHQy2nJ2NUCD2y4+w
FkiY8lusrg3UT6v23We4FMeGn5aCSM+wE1Hv0HGekZfDHlLELVB0kx3xehg7zrnG
5qqMOlD5Oq9xVddmbjNFyjBDCRyJcmlNneivAsoN6SfHOecxi3yinzAPg04dpJ8e
guCZkYb6GaK/E5h0Tyb8sbLNuM1zn3nBNnQeaH6EicExXbwUSmuyMv7PS8fkSMKu
cvxZzPuuc1/qknzohRPrkD3/szlBqu46pZKhoj5zWtNLKFBJ/SJ3H5q/jI2GjiHp
yZTH5fCHcIu20L/OvqolI9arx1HHnViupU4SNCRSNXvpFlaYde7DKI3v63e6WDEd
KpzvmF0TCWCs19fvlDAjUAiWM7ImuKfHjQj5gDEt6QiTUPj+3CjzC+pwAKM8Dllt
BW7o4v1IQt+SZGkgm5yB5a0ZckrHFXZEv193sqVXOpPgXuShG50hr3nmZ+TS6IfO
84t9/E2GV0lFQ4sU
=fcZ6
-----END PGP SIGNATURE-----

Attachment: pgplnJzf4bCo1.pgp
Description: PGP signature


--- End Message ---

Reply via email to