Your message dated Wed, 26 Feb 2025 23:29:15 +0000
with message-id <[email protected]>
and subject line Bug#1097542: fixed in paml 4.9j+dfsg-6
has caused the Debian Bug report #1097542,
regarding paml: 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.)
--
1097542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097542
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:paml
Version: 4.9j+dfsg-5
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/paml_4.9j+dfsg-5_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
[...]
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools.c:5689:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5689 | scanf("%d%d", &ivar_f2d[i][0], &ivar_f2d[i][1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘gfopen’:
tools.c:1148:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1148 | scanf("%s", filename);
| ^~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘scanfile’:
tools.c:5356:7: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5356 | fgets(line, lline, fin);
| ^~~~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘DescriptiveStatistics’:
tools.c:5678:10: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5678 | fscanf(fin, "%lf", &data[j*n + i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools.c:5689:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5689 | scanf("%d%d", &ivar_f2d[i][0], &ivar_f2d[i][1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘gfopen’:
tools.c:1148:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1148 | scanf("%s", filename);
| ^~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘scanfile’:
tools.c:5356:7: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5356 | fgets(line, lline, fin);
| ^~~~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘DescriptiveStatistics’:
tools.c:5678:10: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5678 | fscanf(fin, "%lf", &data[j*n + i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools.c:5689:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5689 | scanf("%d%d", &ivar_f2d[i][0], &ivar_f2d[i][1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:22: mcmctree] Error 1
make[1]: *** Waiting for unfinished jobs....
tools.c: In function ‘gfopen’:
tools.c:1148:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1148 | scanf("%s", filename);
| ^~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘scanfile’:
tools.c:5356:7: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5356 | fgets(line, lline, fin);
| ^~~~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘DescriptiveStatistics’:
tools.c:5678:10: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5678 | fscanf(fin, "%lf", &data[j*n + i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools.c:5689:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5689 | scanf("%d%d", &ivar_f2d[i][0], &ivar_f2d[i][1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘gfopen’:
tools.c:1148:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
1148 | scanf("%s", filename);
| ^~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘scanfile’:
tools.c:5356:7: warning: ignoring return value of ‘fgets’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5356 | fgets(line, lline, fin);
| ^~~~~~~~~~~~~~~~~~~~~~~
tools.c: In function ‘DescriptiveStatistics’:
tools.c:5678:10: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5678 | fscanf(fin, "%lf", &data[j*n + i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools.c:5689:7: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
5689 | scanf("%d%d", &ivar_f2d[i][0], &ivar_f2d[i][1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/build/reproducible-path/paml-4.9j+dfsg/src'
dh_auto_build: error: cd src && make -j8 "INSTALL=install --strip-program=true"
returned exit code 2
make: *** [debian/rules:13: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: paml
Source-Version: 4.9j+dfsg-6
Done: Étienne Mollier <[email protected]>
We believe that the bug you reported is fixed in the latest version of
paml, 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 paml 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 Feb 2025 22:45:25 +0100
Source: paml
Architecture: source
Version: 4.9j+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1097542
Changes:
paml (4.9j+dfsg-6) unstable; urgency=medium
.
* c23.patch: new: fix ftbfs with gcc-15. (Closes: #1097542)
* d/control: declare compliance to standards version 4.7.1.
Checksums-Sha1:
1d3794f9f01d863cf2c01b62f63e46d1c13a39fb 2244 paml_4.9j+dfsg-6.dsc
ac943f52aa802f01708127c61315e578804544ec 8604 paml_4.9j+dfsg-6.debian.tar.xz
Checksums-Sha256:
e10a713134f55ce7e4831a012418aca2063beae005f9a2670e6b3c29b73484f8 2244
paml_4.9j+dfsg-6.dsc
ead9a11fa45e1b82590f3d9b61ec1649b8343aad8e99ec2eda8fe114bd66e9b1 8604
paml_4.9j+dfsg-6.debian.tar.xz
Files:
d5b76e075450d8e682333a014fc697f6 2244 science optional paml_4.9j+dfsg-6.dsc
28111169858649c8882ba71e1f6fd096 8604 science optional
paml_4.9j+dfsg-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAme/kKkUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdpixg/9Gk5LytrkeSRTs4kZQC+5NVPHyqUH
FFVRJwzV8r+LlyrOJeo3o8+9+DeDgABfRC54CCWsbCcLJS/7kIUcLKa9wcFUMm87
phQHLmg7daNdIoj5hmL18UcV9tw4gd4ax6FYZt3UbxZIlFIlPpzwmFy4/yhBVAB3
Iw0bOpyPrRWd9+EHjw4LWT/Tf/LLAQPdGR2RWnUC+vqwPSLMepGAgYgp+Tq+E/vh
fqc+kSuKqhw8RruGuL5w7MLby+hQS4f7A9Je5Mluhjr62lNB4INe9MhHQlpivvHd
Vw+gGY3xzaX58sbktoPDS8na82T3ExMbNKEjSToFqkRpNCXHfM7lCH7eF35zdOFO
Z33KeFTe92wySW/99d5JKJvKo5fGtRoF10cSJwS1aaqTPh3V4sxizg7jcHp5Sfu6
PBmx9hopAwaM18Lk6J49C3OT16BZwcgwGU9iY/FNZVvZx1GGw3tFrEaRnkQFuiT1
nemaptOmj5TrM1yINVoqums6vql5mPNblulT+du47krR0uV89cTOpi/kAhejQ6c/
ude1xATWf/3/ZgjoPV/evLaeFw0ovm7ltYTzmWkq6B40vmNtt+pxbp7KEZW44IpN
H8e2BABGAdDaELIpoISlKQT38ePfztQs0p9HjHVhKoed3s0fBM6qYnq6QQu2S77E
4dXYWeHeGLyNeV8=
=pdPC
-----END PGP SIGNATURE-----
pgppvG6_WJ45e.pgp
Description: PGP signature
--- End Message ---