Re: hdf5 fortran build failure with gcc 12

2022-02-04 Thread Mamoru TASAKA
Dave Love wrote on 2022/02/01 19:20: Orion Poplawski writes: On 1/29/22 19:40, Mamoru TASAKA wrote: Looks like "minusone" variable looking like constant value defined in fortran/test/tH5A_1_8.F90 needs PARAMETER attribute. Tried this diff: ``` diff --git a/hdf5.spec b/hdf5.spec index

Re: hdf5 fortran build failure with gcc 12

2022-02-01 Thread Dave Love
Orion Poplawski writes: > On 1/29/22 19:40, Mamoru TASAKA wrote: >> Looks like "minusone" variable looking like constant value defined >> in >> fortran/test/tH5A_1_8.F90 needs PARAMETER attribute. Tried this diff: >> ``` >> diff --git a/hdf5.spec b/hdf5.spec >> index 3b1d27b..2bac44d 100644 >>

Re: hdf5 fortran build failure with gcc 12

2022-01-30 Thread Orion Poplawski
On 1/29/22 19:40, Mamoru TASAKA wrote: Orion Poplawski wrote on 2022/01/30 3:48: hdf5 is starting to fail to build with gcc 12 in rawhide with: make[2]: Entering directory '/builddir/build/BUILD/hdf5-1.12.1/build/fortran/test' /bin/sh ../../libtool  --tag=FC   --mode=link gfortran -std=f2008

Re: hdf5 fortran build failure with gcc 12

2022-01-29 Thread Mamoru TASAKA
Orion Poplawski wrote on 2022/01/30 3:48: hdf5 is starting to fail to build with gcc 12 in rawhide with: make[2]: Entering directory '/builddir/build/BUILD/hdf5-1.12.1/build/fortran/test' /bin/sh ../../libtool  --tag=FC   --mode=link gfortran -std=f2008 -Waliasing -Wall -Wcharacter-truncation

hdf5 fortran build failure with gcc 12

2022-01-29 Thread Orion Poplawski
hdf5 is starting to fail to build with gcc 12 in rawhide with: make[2]: Entering directory '/builddir/build/BUILD/hdf5-1.12.1/build/fortran/test' /bin/sh ../../libtool --tag=FC --mode=link gfortran -std=f2008 -Waliasing -Wall -Wcharacter-truncation -Wextra -Wimplicit-interface -Wsurprising