Your message dated Fri, 26 Sep 2025 08:38:30 +0000
with message-id <[email protected]>
and subject line Bug#1096763: fixed in gputils 1.5.2-2
has caused the Debian Bug report #1096763,
regarding gputils: ftbfs with GCC-15
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.)


-- 
1096763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096763
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gputils
Version: 1.5.2-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/gputils_1.5.2-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
gptypes.h:30:3: error: cannot use keyword ‘false’ as enumeration constant
   30 |   false = (0 == 1),
      |   ^~~~~
gptypes.h:30:3: note: ‘false’ is a keyword with ‘-std=c23’ onwards
In file included from libgputils.h:28,
                 from gpcod.c:24:
gptypes.h:30:3: error: cannot use keyword ‘false’ as enumeration constant
   30 |   false = (0 == 1),
      |   ^~~~~
gptypes.h:30:3: note: ‘false’ is a keyword with ‘-std=c23’ onwards
make[3]: *** [Makefile:454: gpcfg.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from libgputils.h:28,
                 from gpcoffgen.c:25:
gptypes.h:30:3: error: cannot use keyword ‘false’ as enumeration constant
   30 |   false = (0 == 1),
      |   ^~~~~
gptypes.h:30:3: note: ‘false’ is a keyword with ‘-std=c23’ onwards
In file included from libgputils.h:28,
                 from gpbitarray.c:23:
gptypes.h:30:3: error: cannot use keyword ‘false’ as enumeration constant
   30 |   false = (0 == 1),
      |   ^~~~~
gptypes.h:30:3: note: ‘false’ is a keyword with ‘-std=c23’ onwards
gpcoffgen.c:1074:1: warning: conflicting types for 
‘gp_coffgen_check_relocations’ due to enum/integer mismatch; have ‘void(const 
gp_object_t *, gp_boolean)’ {aka ‘void(const struct gp_object *, gp_boolean)’} 
[-Wenum-int-mismatch]
 1074 | gp_coffgen_check_relocations(const gp_object_t *Object, gp_boolean 
Enable_cinit_warns)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from libgputils.h:47:
gpcoffgen.h:91:13: note: previous declaration of ‘gp_coffgen_check_relocations’ 
with type ‘void(const gp_object_t *, unsigned int)’ {aka ‘void(const struct 
gp_object *, unsigned int)’}
   91 | extern void gp_coffgen_check_relocations(const gp_object_t *Object, 
unsigned int Behavior);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:454: gpcod.o] Error 1
In file included from libgputils.h:28,
                 from gparchive.c:23:
gptypes.h:30:3: error: cannot use keyword ‘false’ as enumeration constant
   30 |   false = (0 == 1),
      |   ^~~~~
gptypes.h:30:3: note: ‘false’ is a keyword with ‘-std=c23’ onwards
In file included from libgputils.h:28,
                 from gpcoffopt.c:34:
gptypes.h:30:3: error: cannot use keyword ‘false’ as enumeration constant
   30 |   false = (0 == 1),
      |   ^~~~~
gptypes.h:30:3: note: ‘false’ is a keyword with ‘-std=c23’ onwards
In file included from libgputils.h:28,
                 from gpcofflink.c:28:
gptypes.h:30:3: error: cannot use keyword ‘false’ as enumeration constant
   30 |   false = (0 == 1),
      |   ^~~~~
gptypes.h:30:3: note: ‘false’ is a keyword with ‘-std=c23’ onwards
make[3]: *** [Makefile:454: gpbitarray.o] Error 1
make[3]: *** [Makefile:454: gpcoffgen.o] Error 1
In file included from gpcfg.h:30,
                 from gpcfg-table.c:23:
gptypes.h:30:3: error: cannot use keyword ‘false’ as enumeration constant
   30 |   false = (0 == 1),
      |   ^~~~~
gptypes.h:30:3: note: ‘false’ is a keyword with ‘-std=c23’ onwards
make[3]: *** [Makefile:454: gparchive.o] Error 1
make[3]: *** [Makefile:454: gpcofflink.o] Error 1
make[3]: *** [Makefile:454: gpcoffopt.o] Error 1
make[3]: *** [Makefile:454: gpcfg-table.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/gputils-1.5.2/libgputils'
make[2]: *** [Makefile:404: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/gputils-1.5.2'
make[1]: *** [Makefile:343: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/gputils-1.5.2'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gputils
Source-Version: 1.5.2-2
Done: Jonathan McDowell <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gputils, 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.
Jonathan McDowell <[email protected]> (supplier of updated gputils 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: Fri, 26 Sep 2025 09:04:36 +0100
Source: gputils
Architecture: source
Version: 1.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Electronics Team 
<[email protected]>
Changed-By: Jonathan McDowell <[email protected]>
Closes: 1096763
Changes:
 gputils (1.5.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Fix compilation with GCC 15. Closes: #1096763
Checksums-Sha1:
 2e6278f6fb7e2e4d3b8cd90795f784e84a12af41 1453 gputils_1.5.2-2.dsc
 f59408c1507a7eafa4fbac3f25a72cdaa8d6dbb7 5044 gputils_1.5.2-2.debian.tar.xz
 13bda1a7d32ffff20ccdedc8344aff016dd84cb1 6041 gputils_1.5.2-2_amd64.buildinfo
Checksums-Sha256:
 2f3ba5c5e202533517cd2417010a6eb5d30a95aaa79e57065a9ba38f633295d6 1453 
gputils_1.5.2-2.dsc
 0f121f61f27060197414479351a02c17ad48ed28c20565ad7ae9882fd06c9992 5044 
gputils_1.5.2-2.debian.tar.xz
 8d0a80c9134eccc0bd8bdaa3be951384b7c7afa6d83cd495eada7cdaee955950 6041 
gputils_1.5.2-2_amd64.buildinfo
Files:
 cfaa8e565b8b72a651306d7322109545 1453 electronics optional gputils_1.5.2-2.dsc
 3cdcd9bd98742ed034c53edce52cbbc6 5044 electronics optional 
gputils_1.5.2-2.debian.tar.xz
 2ba61a0e25c2f640202ba0cfa4c4e730 6041 electronics optional 
gputils_1.5.2-2_amd64.buildinfo

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

iHUEARYKAB0WIQSAYP1ALvrBQa1odmMPwJuF4mk8PAUCaNZK6AAKCRAPwJuF4mk8
PAlPAQCHLMxWVPDNCSamAACATUOZ+SLERMA9iSpIwWTTBiy6fwD/awkwdRceMz+M
CSu274j6wx/qpsSSRQcuxRLBHS2mLww=
=I0yu
-----END PGP SIGNATURE-----

Attachment: pgpDgZKfWnW_N.pgp
Description: PGP signature


--- End Message ---

Reply via email to