Your message dated Sat, 20 Sep 2025 14:48:55 +0000
with message-id <[email protected]>
and subject line Bug#1096450: fixed in coils 2002-10
has caused the Debian Bug report #1096450,
regarding coils: 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.)


-- 
1096450: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096450
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:coils
Version: 2002-9
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/coils_2002-9_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

[...]
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   debian/rules override_dh_clean
make[1]: Entering directory '/build/reproducible-path/coils-2002'
dh_clean ncoils ncoils.1 coils-wrap.1
make[1]: Leaving directory '/build/reproducible-path/coils-2002'
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/coils-2002'
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/coils-2002=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -I. -o 
ncoils ncoils.c read_matrix.c -lm -D__PKGDATADIR__=\"/usr/share/ncoils\" 
-Wl,-z,relro -Wl,-z,now
ncoils.c: In function ‘main’:
ncoils.c:75:32: error: too many arguments to function ‘exit_error’; expected 0, 
have 1
   75 |            if(argv[i][0]!='-') exit_error( env );
      |                                ^~~~~~~~~~  ~~~
In file included from ncoils.c:1:
./ncoils.h:27:6: note: declared here
   27 | void exit_error();
      |      ^~~~~~~~~~
ncoils.c:77:30: error: too many arguments to function ‘exit_error’; expected 0, 
have 1
   77 |              if((i+1)>=argc) exit_error( env );
      |                              ^~~~~~~~~~  ~~~
./ncoils.h:27:6: note: declared here
   27 | void exit_error();
      |      ^~~~~~~~~~
ncoils.c:81:30: error: too many arguments to function ‘exit_error’; expected 0, 
have 1
   81 |              if((i+1)>=argc) exit_error( env );
      |                              ^~~~~~~~~~  ~~~
./ncoils.h:27:6: note: declared here
   27 | void exit_error();
      |      ^~~~~~~~~~
ncoils.c:87:30: error: too many arguments to function ‘exit_error’; expected 0, 
have 1
   87 |              if((i+1)>=argc) exit_error( env );
      |                              ^~~~~~~~~~  ~~~
./ncoils.h:27:6: note: declared here
   27 | void exit_error();
      |      ^~~~~~~~~~
ncoils.c:95:30: error: too many arguments to function ‘exit_error’; expected 0, 
have 1
   95 |              if((i+1)>=argc) exit_error( env );
      |                              ^~~~~~~~~~  ~~~
./ncoils.h:27:6: note: declared here
   27 | void exit_error();
      |      ^~~~~~~~~~
ncoils.c:99:14: error: too many arguments to function ‘exit_error’; expected 0, 
have 1
   99 |              exit_error( env );
      |              ^~~~~~~~~~  ~~~
./ncoils.h:27:6: note: declared here
   27 | void exit_error();
      |      ^~~~~~~~~~
ncoils.c:106:14: error: too many arguments to function ‘exit_error’; expected 
0, have 1
  106 |              exit_error( env );
      |              ^~~~~~~~~~  ~~~
./ncoils.h:27:6: note: declared here
   27 | void exit_error();
      |      ^~~~~~~~~~
ncoils.c: At top level:
ncoils.c:190:6: error: conflicting types for ‘exit_error’; have ‘void(const 
char *)’
  190 | void exit_error( const char* __coilsdir ) {
      |      ^~~~~~~~~~
./ncoils.h:27:6: note: previous declaration of ‘exit_error’ with type 
‘void(void)’
   27 | void exit_error();
      |      ^~~~~~~~~~
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 1
make[1]: Leaving directory '/build/reproducible-path/coils-2002'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: coils
Source-Version: 2002-10
Done: Nilesh Patra <[email protected]>

We believe that the bug you reported is fixed in the latest version of
coils, 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.
Nilesh Patra <[email protected]> (supplier of updated coils 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: Sat, 20 Sep 2025 19:28:06 +0530
Source: coils
Architecture: source
Version: 2002-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 1096450
Changes:
 coils (2002-10) unstable; urgency=medium
 .
   * Team Upload.
   * Fix function prototype in coils-wrap patch (Closes: #1096450)
Checksums-Sha1:
 63f78360ceed5af7bfab0053d1d611597f5e9ee8 1362 coils_2002-10.dsc
 f1e7f5ea5714c80690abd41303b98dac1ebe2870 10524 coils_2002-10.debian.tar.xz
 bd401555652db62f6631ea72ba855806deeb87df 5209 coils_2002-10_amd64.buildinfo
Checksums-Sha256:
 d0ed6dcc5bb42bb6d68cb2bd033d3995a30ee42b4d1735bc87bc9d3813c73384 1362 
coils_2002-10.dsc
 728cf163e4a84ec233b690d387956ae077b3add0d754f5bac36d644264ba2554 10524 
coils_2002-10.debian.tar.xz
 7e9d56cada0caedf1bd8f2535b4c86c266c351731dc671cc4907435c34687e74 5209 
coils_2002-10_amd64.buildinfo
Files:
 8009f42e39b4c2c5da1edfa6f419288f 1362 science optional coils_2002-10.dsc
 5315dfdf8bf10c6ddfa41641ddd0d716 10524 science optional 
coils_2002-10.debian.tar.xz
 910cd5ff4e9361e3c16296dc014ed1fc 5209 science optional 
coils_2002-10_amd64.buildinfo

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

iIgEARYKADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCaM6zPhIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtrrswEAqxr8rkMLQOX9Ynd9Xzw+u+bGTDiZSI5C
VSRjn6f6PUcBAPl8PLKNqU8zX+aJtBxXUdMfLzujjEgF4i/7NqhA/PUP
=zRaI
-----END PGP SIGNATURE-----

Attachment: pgp5LhJWcKGCf.pgp
Description: PGP signature


--- End Message ---

Reply via email to