[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #CWH-106634]: Error in Test



Hi Phil,

> ÂI have installed netcdf-4.3.2, and, for the most part, it seems to be fine. 
> In the h5_test directory, it bombs on 1 of the 27 tests. Various error 
> reports are provided below. It looks like it is having trouble with some 
> filter functions. I have installed zlib, but not any other filter libraries. 
> Any help would be most appreciated!

It's not enough to have zlib installed, you also need to have built the
HDF5 libraries with zlib. That happens by default if you build from source
with zlib installed somewhere standard, where the HDF5 build system will
look, but if not, you need to run the configure script with the option 
  --with-zlib=DIR
where DIR is the directory where it's installed.

If you didn't build HDF5 from source, you can tell whether it was built
with zlib by looking at the lib/libhdf5.settings file where HDF5 was
installed.  Under "Features" in that file, you should see:
         I/O filters (external): deflate(zlib)
If you don't see that, you need to get an HDF5 library built with zlib,
or build it again from source.

> Thanks,
> Phil

You're welcome, I hope this helps.

--Russ

> ÂÂÂÂChecking HDF5 deflate, fletcher32, shuffle filter setting and 
> getting...Sorry! Unexpected ÂÂÂÂresult, tst_h_vars.c, line: 305
> I have the following from the error stack:
> #000: H5Z.c line 1710 in H5Z_get_filter_info(): Filter not defined
> ÂÂÂ major: Data filters
> ÂÂÂ minor: Bad value
> Â #001: H5Z.c line 1254 in H5Z_find(): required filter is not registered
> ÂÂÂ major: Data filters
> ÂÂÂ minor: Object not found
> Â #002: H5Z.c line 1254 in H5Z_find(): required filter is not registered
> ÂÂÂ major: Data filters
> ÂÂÂ minor: Object not found
> Sorry! Unexpected result, tst_h_vars.c, line: 309
> 
> High level make check output.
> # TOTAL: 27
> # PASS:Â 26
> # SKIP:Â 0
> # XFAIL: 0
> # FAIL:Â 1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See h5_test/test-suite.log
> Please report to address@hidden
> ============================================================================
> make[2]: *** [test-suite.log] Error 1
> make[2]: Leaving directory 
> `/work/00046/tg457095/software/NewPism/NET4/netcdf-4.3.2/h5_test'
> make[1]: *** [check-TESTS] Error 2
> make[1]: Leaving directory 
> `/work/00046/tg457095/software/NewPism/NET4/netcdf-4.3.2/h5_test'
> make: *** [check-am] Error 2
> login2.stampede(142)$
> 
> 
> 
> 
Russ Rew                                         UCAR Unidata Program
address@hidden                      http://www.unidata.ucar.edu



Ticket Details
===================
Ticket ID: CWH-106634
Department: Support netCDF
Priority: Normal
Status: Closed


NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.