Your message dated Thu, 14 Aug 2025 10:07:06 +0000
with message-id <[email protected]>
and subject line Bug#1097620: fixed in plotutils 2.6-15
has caused the Debian Bug report #1097620,
regarding plotutils: 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.)


-- 
1097620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097620
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:plotutils
Version: 2.6-14
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/plotutils_2.6-14_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

[...]
./../include/sys-defines.h:258:16: note: ‘false’ is a keyword with ‘-std=c23’ 
onwards
./../include/sys-defines.h:258:38: error: expected ‘;’, identifier or ‘(’ 
before ‘bool’
  258 | typedef enum { false = 0, true = 1 } bool;
      |                                      ^~~~
./../include/sys-defines.h:258:38: warning: useless type name in empty 
declaration
make[4]: *** [Makefile:398: compat.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from ./../include/libcommon.h:23,
                 from xstrdup.c:19:
./../include/sys-defines.h:258:16: error: cannot use keyword ‘false’ as 
enumeration constant
  258 | typedef enum { false = 0, true = 1 } bool;
      |                ^~~~~
./../include/sys-defines.h:258:16: note: ‘false’ is a keyword with ‘-std=c23’ 
onwards
./../include/sys-defines.h:258:38: error: expected ‘;’, identifier or ‘(’ 
before ‘bool’
  258 | typedef enum { false = 0, true = 1 } bool;
      |                                      ^~~~
./../include/sys-defines.h:258:38: warning: useless type name in empty 
declaration
make[4]: *** [Makefile:398: xstrdup.o] Error 1
In file included from getopt1.c:4:
./../include/sys-defines.h:258:16: error: cannot use keyword ‘false’ as 
enumeration constant
  258 | typedef enum { false = 0, true = 1 } bool;
      |                ^~~~~
./../include/sys-defines.h:258:16: note: ‘false’ is a keyword with ‘-std=c23’ 
onwards
./../include/sys-defines.h:258:38: error: expected ‘;’, identifier or ‘(’ 
before ‘bool’
  258 | typedef enum { false = 0, true = 1 } bool;
      |                                      ^~~~
./../include/sys-defines.h:258:38: warning: useless type name in empty 
declaration
In file included from ./../include/libcommon.h:23,
                 from xmalloc.c:19:
./../include/sys-defines.h:258:16: error: cannot use keyword ‘false’ as 
enumeration constant
  258 | typedef enum { false = 0, true = 1 } bool;
      |                ^~~~~
./../include/sys-defines.h:258:16: note: ‘false’ is a keyword with ‘-std=c23’ 
onwards
./../include/sys-defines.h:258:38: error: expected ‘;’, identifier or ‘(’ 
before ‘bool’
  258 | typedef enum { false = 0, true = 1 } bool;
      |                                      ^~~~
./../include/sys-defines.h:258:38: warning: useless type name in empty 
declaration
In file included from getopt.c:5:
./../include/sys-defines.h:258:16: error: cannot use keyword ‘false’ as 
enumeration constant
  258 | typedef enum { false = 0, true = 1 } bool;
      |                ^~~~~
In file included from ./../include/libcommon.h:23,
                 from display.c:26:
./../include/sys-defines.h:258:16: error: cannot use keyword ‘false’ as 
enumeration constant
  258 | typedef enum { false = 0, true = 1 } bool;
      |                ^~~~~
./../include/sys-defines.h:258:16: note: ‘false’ is a keyword with ‘-std=c23’ 
onwards
./../include/sys-defines.h:258:16: note: ‘false’ is a keyword with ‘-std=c23’ 
onwards
./../include/sys-defines.h:258:38: error: expected ‘;’, identifier or ‘(’ 
before ‘bool’
  258 | typedef enum { false = 0, true = 1 } bool;
      |                                      ^~~~
./../include/sys-defines.h:258:38: error: expected ‘;’, identifier or ‘(’ 
before ‘bool’
  258 | typedef enum { false = 0, true = 1 } bool;
      |                                      ^~~~
./../include/sys-defines.h:258:38: warning: useless type name in empty 
declaration
./../include/sys-defines.h:258:38: warning: useless type name in empty 
declaration
make[4]: *** [Makefile:398: getopt1.o] Error 1
make[4]: *** [Makefile:398: display.o] Error 1
make[4]: *** [Makefile:398: xmalloc.o] Error 1
make[4]: *** [Makefile:398: getopt.o] Error 1
make[4]: Leaving directory '/build/reproducible-path/plotutils-2.6/lib'
make[3]: *** [Makefile:441: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/plotutils-2.6'
make[2]: *** [Makefile:373: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/plotutils-2.6'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/plotutils-2.6'
make: *** [debian/rules:26: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: plotutils
Source-Version: 2.6-15
Done: Andreas Metzler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
plotutils, 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.
Andreas Metzler <[email protected]> (supplier of updated plotutils 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: Thu, 14 Aug 2025 11:29:43 +0200
Source: plotutils
Architecture: source
Version: 2.6-15
Distribution: unstable
Urgency: medium
Maintainer: Andreas Metzler <[email protected]>
Changed-By: Andreas Metzler <[email protected]>
Closes: 1097620
Changes:
 plotutils (2.6-15) unstable; urgency=medium
 .
   * Fix gcc 15 FTBFS using patch from opensuse. (Closes: #1097620)
Checksums-Sha1: 
 d44ffad4cadfbe6ed7311d60a4e1cb68a0af7099 2063 plotutils_2.6-15.dsc
 1bd75e7e618c513c538e1b4ab347c8969e07b5cd 14516 plotutils_2.6-15.debian.tar.xz
Checksums-Sha256: 
 f383446f73637c74dda684bcd359b80e350cf3dff8f0c07158ab6986f0d0cc37 2063 
plotutils_2.6-15.dsc
 a08cc5bf86b8ec79685b704b29007bdaf60da23976dd480e6e6a9bff28bb5940 14516 
plotutils_2.6-15.debian.tar.xz
Files: 
 1308bd74f2f95d66dc3a636e80aa2e0a 2063 math optional plotutils_2.6-15.dsc
 a69e805c02d11fa10ebfe24656916d50 14516 math optional 
plotutils_2.6-15.debian.tar.xz

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

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmidsI8ACgkQpU8BhUOC
FITrag/+IiSaNyVCyyWfRTF6SKnd85sJ+ggWZzp/wj9x5lJjtJE4TH3+RXN3RmAT
U2M4hIQTVpWetu/SI0ed13Sjt6ToxWnFK6Q96gBUkv0+RIxXFTg1diAydm9nD2/q
7F03BraU2Edi/5nT+/d9Wv4H/hvrlehzH4xAUPKa3Uf4tq7qzFU7eF1Zl8CBl8tT
FrUqWEOawXzgL8bU8UigkKwbiPStkdoLhISXdgqkbp8wCw7N8alJh788gXyqZp+F
PqeVItJJ4t+r0ehOXyGD8Y5jrHCpj8SrdfzIONMporzsvN2lTDptKOJBV4PnHCba
6BQrLypuec7Si8SZ8eCK3pauHv2wukWCumnvdvKCwwBHTcjhhgV7NfBOxEbMc3sw
EDYTHPY1LotPcjiB3lLxcl+4H3yD9dywVqsXvudYojqZbvjK4XbVhKQ2gc2sBRDu
MG20aF2sB1eu76PqRwwYPPq9u8YPowi/1uHIS2X9BWe+AFI1vQpl8dTarjXe1aPw
5sQZPGBek03200x8hLG/4cWvv8qiEVraNkzqq/tDcyMqej5FJXJV2ubWy4JmfKPV
rXKnv334TnPDly9z21X+utyFrigkTt7mfFr5bZLJWOo0W8loKQF5Bk3SCGHWMQ5n
c8ccott6ZS8gIJsXETmzJoHutyemIH3wpWJTy2x1/AruanzR3kA=
=qgr9
-----END PGP SIGNATURE-----

Attachment: pgp3Ddj5YpsQR.pgp
Description: PGP signature


--- End Message ---

Reply via email to