FS#39047 - Unusable netcdf-fortran, need rebuild

Attached to Project: Arch Linux
Opened by جاك الفضة (jacksilver) - Wednesday, 26 February 2014, 00:22 GMT
Last edited by Dave Reisner (falconindy) - Wednesday, 26 February 2014, 01:52 GMT
Task Type General Gripe
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

You must recompile netcdf-fortran with new gfortran compiler

Example : compile this code

====
module test
use netcdf
end module test
====

gfortran -I/usr/include -c test.f90
test.f90:2.7:

use netcdf
1
Fatal Error: Cannot read module file 'netcdf.mod' opened at (1), because it was created by a different version of GNU Fortran

All the time when gfortran is bumped version, all fortran modules in other packages must be recompiled because module definitions are changed in teh new compiler gfortran.
This task depends upon

Closed by  Dave Reisner (falconindy)
Wednesday, 26 February 2014, 01:52 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#35855 

Loading...