Your message dated Wed, 06 May 2020 15:05:47 +0000
with message-id <[email protected]>
and subject line Bug#958007: fixed in xvkbd 4.1-1
has caused the Debian Bug report #958007,
regarding xvkbd: ftbfs with GCC-10
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.)


-- 
958007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958007
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xvkbd
Version: 4.0-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/xvkbd_4.0-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in .
make[3]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_I18N 
-DUSE_XTEST -Wall -DSHAREDIR=\"/usr/share\/xvkbd\" -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o xvkbd-xvkbd.o `test -f 'xvkbd.c' || echo 
'./'`xvkbd.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_I18N 
-DUSE_XTEST -Wall -DSHAREDIR=\"/usr/share\/xvkbd\" -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o xvkbd-findwidget.o `test -f 'findwidget.c' || 
echo './'`findwidget.c
[ ! -e xvkbd.1 ] ||  rm xvkbd.1
ln -s xvkbd.man xvkbd.1
xvkbd.c: In function ‘PropsItemToggled’:
xvkbd.c:2332:31: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 2332 |   appres.key_click_duration = (int)XawToggleGetCurrent(click_buttons);
      |                               ^
xvkbd.c:2333:28: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 2333 |   appres.autoclick_delay = (int)XawToggleGetCurrent(autoclick_buttons);
      |                            ^
xvkbd.c: In function ‘PropsSetState’:
xvkbd.c:2375:38: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2375 |   XawToggleSetCurrent(click_buttons, 
(XtPointer)appres.key_click_duration);
      |                                      ^
xvkbd.c:2376:42: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2376 |   XawToggleSetCurrent(autoclick_buttons, 
(XtPointer)appres.autoclick_delay);
      |                                          ^
xvkbd.c: In function ‘PopupPropsPanel’:
xvkbd.c:2433:25: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2433 |           XtNradioData, (XtPointer)val,
      |                         ^
xvkbd.c:2455:25: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2455 |           XtNradioData, (XtPointer)val,
      |                         ^
xvkbd.c:2459:7: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
 2459 |       (XtPointer)val);
      |       ^
xvkbd.c: In function ‘main’:
xvkbd.c:4010:69: warning: macro "__DATE__" might prevent reproducible builds 
[-Wdate-time]
 4010 |     fprintf(stdout, "%s, compiled %s\n", PROGRAM_NAME_WITH_VERSION, 
__DATE__);
      |                                                                     
^~~~~~~~
xvkbd.c: In function ‘KeyPressed’:
xvkbd.c:2779:27: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2779 |       if (!appres.secure) system(value + 1);
      |                           ^~~~~~~~~~~~~~~~~
xvkbd.c:2959:33: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2959 |             if (!appres.secure) system("xvidtune -next");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
xvkbd.c:2961:33: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2961 |             if (!appres.secure) system("xvidtune -prev");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
xvkbd.c: In function ‘MenuSelected’:
xvkbd.c:2581:25: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2581 |     if (!appres.secure) system(appres.show_manual_command);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from xvkbd.c:22:
In function ‘strncpy’,
    inlined from ‘ReadProperty’ at xvkbd.c:3518:2,
    inlined from ‘main’ at xvkbd.c:4062:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ output may be truncated copying 19 bytes from a string of 
length 199 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DUSE_I18N -DUSE_XTEST -Wall -DSHAREDIR=\"/usr/share\/xvkbd\" -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -Wl,-z,now -o xvkbd xvkbd-xvkbd.o 
xvkbd-findwidget.o -lXaw7 -lXt -lX11 -lXmu -lXt -lX11 -lXtst -lXtst -lXt -lX11 
/usr/bin/ld: xvkbd-findwidget.o:./resources.h:113: multiple definition of 
`appres'; xvkbd-xvkbd.o:./resources.h:113: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:464: xvkbd] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:573: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:367: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 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-1
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: Wed, 06 May 2020 16:45:28 +0200
Source: xvkbd
Binary: xvkbd xvkbd-dbgsym
Architecture: source
Version: 4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description:
 xvkbd      - software virtual keyboard for X11
Closes: 958007
Changes:
 xvkbd (4.1-1) unstable; urgency=medium
 .
   * New upstream release.
     - patches/destdir: refresh.
   * patches/no-common: Fix build with gcc-10 (Closes: Bug#958007)
   * control: Update alioth list domain.
Checksums-Sha1:
 bc40803b409ae2edccdf0eb6ba9a159bfece5765 1974 xvkbd_4.1-1.dsc
 9d99ab61a24465dd21d02b129a64e64467325857 408704 xvkbd_4.1.orig.tar.gz
 afdf132d20f443ac00800b44d7cf47fb5f2a4f5a 4776 xvkbd_4.1-1.debian.tar.xz
Checksums-Sha256:
 bbbd4de6d35f6cf53df4de6fd12250ba958599e6560e6148f33079d968fd8737 1974 
xvkbd_4.1-1.dsc
 952d07df0fe1e45286520b7c98b4fd00fd60dbf3e3e8ff61e12c259f76a3bef4 408704 
xvkbd_4.1.orig.tar.gz
 79b599bdd08d655c62cd6b1f49a45fb300f8946575251704b6e59e464155ae9e 4776 
xvkbd_4.1-1.debian.tar.xz
Files:
 54cecead4735b619273030ffa9646e45 1974 x11 optional xvkbd_4.1-1.dsc
 64324fe3b4827eb022377c27844dfa8f 408704 x11 optional xvkbd_4.1.orig.tar.gz
 6faa854b5ee19e8adc41c629fd0a8bdb 4776 x11 optional xvkbd_4.1-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl6yztsACgkQjTXDVXIL
uv391BAAjx1LG4mUeFFX39cX8kZsSuiN29ewTI56SJKiUdXJE0/ezJQJYsos6e5P
XAVdyIwcJbN2JUdwYbLQOf3ZRG7XfYGgMtiSXrfxhbNQYjjzKTkEOml5e1gdv0CG
NzZSJrCh6uicD41YvUbIJwI5zwh6HI5ifrs+lr849rTMzDrOY4p18AILH5R6pHkq
aJNOb0rRCxd1OTtqGjiJoDnE/n+DXk05ksfWN45dWUXf23v0amsu3z/C3aBa3pRE
30D/c0Zi20mv2tP4DHkjdbqg3Cf5ZoAyec1Wmu41okoy52glz3S+7yYRQE2N87hY
4H2+MjPu/cByMFh/Gd8sSKwlt+GX3uD2ENVWs1Z2kp2a6dh6dY+Zqosykn4MKJrt
9KDn75y4FNP6XK88pt1jwpXFdXxJDdUPSTJVPCUPkDOKnaabQ9FxugNrAA+Zqi9o
gpZCUAgvPxmmYTjrHlsxjvwtenAlPdeKf3aqMy1j4M8HziarJtjWvzUeMtiicCMI
dpYIhO3KoK1oI4wY8ceCzxjGkbDSydZYcqmOooXByNAWbfIIDInZrYI+2keDkEn7
61ZSA/ewjTjJ1EMA4F4z//Zs1LZ6hmnnT896HptsgBFuPhMGg/7Ujefk5dc7jm9x
6wLIaXRn6UP58jKD5hDx1IHf9PlF0/KXQ4VhcqrZsbxsID9RBIw=
=BT7g
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to