Your message dated Wed, 21 Aug 2024 19:06:30 +0000
with message-id <e1sgqf8-00cwop...@fasolo.debian.org>
and subject line Bug#1075646: fixed in x11-xkb-utils 7.7+9
has caused the Debian Bug report #1075646,
regarding x11-xkb-utils: 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.)


-- 
1075646: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075646
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:x11-xkb-utils
Version: 7.7+8
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/x11-xkb-utils_7.7+8_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

[...]
../xkbutils/xkbvleds.c:273:25: warning: declaration of ‘bit’ shadows a previous 
local [-Wshadow]
  273 |         register int i, bit;
      |                         ^~~
../xkbutils/xkbvleds.c:206:14: note: shadowed declaration is here
  206 |     unsigned bit;
      |              ^~~
../xkbutils/xkbwatch.c:49:6: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   49 |     {"-off", "*on.on", XrmoptionNoArg, "FALSE"},
      |      ^~~~~~
../xkbutils/xkbwatch.c:49:14: warning: initialization discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
   49 |     {"-off", "*on.on", XrmoptionNoArg, "FALSE"},
      |              ^~~~~~~~
../xkbutils/xkbwatch.c:49:40: warning: initialization discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
   49 |     {"-off", "*on.on", XrmoptionNoArg, "FALSE"},
      |                                        ^~~~~~~
../xkbutils/xkbwatch.c:50:6: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   50 |     {"-on", "*on.on", XrmoptionNoArg, "TRUE"}
      |      ^~~~~
../xkbutils/xkbwatch.c:50:13: warning: initialization discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
   50 |     {"-on", "*on.on", XrmoptionNoArg, "TRUE"}
      |             ^~~~~~~~
../xkbutils/xkbwatch.c:50:39: warning: initialization discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
   50 |     {"-on", "*on.on", XrmoptionNoArg, "TRUE"}
      |                                       ^~~~~~
../xkbutils/xkbwatch.c: In function ‘main’:
../xkbutils/xkbwatch.c:76:9: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   76 |         "*Box*background: grey50",
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
../xkbutils/xkbwatch.c:77:9: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   77 |         "*Box*borderWidth: 0",
      |         ^~~~~~~~~~~~~~~~~~~~~
../xkbutils/xkbwatch.c:78:9: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   78 |         "*Box*vSpace: 1",
      |         ^~~~~~~~~~~~~~~~
../xkbutils/xkbwatch.c:92:34: error: passing argument 7 of ‘XtOpenApplication’ 
from incompatible pointer type [-Wincompatible-pointer-types]
   92 |                                  fallback_resources,
      |                                  ^~~~~~~~~~~~~~~~~~
      |                                  |
      |                                  char **
In file included from ../xkbutils/xkbwatch.c:31:
/usr/include/X11/Intrinsic.h:1459:5: note: expected ‘const char **’ but 
argument is of type ‘char **’
 1459 |     String*             /* fallback_resources */,
      |     ^~~~~~~
../xkbutils/LED.c:47:41: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   47 |      offset(led.foreground), XtRString, XtDefaultForeground},
      |                                         ^~~~~~~~~~~~~~~~~~~
../xkbutils/LED.c:51:40: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   51 |      offset(led.top_color), XtRString, "black"},
      |                                        ^~~~~~~
../xkbutils/LED.c:53:43: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   53 |      offset(led.bottom_color), XtRString, "white"},
      |                                           ^~~~~~~
../xkbutils/LED.c:55:39: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   55 |      offset(led.on_color), XtRString, "green"},
      |                                       ^~~~~~~
../xkbutils/LED.c:57:40: warning: initialization discards ‘const’ qualifier 
from pointer target type [-Wdiscarded-qualifiers]
   57 |      offset(led.off_color), XtRString, "#005000"},
      |                                        ^~~~~~~~~
make[4]: *** [Makefile:620: xkbwatch-xkbwatch.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/xkbutils-build'
make[3]: *** [Makefile:664: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/xkbutils-build'
make[2]: *** [Makefile:418: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/xkbutils-build'
dh_auto_build: error: cd xkbutils-build && make -j8 returned exit code 2
make[1]: *** [debian/rules:44: stampdir/build-xkbutils] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:21: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: x11-xkb-utils
Source-Version: 7.7+9
Done: Timo Aaltonen <tjaal...@debian.org>

We believe that the bug you reported is fixed in the latest version of
x11-xkb-utils, 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.
Timo Aaltonen <tjaal...@debian.org> (supplier of updated x11-xkb-utils 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: Wed, 21 Aug 2024 21:40:52 +0300
Source: x11-xkb-utils
Built-For-Profiles: noudeb
Architecture: source
Version: 7.7+9
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Timo Aaltonen <tjaal...@debian.org>
Closes: 1075646
Changes:
 x11-xkb-utils (7.7+9) unstable; urgency=medium
 .
   [ Alessandro Astone ]
   * xkbutils 1.0.6 (Closes: #1075646)
 .
   [ Timo Aaltonen ]
   * xkbcomp 1.4.7
   * control: Migrate to pkgconf.
Checksums-Sha1:
 7a0aab653e944dcd087bd63b575b5659e7eebcf5 1764 x11-xkb-utils_7.7+9.dsc
 ddd573c413dcdb577adf367f4ffd9f31c854a18f 356060 x11-xkb-utils_7.7+9.tar.xz
 9ce4ef6314e746cd6584ae38ae9b23795c1d98ce 8006 
x11-xkb-utils_7.7+9_source.buildinfo
Checksums-Sha256:
 80a85d5923a565f0d4515a840fdc548f441896f893d50ed8e0e1003bcbc4cb25 1764 
x11-xkb-utils_7.7+9.dsc
 27ae7efb512f3b816c66b7c7290f28de4ae811972e06c5e27a9124d2eab766d4 356060 
x11-xkb-utils_7.7+9.tar.xz
 a7d463b6b26195df85f2b2d2539fc2e8e93a98456f640f4a0557c0c955c191fd 8006 
x11-xkb-utils_7.7+9_source.buildinfo
Files:
 b9b7b261257bcf7d43c27c964ea9ce3a 1764 x11 optional x11-xkb-utils_7.7+9.dsc
 dfbcd6ab2b0045686d1d44bc4af53977 356060 x11 optional x11-xkb-utils_7.7+9.tar.xz
 3d91e833e8f72a08ad9cd0c6e24eece0 8006 x11 optional 
x11-xkb-utils_7.7+9_source.buildinfo

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

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmbGNMIACgkQy3AxZaiJ
hNyKLw/7BzMM8gUcoRERpifeKU3yJviq+3M0f4v5sOb8uOhUysVShFNThAmt9v7q
369UpO6Q4HII4Tte435AcAKX46Z528+n1rgV3PqnQBeI8XQcE8imNEK/F+8tuPcw
R3S0HES42l1GEBanqk6zrZSc32rLpSwBOsOKYI3WHc/+XL1fMNXk1R0O8Btri6Cf
huJxAQ5StXa9Zk20nG7DLrRhqvTe6pJT1t+8x6gWJM2GCwcf32VxyZycHm+ZK/a1
5pX2wiFWHljleXGw7wI9d/9x7ZzMIHixJ5/terEETUCKQbMsuwAFHoHXkbSyQL1n
snSVjwORWQtWCivJaQbWQVndCHxFufHBjEuEd0PtcH4S5lv0auB92M5q8QzSqio/
0QP+EqvGXmZH7FVy8iv9/tmeuyTrH2DtK7EoRs6wC7yTrpmMENBgnfiBB+6kUZix
FvYKiHr7UrS1+0+lUkZdnssX743n+BEN0NA+X4V+aeZ5x92UhHswjgxRjYi+lzSY
vgdxbHj6Qg1ok5N1V8QWign3BBJU/5VEJJH3QKCLXAWCFdTPC6Vy/OY065WSvNjy
RtfvT9eQY3P3U8+ZZeEP0OkZh79pUZkxz+xaYBdUDISKsriAiNNETPtrFOLFKnpU
0uFKeaSStJ2sebqloS6Q5qMjezKszszNRmD4QgxbVIDVLHnkZHU=
=cX9i
-----END PGP SIGNATURE-----

Attachment: pgp75q5edJxTM.pgp
Description: PGP signature


--- End Message ---

Reply via email to