Nwchem-dev.revision26704-src.2015-01-19 compilation fails with gfortran-5.0.0


Click here for full thread
Gets Around
Hi,

on Fedora Rawhide, with gcc-gfortran-5.0.0-0.15.fc23, and the following compilation instructions:

export NWCHEM_TOP=/scratch/mock/Nwchem-dev.revision26704-src.2015-01-19
export NWCHEM_TARGET=LINUX
export CC=gcc
export FC=gfortran
export USE_NOFSCHECK=TRUE
export NWCHEM_FSCHECK=N
export LARGE_FILES=TRUE
export MRCC_THEORY=TRUE
export NWCHEM_LONG_PATHS=Y
export PYTHONHOME=/usr
export PYTHONVERSION=2.7
export PYTHONLIBTYPE=so
export HAS_BLAS=yes
export BLASOPT='-L/usr/lib -lopenblas'
export BLAS_SIZE='4'
export MAKE=/usr/bin/make
export LD_LIBRARY_PATH=/usr/lib/openmpi/lib
export USE_MPI=y
export USE_MPIF=y
export USE_MPIF4=y
export MPIEXEC=/usr/lib/openmpi/bin/mpiexec
export MPI_LIB=/usr/lib/openmpi/lib
export MPI_INCLUDE=/usr/include/openmpi-i386
export LIBMPI='-lmpi -lmpi_usempif08 -lmpi_mpifh'
$MAKE nwchem_config NWCHEM_MODULES="all python" 2>&1 | tee ../make_nwchem_config_openmpi.log
export MAKEOPTS=""
$MAKE ${MAKEOPTS} 2>&1


I get the following error:

...
ar r /scratch/mock/Nwchem-dev.revision26704-src.2015-01-19/lib/LINUX/libnwdft.a rt_tddft_input_put_defaults.o rt_tddft_input_field.o rt_tddft_input_print.o rt_tddft_input_excite.o rt_tddft_input_tolerances.o rt_tddft_input_visualization.o rt_tddft_input.o
ranlib /scratch/mock/Nwchem-dev.revision26704-src.2015-01-19/lib/LINUX/libnwdft.a
Making all in init
make[3]: *** No rule to make target '/scratch/mock/Nwchem-dev.revision26704-src.2015-01-19/lib/LINUX/libnwdft.a(rt_tddft_input.o)', needed by '/scratch/mock/Nwchem-dev.revision26704-src.2015-01-19/lib/LINUX/libnwdft.a'.  Stop.
../../config/makelib.h:224: recipe for target 'subdirs' failed
make[2]: *** [subdirs] Error 1
../config/makelib.h:224: recipe for target 'subdirs' failed
make[1]: *** [subdirs] Error 1
GNUmakefile:111: recipe for target 'libraries' failed
make: *** [libraries] Error 1