Your message dated Mon, 06 Oct 2025 20:51:09 +0000
with message-id <[email protected]>
and subject line Bug#1097885: fixed in sim4 0.0.20121010-9
has caused the Debian Bug report #1097885,
regarding sim4: 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.)


-- 
1097885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097885
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sim4
Version: 0.0.20121010-8
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/sim4_0.0.20121010-8_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

[...]
sim4.init.c: In function ‘cds_range’:
sim4.init.c:672:6: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
  672 |      if (*s!='.') fatal ("Illegal CDS specification."); s++;
      |      ^~
sim4.init.c:672:57: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the ‘if’
  672 |      if (*s!='.') fatal ("Illegal CDS specification."); s++;
      |                                                         ^
sim4.init.c:673:6: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
  673 |      if (*s!='.') fatal ("Illegal CDS specification."); s++;
      |      ^~
sim4.init.c:673:57: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the ‘if’
  673 |      if (*s!='.') fatal ("Illegal CDS specification."); s++;
      |                                                         ^
sim4.init.c: At top level:
sim4.init.c:61:19: warning: ‘rcsid’ defined but not used 
[-Wunused-const-variable=]
   61 | static const char rcsid[] =
      |                   ^~~~~
In file included from psublast.h:6,
                 from sim4b1.c:18:
types.h:7:13: error: ‘bool’ cannot be defined via ‘typedef’
    7 | typedef int bool;
      |             ^~~~
types.h:7:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
types.h:7:1: warning: useless type name in empty declaration
    7 | typedef int bool;
      | ^~~~~~~
sim4b1.c: In function ‘heapify’:
sim4b1.c:1075:13: warning: old-style function definition 
[-Wold-style-definition]
 1075 | static void heapify(i, last)
      |             ^~~~~~~
sim4b1.c: In function ‘smaller’:
sim4b1.c:1097:12: warning: old-style function definition 
[-Wold-style-definition]
 1097 | static int smaller(i, j)
      |            ^~~~~~~
sim4b1.c: In function ‘find_ends’:
sim4b1.c:1523:27: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
 1523 |                           if (j>=j0) return (i-(j-j0)); break;
      |                           ^~
sim4b1.c:1523:57: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the ‘if’
 1523 |                           if (j>=j0) return (i-(j-j0)); break;
      |                                                         ^~~~~
sim4b1.c: At top level:
sim4b1.c:8:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
    8 | static const char rcsid[] =
      |                   ^~~~~
In file included from psublast.h:6,
                 from splice.c:3:
types.h:7:13: error: ‘bool’ cannot be defined via ‘typedef’
    7 | typedef int bool;
      |             ^~~~
types.h:7:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
types.h:7:1: warning: useless type name in empty declaration
    7 | typedef int bool;
      | ^~~~~~~
splice.c: In function ‘splice’:
splice.c:45:67: warning: variable ‘keep_Gi’ set but not used 
[-Wunused-but-set-variable]
   45 |    int maxCscore, maxGscore, Gxs, Gxe, Gy, Cxs, Cxe, Cy, keep_Ci, 
keep_Gi;
      |                                                                   
^~~~~~~
splice.c:45:58: warning: variable ‘keep_Ci’ set but not used 
[-Wunused-but-set-variable]
   45 |    int maxCscore, maxGscore, Gxs, Gxe, Gy, Cxs, Cxe, Cy, keep_Ci, 
keep_Gi;
      |                                                          ^~~~~~~
splice.c: At top level:
splice.c:8:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
    8 | static const char rcsid[] =
      |                   ^~~~~
make[1]: *** [Makefile:11: sim4] Error 1
make[1]: Leaving directory '/build/reproducible-path/sim4-0.0.20121010'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sim4
Source-Version: 0.0.20121010-9
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sim4, 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.
Étienne Mollier <[email protected]> (supplier of updated sim4 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: Mon, 06 Oct 2025 21:48:07 +0200
Source: sim4
Architecture: source
Version: 0.0.20121010-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1097885
Changes:
 sim4 (0.0.20121010-9) unstable; urgency=medium
 .
   * Team upload.
   * rename-type-bool.patch: new: fix build failure. (Closes: #1097885)
   * d/copyright: remove the old fsf address.
   * d/watch: convert to version 5 watch file.
     This change also adjusts the scanner for a working https page.
   * d/control: declare compliance to standards version 4.7.2.
   * d/control: drop redundant Rules-Requires-Root: no.
   * cppflags.patch: new: propagate more hardening flags.
   * d/rules: activate hardening support.
Checksums-Sha1:
 62dcae7942f240e0302a360fedb2155c5db54632 2099 sim4_0.0.20121010-9.dsc
 3bdd5463148184627d6275bcc5e41dcb2fd40722 317588 
sim4_0.0.20121010-9.debian.tar.xz
Checksums-Sha256:
 00e4ac22f1f28e8c7205244fc5eadacf936a9424e3cc6534f40669958b135c63 2099 
sim4_0.0.20121010-9.dsc
 e2fc67b1106b7313f4ef6ae16cd76539ff585ef4e8e0e12aa52f2d4a04adc67a 317588 
sim4_0.0.20121010-9.debian.tar.xz
Files:
 8631af5c2867883219bd59d1e2fd2942 2099 science optional sim4_0.0.20121010-9.dsc
 31f9defba64d1068a9aecf1e39c9b7bf 317588 science optional 
sim4_0.0.20121010-9.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmjkHx0UHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdo/5RAApJ2atA0MuZxBwHum6rjOmgmzLwg8
9xeMa/VhiZBOfujAAFjdE1ABwqRL6+LrrRkdsarvZfMCxrNxQUAuW+oIFmtBPlZ/
dL1cihcW/XU1FsGaV+PsyZ3ArlERSJ8tuCimy5ypZVcbQmD0nKjmRu2K2cbq/IFu
+HXVyMe4gXBwGiHLgnpiHGb/ZopvmOz3wUTgzcbgl7TiRcSnJ6LMimN3io1klzTr
aJcNlkfpfVBP22CMv+PpydobCieIQS65IX5JiFUni9pnx7HAY8lx+jchDdZWzLOz
VOFePKhLGDFwEUiUwm7umQAvj4oXe5wnB5LNAVbjDyn0btczyvfQthsKoPxQ8agq
8COUFkCGu+ZBa5CXQjZvY16gF4jDWQZT+mKuScGaKFmjiNMdxxKDB8mFspXN+Aha
WN4oCLmsDy1qbF+IqWigNfVifgfVMoaFGFdYZgNBvSVnon3LLPKkt96eM4Hwr6mH
YBKqyrnZJLbUGVoXom+0HrbVm/oTJVSnvWeZ2A82WrwAJ5Y5lpSigUABqz6lulW+
ecQoW7sucBvY+NJGbYRHJJs+0X0DI3PUGt3KxhLzZHebnDIFTs6KTwGFIxY9NuaN
SbErlGhvue7DZdyzavn54E4o1UeUvE9z4ilDTGuhKlyPVw7wGBxI3kUMWgOlqDIC
YQJe5rx4tHKAg2s=
=mtsn
-----END PGP SIGNATURE-----

Attachment: pgpz_BiMAXBdN.pgp
Description: PGP signature


--- End Message ---

Reply via email to