FS#42093 - [netcdf] Rebuild against hdf5 1.8.13

Attached to Project: Arch Linux
Opened by Rich Li (richli) - Tuesday, 23 September 2014, 23:39 GMT
Last edited by Ronald van Haren (pressh) - Wednesday, 24 September 2014, 09:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

The hdf5 package was recently updated from 1.8.12 to 1.8.13. Since NetCDF compiles against HDF5, it needs a rebuild.

Additional info:

hdf5-1.8.13-1
netcdf-4.3.2-1

Steps to reproduce:

Invoking the NetCDF library against any NETCDF4 format file (which uses HDF5) gives an error starting with this:

$ ncinfo test.nc
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as 'LD_LIBRARY_PATH'.
You can, at your own risk, disable this warning by setting the environment
variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
Setting it to 2 or higher will suppress the warning messages totally.
Headers are 1.8.12, library is 1.8.13

This task depends upon

Closed by  Ronald van Haren (pressh)
Wednesday, 24 September 2014, 09:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  netcdf 4.3.2-2

Loading...