Your message dated Sat, 05 Apr 2025 10:49:30 +0000
with message-id <[email protected]>
and subject line Bug#1097483: fixed in numdiff 5.9.0-2
has caused the Debian Bug report #1097483,
regarding numdiff: 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.)


-- 
1097483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097483
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:numdiff
Version: 5.9.0-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/numdiff_5.9.0-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

[...]
 1493 | bc_out_num (num, o_base, out_char, leading_zero)
      | ^~~~~~~~~~
number.c: In function ‘bc_num2long’:
number.c:1622:1: warning: old-style function definition [-Wold-style-definition]
 1622 | bc_num2long (num)
      | ^~~~~~~~~~~
number.c: In function ‘bc_int2num’:
number.c:1650:1: warning: old-style function definition [-Wold-style-definition]
 1650 | bc_int2num (num, val)
      | ^~~~~~~~~~
number.c: In function ‘bc_num2str’:
number.c:1693:3: warning: old-style function definition [-Wold-style-definition]
 1693 | * bc_num2str (num)
      |   ^~~~~~~~~~
number.c: In function ‘bc_str2num’:
number.c:1732:1: warning: old-style function definition [-Wold-style-definition]
 1732 | bc_str2num (num, str, scale)
      | ^~~~~~~~~~
number.c: In function ‘pn’:
number.c:1815:1: warning: old-style function definition [-Wold-style-definition]
 1815 | pn (num)
      | ^~
number.c: In function ‘pn_stderr’:
number.c:1825:1: warning: old-style function definition [-Wold-style-definition]
 1825 | pn_stderr (num)
      | ^~~~~~~~~
number.c: In function ‘pv’:
number.c:1835:1: warning: old-style function definition [-Wold-style-definition]
 1835 | pv (name, num, len)
      | ^~
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o bitvector.o bitvector.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o cmpbuf.o cmpbuf.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o cmpfns.o cmpfns.c
cmpfns.c: In function ‘cmp_lines’:
cmpfns.c:376:34: warning: field precision specifier ‘.*’ expects argument of 
type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} 
[-Wformat=]
  376 |                       printf ("%.*s ==> ", l1, field1);
      |                                ~~^~        ~~
      |                                  |         |
      |                                  int       size_t {aka long unsigned 
int}
cmpfns.c:377:34: warning: field precision specifier ‘.*’ expects argument of 
type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} 
[-Wformat=]
  377 |                       printf ("%.*s\n", l2, field2);
      |                                ~~^~     ~~
      |                                  |      |
      |                                  int    size_t {aka long unsigned int}
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o error.o error.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o exitfail.o exitfail.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o flags.o flags.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o getopt.o getopt.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o getopt1.o getopt1.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o inout.o inout.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o io.o io.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o linesplit.o linesplit.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o main.o main.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o ndselect.o ndselect.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o numutil.o numutil.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o options.o options.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/numdiff-5.9.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -O0 -DPACKAGE="\"numdiff\"" 
-DPACKAGE2="\"ndselect\"" -DLOCALEDIR="\"/usr/share/locale\"" -I. -I. 
-Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I/usr/local/include 
-DENABLE_NLS   -c -o setmode.o setmode.c
setmode.c:29:15: error: cannot use keyword ‘false’ as enumeration constant
   29 | typedef enum {false = 0, true = 1} bool;
      |               ^~~~~
setmode.c:29:15: note: ‘false’ is a keyword with ‘-std=c23’ onwards
setmode.c:29:36: error: expected ‘;’, identifier or ‘(’ before ‘bool’
   29 | typedef enum {false = 0, true = 1} bool;
      |                                    ^~~~
setmode.c:29:36: warning: useless type name in empty declaration
make[1]: *** [<builtin>: setmode.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/numdiff-5.9.0'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:16: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: numdiff
Source-Version: 5.9.0-2
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
numdiff, 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 Tille <[email protected]> (supplier of updated numdiff 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, 26 Mar 2025 10:54:04 +0100
Source: numdiff
Architecture: source
Version: 5.9.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1013838 1097483 1099618
Changes:
 numdiff (5.9.0-2) unstable; urgency=medium
 .
   [ Andreas Tille ]
   * Maintain package in Debian Science team + add myself to Uploaders
     Closes: #1099618
   * Secure URL in watch file
   * Debhelper compat = 13
   * Simplify d/rules
   * Attempt to fix configure.ac
   * Standards-Version: 4.7.2 (routine-update)
   * Secure URI in copyright format (routine-update)
   * Use secure URI in Homepage field.
   * Make sure code builds with gcc-15
     Closes: #1097483
   * Do not Depends: install-info
     Closes: #1013838
 .
   [ наб ]
   * d/rules: simplify
   * Preserve the #defines from config.h.in
   * Fix -Wformat
   * priority-extra-is-replaced-by-priority-optional
Checksums-Sha1:
 6d32084dc48fe28f04562b6896041cec528e7255 2026 numdiff_5.9.0-2.dsc
 be343b6ac15a96fe85d068021878a3cb6aa1d60a 5964 numdiff_5.9.0-2.debian.tar.xz
 0cf4ed9674c92b2224ee8e338d0c723d3780b14e 6477 numdiff_5.9.0-2_amd64.buildinfo
Checksums-Sha256:
 8d73f60b32405824f0c928f486b2aa11512968ce012a0b29a82ffd035805d6eb 2026 
numdiff_5.9.0-2.dsc
 fa43e8d1444c781bfeb76ae1255a89cbbaf5da79e22f78d8026db351b5d44d84 5964 
numdiff_5.9.0-2.debian.tar.xz
 c24bf4626cba8996e14c5d951f64dc82c3abac9699215781fa1145b73634c41a 6477 
numdiff_5.9.0-2_amd64.buildinfo
Files:
 88b9e5b2ec92e550ebf062ff205f3608 2026 science optional numdiff_5.9.0-2.dsc
 d7e66810d5897960a3bb79ea8f52ec33 5964 science optional 
numdiff_5.9.0-2.debian.tar.xz
 b9197f461ba79b92c5b1f406300ba394 6477 science optional 
numdiff_5.9.0-2_amd64.buildinfo


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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmfjz28RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGAIRAAg/Oi3OCE3ZS9LHSynXJNtK4vrYyQdLT1
+LS1jEPeW7g3IkuokG3Z3rJ2VlqJBMTvquOT6cez9OllgnnvPrsYLmbuc5GDjczQ
S+V6n0Bl429XqPJvTUGl3ZxPfNG/Pc/mC6TbKB5MBSVQj7od/ymw09IB6+PBP5nr
7jpKOkFS8RGko+tQS26XvI4VC/5mJYQ6/7krZXs3pLGiUjIcs9ldeeCS3zhPFBPf
gMTfzaodeh4pPq603pofeo70ZEkNSkjl95YVXzVX3bJ4oPScmzaOSuTJWFDqWBte
EKC+MHwMmKS1OH9jvxqlYQPxWClkibd8rGYAwX05okteHJVfqoJvOAyEDHmMpkHC
eHAYrQbL1jNp/GExi4S5Ad7shRnC3CLlJwOcek7wrfRJxPmqznTcCIzUHWP7XPIB
oWt2rVB26i3vI8Jh3jF2J1bQi42g+ndMHGWQ8P0huj5d5rvpE/G4lJSIhBF3pIxB
q16e8h4hVipjlFZJ45Kr2E8XYfhg8F7y6Uu4VFUMGQo2D9e9LSfU2SC15xqCG+rD
CQM97TEz6cXeT5VMpZo84Gw6wpB6j4pnVA8Z53Po0BGWhDMVPSsOpIFVNNPIm43s
55L1FyX1oIZb07JOwzSxqGOagGsWyUikJjTMmDifbdRImJzkasCq3mGp4H+IgUZ/
DMoc/3U5M7A=
=Mbcu
-----END PGP SIGNATURE-----

Attachment: pgpn0gaWh9fDn.pgp
Description: PGP signature


--- End Message ---

Reply via email to