Your message dated Thu, 04 Sep 2025 11:05:06 +0000
with message-id <[email protected]>
and subject line Bug#1097247: fixed in libpdl-linearalgebra-perl 0.433-2
has caused the Debian Bug report #1097247,
regarding libpdl-linearalgebra-perl: 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.)
--
1097247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097247
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libpdl-linearalgebra-perl
Version: 0.433-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/libpdl-linearalgebra-perl_0.433-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
[...]
lib/PDL/LinearAlgebra/Complex-pp-cgges.c: In function ‘pdl_cgges_readdata’:
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:284:25: error: passing argument 4 of
‘cgges_’ from incompatible pointer type [-Wincompatible-pointer-types]
284 | fgselect_wrapper,
| ^~~~~~~~~~~~~~~~
| |
| PDL_Long (*)(float *) {aka int (*)(float *)}
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:263:25: note: expected ‘L_fp’ {aka
‘int (*)(void)’} but argument is of type ‘PDL_Long (*)(float *)’ {aka ‘int
(*)(float *)’}
262 | PDL_BROADCASTLOOP_START_cgges_readdata { extern
int FORTRAN(cgges)(char *jobvsl, char *jobvsr, char *sort, L_fp
|
~~~~
263 | delctg, integer *n, void *a, integer *lda, void
*b,
| ^~~~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:75:10: note: ‘fgselect_wrapper’
declared here
75 | PDL_Long fgselect_wrapper(float *p);
| ^~~~~~~~~~~~~~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:37:19: note: ‘L_fp’ declared here
37 | typedef logical (*L_fp)();
| ^~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:310:25: error: passing argument 4 of
‘cgges_’ from incompatible pointer type [-Wincompatible-pointer-types]
310 | fgselect_wrapper,
| ^~~~~~~~~~~~~~~~
| |
| PDL_Long (*)(float *) {aka int (*)(float *)}
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:263:25: note: expected ‘L_fp’ {aka
‘int (*)(void)’} but argument is of type ‘PDL_Long (*)(float *)’ {aka ‘int
(*)(float *)’}
262 | PDL_BROADCASTLOOP_START_cgges_readdata { extern
int FORTRAN(cgges)(char *jobvsl, char *jobvsr, char *sort, L_fp
|
~~~~
263 | delctg, integer *n, void *a, integer *lda, void
*b,
| ^~~~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:75:10: note: ‘fgselect_wrapper’
declared here
75 | PDL_Long fgselect_wrapper(float *p);
| ^~~~~~~~~~~~~~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:37:19: note: ‘L_fp’ declared here
37 | typedef logical (*L_fp)();
| ^~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:356:25: error: passing argument 4 of
‘zgges_’ from incompatible pointer type [-Wincompatible-pointer-types]
356 | dgselect_wrapper,
| ^~~~~~~~~~~~~~~~
| |
| PDL_Long (*)(double *) {aka int (*)(double *)}
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:335:25: note: expected ‘L_fp’ {aka
‘int (*)(void)’} but argument is of type ‘PDL_Long (*)(double *)’ {aka ‘int
(*)(double *)’}
334 | PDL_BROADCASTLOOP_START_cgges_readdata { extern
int FORTRAN(zgges)(char *jobvsl, char *jobvsr, char *sort, L_fp
|
~~~~
335 | delctg, integer *n, void *a, integer *lda, void
*b,
| ^~~~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:76:10: note: ‘dgselect_wrapper’
declared here
76 | PDL_Long dgselect_wrapper(double *p);
| ^~~~~~~~~~~~~~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:37:19: note: ‘L_fp’ declared here
37 | typedef logical (*L_fp)();
| ^~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:382:25: error: passing argument 4 of
‘zgges_’ from incompatible pointer type [-Wincompatible-pointer-types]
382 | dgselect_wrapper,
| ^~~~~~~~~~~~~~~~
| |
| PDL_Long (*)(double *) {aka int (*)(double *)}
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:335:25: note: expected ‘L_fp’ {aka
‘int (*)(void)’} but argument is of type ‘PDL_Long (*)(double *)’ {aka ‘int
(*)(double *)’}
334 | PDL_BROADCASTLOOP_START_cgges_readdata { extern
int FORTRAN(zgges)(char *jobvsl, char *jobvsr, char *sort, L_fp
|
~~~~
335 | delctg, integer *n, void *a, integer *lda, void
*b,
| ^~~~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:76:10: note: ‘dgselect_wrapper’
declared here
76 | PDL_Long dgselect_wrapper(double *p);
| ^~~~~~~~~~~~~~~~
lib/PDL/LinearAlgebra/Complex-pp-cgges.c:37:19: note: ‘L_fp’ declared here
37 | typedef logical (*L_fp)();
| ^~~~
make[1]: *** [Makefile:356: lib/PDL/LinearAlgebra/Complex-pp-cgges.o] Error 1
make[1]: Leaving directory
'/build/reproducible-path/libpdl-linearalgebra-perl-0.433'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libpdl-linearalgebra-perl
Source-Version: 0.433-2
Done: Bas Couwenberg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libpdl-linearalgebra-perl, 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.
Bas Couwenberg <[email protected]> (supplier of updated
libpdl-linearalgebra-perl 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, 04 Sep 2025 12:44:30 +0200
Source: libpdl-linearalgebra-perl
Architecture: source
Version: 0.433-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1097247
Changes:
libpdl-linearalgebra-perl (0.433-2) unstable; urgency=medium
.
* Team upload.
* Add upstream patch to fix FTBFS with GCC 15.
(closes: #1097247)
* Bump Standards-Version to 4.7.2, no changes.
Checksums-Sha1:
fab15dd227db90198fdbe3e72cf1760a7f840a2d 2299
libpdl-linearalgebra-perl_0.433-2.dsc
68ab8ab1c68eaf8531200226e09d99485e204ef5 8904
libpdl-linearalgebra-perl_0.433-2.debian.tar.xz
0a79020047b375876370d623236fb640f9ea6b0b 8107
libpdl-linearalgebra-perl_0.433-2_amd64.buildinfo
Checksums-Sha256:
015b8279e7dd3bc5e9d8a5da59f6d7e05f8be3a35aebb6fd6719a02705c7d26d 2299
libpdl-linearalgebra-perl_0.433-2.dsc
5f2a020163746403ca8477c207f5c4dfb90a2e3ca61b6edd528e3a845a317232 8904
libpdl-linearalgebra-perl_0.433-2.debian.tar.xz
74085c8d3c3dab52e1ec746f0aee1fc549990899b925e9030129a1d0bfc4ff8d 8107
libpdl-linearalgebra-perl_0.433-2_amd64.buildinfo
Files:
06c61189812195591ee589e6e9111dcf 2299 perl optional
libpdl-linearalgebra-perl_0.433-2.dsc
57e1a70538fc1f7f7b0b6a60079b19db 8904 perl optional
libpdl-linearalgebra-perl_0.433-2.debian.tar.xz
b3e145ea23eff65632f420c4c3612d3f 8107 perl optional
libpdl-linearalgebra-perl_0.433-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmi5bi0ACgkQZ1DxCuiN
SvHAFA/9EfPkPsF9x1hIIXXjBgEPac9HdOEzwjYUkxzHuIg8NZWiLDjor6Q2sekL
dYiKc60eNlpZxbU2El9trV9ihFrqwYLxorvpb16Xs4EdpQXQOqIiA4Jnat5lkGtw
/A7dk2dmO0rUPJ7+tU0gu4tIsiblKwysID8W/Ob8fyqp3fdCz2R3liaczW0GMKzW
y7cgXqS86lALmtJ4o7jd5q7+/LJTekqzYdvLVawtkTsZvCy888lCz1+x2jnciCRv
cU0yr31r/EE/raZaC4lI/xBos/op9e57gczz9vTdgDV0AybmyGsEvluIrZNcYd5j
x7UbeT5DN4XDyauHnsyBa6rrKNrD/frsgmnvoAzCAAmgBzyOGl2bZ3Co+3y9hP86
JsRyO+uYX6pEAC8V7Cs+Crry3r5b9qDh1RSiTxJzuP0ONjjKxoTm2WVqyAZwiQS4
vFhNKw8Y5Gr1fO2mentIgGb1hCFczw6NzglrA26WVR2qsEmWUrrK7otaZOwDpfv6
9pZIUFq2ShwaSWJKPd9y07wTVivaRnnlmb5juy+vnxnjP7/gbeVaQ3tAsCqaIRFV
Uc1CWYsrjP+mA17YCWiXXez59tHteBjJfNj9DGeKVPQ+U1fHdTga1Tl1aT8BhYp7
qgoLiWxsyMPpILaxDl3obTZ8GmTZQ8B3dxaZu8aHbetNdKe2Vwo=
=Abj4
-----END PGP SIGNATURE-----
pgpJtgRiZ8dVs.pgp
Description: PGP signature
--- End Message ---