Hi Kenton, This is due to using an old version HDF5 library with which to build netCDF-4. In more detail, there was a bug in HDF5-1.8.7 and earlier that we didn't test for in the corresponding netCDF version. More recent netCDF versions detect the HDF5 bug when built with HDF5-1.8.7 or earlier, but build fine with HDF5 versions 1.8.8 and later. If you have to rebuild HDF5 from source anyway, I would recommend just using the latest version 1.8.13, as that's what we're testing with now. --Russ > address@hidden ncdump]$ cat test-suite.log > ========================================= > netCDF 4.3.2: ncdump/test-suite.log > ========================================= > > # TOTAL: 39 > # PASS: 37 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 2 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 > > FAIL: tst_h_scalar > ================== > > HDF5-DIAG: Error detected in HDF5 (1.8.5-patch1) thread 0: > #000: ../../src/H5T.c line 1597 in H5Tcreate(): unable to create type > major: Datatype > minor: Unable to initialize object > #001: ../../src/H5T.c line 2985 in H5T_create(): type class is not > appropriate - use H5Tcopy() > major: Datatype > minor: Feature is unsupported > > *** Create file with datasets & attributes that have scalar > dataspaces...Sorry! Unexpected result, tst_h_scalar.c, line: 123 > > FAIL: tst_h_scalar.sh > ===================== > > > *** Running ncdump scalar test. > 1a2,47 > > variables: > > string vstrvar1 ; > > string vstrvar1:vstratt1 = NIL ; > > string vstrvar1:vstratt2 = NIL ; > > string vstrvar1:vstratt3 = "" ; > > string vstrvar1:vstratt4 = "foo" ; > > vstrvar1:fstratt = "" ; > > vstrvar1:intatt = 0 ; > > string fstrvar ; > > string fstrvar:vstratt1 = NIL ; > > string fstrvar:vstratt2 = NIL ; > > string fstrvar:vstratt3 = "" ; > > string fstrvar:vstratt4 = "foo" ; > > fstrvar:fstratt = "" ; > > fstrvar:intatt = 0 ; > > int intvar ; > > string intvar:vstratt1 = NIL ; > > string intvar:vstratt2 = NIL ; > > string intvar:vstratt3 = "" ; > > string intvar:vstratt4 = "foo" ; > > intvar:fstratt = "" ; > > intvar:intatt = 0 ; > > string vstrvar2 ; > > string vstrvar3 ; > > string vstrvar4 ; > > > > // global attributes: > > string :vstratt1 = NIL ; > > string :vstratt2 = NIL ; > > string :vstratt3 = "" ; > > string :vstratt4 = "foo" ; > > :fstratt = "" ; > > :intatt = 0 ; > > data: > > > > vstrvar1 = NIL ; > > > > fstrvar = _ ; > > > > intvar = 0 ; > > > > vstrvar2 = NIL ; > > > > vstrvar3 = _ ; > > > > vstrvar4 = "foo" ; > > address@hidden ncdump]$ > > Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: FUG-648656 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.