Your message dated Tue, 19 Nov 2024 02:39:02 +0000
with message-id <e1tde8s-003iqk...@fasolo.debian.org>
and subject line Bug#1075694: fixed in xxkb 1.11.1-3
has caused the Debian Bug report #1075694,
regarding xxkb: 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.)


-- 
1075694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xxkb
Version: 1.11.1-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/xxkb_1.11.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

[...]
  270 |                                         &tmp_geom.width, 
&tmp_geom.height,
      |                                         ^~~~~~~~~~~~~~~
      |                                         |
      |                                         unsigned int *
In file included from resource.c:23:
/usr/include/X11/Xutil.h:821:5: note: expected ‘int *’ but argument is of type 
‘unsigned int *’
  821 |     int*                /* width_return */,
      |     ^~~~
resource.c:270:58: warning: pointer targets in passing argument 10 of 
‘XWMGeometry’ differ in signedness [-Wpointer-sign]
  270 |                                         &tmp_geom.width, 
&tmp_geom.height,
      |                                                          
^~~~~~~~~~~~~~~~
      |                                                          |
      |                                                          unsigned int *
/usr/include/X11/Xutil.h:822:5: note: expected ‘int *’ but argument is of type 
‘unsigned int *’
  822 |     int*                /* height_return */,
      |     ^~~~
resource.c: In function ‘GetConfig’:
resource.c:625:22: error: assignment to ‘int’ from ‘void *’ makes integer from 
pointer without a cast [-Wint-conversion]
  625 |                 stat = NULL;
      |                      ^
make[1]: *** [<builtin>: resource.o] Error 1
make[1]: *** Waiting for unfinished jobs....
xxkb.c: In function ‘main’:
xxkb.c:313:70: warning: pointer targets in passing argument 6 of ‘XQueryTree’ 
differ in signedness [-Wpointer-sign]
  313 |                 XQueryTree(dpy, root_win, &rwin, &parent, &children, 
&num);
      |                                                                      
^~~~
      |                                                                      |
      |                                                                      
int *
In file included from xxkb.c:13:
/usr/include/X11/Xlib.h:3037:5: note: expected ‘unsigned int *’ but argument is 
of type ‘int *’
 3037 |     unsigned int*       /* nchildren_return */
      |     ^~~~~~~~~~~~~
xxkb.c:450:127: warning: pointer targets in passing argument 9 of 
‘XQueryPointer’ differ in signedness [-Wpointer-sign]
  450 |                                                 XQueryPointer(dpy, 
temp_win, &root, &child, &root_x, &root_y, &add_x, &add_y, &mask);
      |                                                                         
                                                      ^~~~~
      |                                                                         
                                                      |
      |                                                                         
                                                      int *
/usr/include/X11/Xlib.h:3006:5: note: expected ‘unsigned int *’ but argument is 
of type ‘int *’
 3006 |     unsigned int*       /* mask_return */
      |     ^~~~~~~~~~~~~
xxkb.c:670:94: warning: pointer targets in passing argument 6 of ‘XQueryTree’ 
differ in signedness [-Wpointer-sign]
  670 |                                         XQueryTree(dpy, temp_win, 
&rwin, &parent, &children, &num);
      |                                                                         
                     ^~~~
      |                                                                         
                     |
      |                                                                         
                     int *
/usr/include/X11/Xlib.h:3037:5: note: expected ‘unsigned int *’ but argument is 
of type ‘int *’
 3037 |     unsigned int*       /* nchildren_return */
      |     ^~~~~~~~~~~~~
xxkb.c: In function ‘GetGrandParent’:
xxkb.c:954:68: warning: pointer targets in passing argument 6 of ‘XQueryTree’ 
differ in signedness [-Wpointer-sign]
  954 |                 if (!XQueryTree(dpy, w, &rwin, &parent, &children, 
&num)) {
      |                                                                    ^~~~
      |                                                                    |
      |                                                                    int *
/usr/include/X11/Xlib.h:3037:5: note: expected ‘unsigned int *’ but argument is 
of type ‘int *’
 3037 |     unsigned int*       /* nchildren_return */
      |     ^~~~~~~~~~~~~
xxkb.c: In function ‘GetAppWindow’:
xxkb.c:974:62: warning: pointer targets in passing argument 6 of ‘XQueryTree’ 
differ in signedness [-Wpointer-sign]
  974 |         if (!XQueryTree(dpy, win, &rwin, &parent, &children, &num)) {
      |                                                              ^~~~
      |                                                              |
      |                                                              int *
/usr/include/X11/Xlib.h:3037:5: note: expected ‘unsigned int *’ but argument is 
of type ‘int *’
 3037 |     unsigned int*       /* nchildren_return */
      |     ^~~~~~~~~~~~~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xxkb
Source-Version: 1.11.1-3
Done: Bo YU <tsu.y...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
xxkb, 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.
Bo YU <tsu.y...@gmail.com> (supplier of updated xxkb 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, 12 Nov 2024 23:36:05 +0800
Source: xxkb
Architecture: source
Version: 1.11.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1075694
Changes:
 xxkb (1.11.1-3) unstable; urgency=medium
 .
   * QA upload.
   * Add 0004-fix-ftbfs-on-gcc-14.patch to fix the ftbfs issue.
     (Closes: #1075694)
   * Set std-ver to 4.7.0.
   * Set standard of d/watch to 4.
   * Add Rules-Requires-Root on d/control.
   * Add doc-base for xxkb.
   * debian/rules: clean up Makefile explicitly.
   * Update 0003-*.patch and pass DEB_CDEBUGFLAGS to fix hardening issue.
Checksums-Sha1:
 38975a486b31e24bd044e9841f38d7c886dcae81 1874 xxkb_1.11.1-3.dsc
 b2b5ff383b67df721353f4c39919d8c753d16d03 11512 xxkb_1.11.1-3.debian.tar.xz
 3ced8cdcaa351fd3e7251696a1470dda8c7977b4 6311 xxkb_1.11.1-3_source.buildinfo
Checksums-Sha256:
 8e8c2a025065feb94da824d62277d9f3dc0f58bd4e873f291f47e1be9f9f6081 1874 
xxkb_1.11.1-3.dsc
 9cd1fb72febc71ed6b32bf1c9d6ebdd0917e75eba3223491fc42c9d97128425a 11512 
xxkb_1.11.1-3.debian.tar.xz
 74770d7e9cc3f7b2cc3bdb9a26955d400cf13fffaf83425034b8422ad3f31a47 6311 
xxkb_1.11.1-3_source.buildinfo
Files:
 f1d72255140a177d10fc3eb5f40be504 1874 x11 optional xxkb_1.11.1-3.dsc
 f3200adf54df76415a9cdbb1b502fa79 11512 x11 optional xxkb_1.11.1-3.debian.tar.xz
 4b8a0e6dab58f9469f6b0a7d14b3cdbc 6311 x11 optional 
xxkb_1.11.1-3_source.buildinfo

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

iQJDBAEBCgAtFiEEzJPpNyx4YT9lsL4DQafa2Aqh014FAmc1T18PHHN5cUBkZWJp
YW4ub3JnAAoJEEGn2tgKodNe7ywP/RCkwlxQv7WoqIRUxVvWj4aePC4wO/UC3eNP
Ga7iYw+Ki2HuTlPBeag0NvqxjMAyESDz1rKHTyk2tIHD0mD6XnqJyNZlpZG2Rap3
lQkZ/BqCtR5w+8cnUekXkhr+AN38KSaNxXrvD0uIo7w+IaeuLUtNQDs1/WR6PdeI
pckCyfLW2izyj58C5QDA/xe3sWTZ4QmUnYxX8oDD2WA05trevKnwOEooiNIkMxUh
bXT+vC1zGFphpWRjril6hMQ1DFrSy3YUsF+EirtR51RGdBf7vbprTHAFzZl4HymT
Q/AoMwEsPG7Cu5x9ulOGXhVewFXjQlFZrw3DPApz7Jxqd6lNVnYaCU394eZI9S6m
kdo4QfGPyrWL7YRstOJZZWhbrGcZg+Lm9k7GoU+C6J/ZAJWVchFKz26LPLENFVLB
wpGzdMBUCQAbpkl89l63DIU21ho9YDZJfGaejc7tdn6aeRFZpXpdT/mCqSyhcmOo
nP1SMIvuMoDOIpC0IzvNnaQkabRDt9Jslgl6igjtXtkouJRgeiWYepNIe3O2xf1F
N5WHrUL36W2hZtuoBKldFzdEURw0CMMIS8rlH0aSFRRYISQg8M4fM4BP4BPpeH6M
Y3Aa2VN5VHIjebvzWkWrtXUsk+C5SjYuXG6SAZCSc6f3geEdV0Gq4ukklfTDwg4j
N6D7aT51
=vgAQ
-----END PGP SIGNATURE-----

Attachment: pgpOE15rVFE1e.pgp
Description: PGP signature


--- End Message ---

Reply via email to