scalapack: ftbfs with GCC-15
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| scalapack (Debian) |
Fix Released
|
Unknown
|
|||
| scalapack (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
Imported from Debian bug http://
Package: src:scalapack
Version: 2.2.2-1
Severity: important
Tags: sid forky
User: <email address hidden>
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://
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://
[...]
17 | void Cblacs_get();
| ^~~~~~~~~~
/build/
73 | Cblacs_gridmap( context_out, grid_new, nprow_new, nprow_new, npcol_new );
| ^~~~~~~~~~~~~~ ~~~~~~~~~~~
/build/
18 | void Cblacs_gridmap();
| ^~~~~~~~~~~~~~
/build/
21 | Int i, j;
| ^
/build/
/build/
101 | void proc_inc( Int* myrow, Int* mycol, Int nprow, Int npcol, Int major )
| ^~~~~~~~
/build/
14 | void proc_inc();
| ^~~~~~~~
make[4]: *** [CMakeFiles/
make[4]: *** Waiting for unfinished jobs....
[ 15%] Building C object CMakeFiles/
/usr/bin/cc -DAdd_ -Dscalapack_EXPORTS -isystem /usr/lib/
/build/
/build/
13 | Cblacs_
| ^~~~~~~~~~~~~~~
/build/
18 | Cblacs_abort(ctxt, -22);
| ^~~~~~~~~~~~
/build/
30 | g[(i%Q)*P+i/Q] = Cblacs_pnum(ctxt, (pstart+i)/Q0, (pstart+i)%Q0);
| ^~~~~~~~~~~ ~~~~
/build/
10 | Int Cblacs_pnum();
| ^~~~~~~~~~~
/build/
33 | g[i] = Cblacs_pnum(ctxt, (pstart+i)/Q0, (pstart+i)%Q0);
| ^~~~~~~~~~~ ~~~~
/build/
10 | Int Cblacs_pnum();
| ^~~~~~~~~~~
/build/
39 | g[(i%Q)*P+i/Q] = Cblacs_pnum(ctxt, (pstart+i)%P0, (pstart+i)/P0);
| ^~~~~~~~~~~ ~~~~
/build/
10 | Int Cblacs_pnum();
| ^~~~~~~~~~~
/build/
42 | g[i] = Cblacs_pnum(ctxt, (pstart+i)%P0, (pstart+i)/P0);
| ^~~~~~~~~~~ ~~~~
/build/
10 | Int Cblacs_pnum();
| ^~~~~~~~~~~
/build/
44 | Cblacs_get(ctxt, 10, &nctxt);
| ^~~~~~~~~~
/build/
45 | Cblacs_
| ^~~~~~~~~~~~~~
make[4]: *** [CMakeFiles/
make[4]: Leaving directory '/build/
make[3]: *** [CMakeFiles/
make[3]: Leaving directory '/build/
make[2]: *** [Makefile:169: all] Error 2
make[2]: Leaving directory '/build/
dh_auto_build: error: cd build64-mpich && make -j8 "INSTALL=install --strip-
make[1]: *** [debian/rules:107: override_
make[1]: Leaving directory '/build/
make: *** [debian/rules:50: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
| tags: | added: ftbfs update-excuse |
| Changed in scalapack (Debian): | |
| importance: | Undecided → Unknown |
| Changed in scalapack (Debian): | |
| status: | New → Confirmed |
| Changed in scalapack (Debian): | |
| status: | Confirmed → Fix Released |
