Package: src:hdf5
Version: 1.14.5+repack-3.1
Severity: serious
Tags: sid forky ftbfs
at least on amd64 and ppc64el:
[...]
checking whether MPI meets the minimum 3.0 standard... yes
checking for parallel support files... provided by compiler
checking whether a simple MPI-IO C program can be linked... yes
checking whether a simple MPI-IO Fortran program can be linked... no
configure: error: unable to link a simple MPI-IO Fortran program
cd debian/build-openmpi && tail -v -n \+0 config.log
configure:35775: checking whether a simple MPI-IO Fortran program can be
linked
configure:35780: mpif90.openmpi -o conftest -I. -g -O2
-ffile-prefix-map=/build/reproducible-path/hdf5-1.14.5+repack=.
-fstack-protector-strong -fstack-clash-protection -fcf-protection
-Wl,-z,relro conftest.f90 -lsz -lz -ldl -lm >&5
f951: Warning: Nonexistent include directory
'/usr/lib/x86_64-linux-gnu/openmpi/lib/../../fortran/gfortran-mod-15/openmpi'
[-Wmissing-include-dirs]
conftest.f90:2:7:
2 | USE mpi
| 1
Fatal Error: Cannot open module file 'mpi.mod' for reading at (1): No
such file or directory
compilation terminated.
configure:35780: $? = 1
configure: failed program was:
| PROGRAM FC_MPI_CHECK
| USE mpi
| INTEGER :: comm, amode, info, fh, ierror
| CHARACTER(LEN=1) :: filename
| CALL MPI_File_open( comm, filename, amode, info, fh, ierror)
| END PROGRAM FC_MPI_CHECK
configure:35785: result: no
configure:35787: error: unable to link a simple MPI-IO Fortran program