Hi I have installed hdf5-1.8.6 with szip and zlib, when I run make check,
something is wrong:

Making check in src
make[1]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make  check-TESTS
make[2]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make[3]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make[4]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make[4]: Nothing to be done for `_exec_check-s'.
make[4]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make[3]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make[3]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make[3]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make[2]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
make[1]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/src'
Making check in test
make[1]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
make  testhdf5 lheap ohdr stab gheap cache cache_api pool accum hyperslab
istore bittests dt_arith dtypes dsets cmpd_dset filter_fail extend external
objcopy links unlink big mtime fillval mount flush1 flush2 app_ref enum
set_extent ttsafe getname vfd ntypes dangle dtransform reserved cross_read
freespace mf btree2 fheap error_test err_compat tcheck_version testmeta
testerror.sh testlibinfo.sh testcheck_version.sh
make[2]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
make[2]: `testhdf5' is up to date.
make[2]: `lheap' is up to date.
make[2]: `ohdr' is up to date.
make[2]: `stab' is up to date.
make[2]: `gheap' is up to date.
make[2]: `cache' is up to date.
make[2]: `cache_api' is up to date.
make[2]: `pool' is up to date.
make[2]: `accum' is up to date.
make[2]: `hyperslab' is up to date.
make[2]: `istore' is up to date.
make[2]: `bittests' is up to date.
make[2]: `dt_arith' is up to date.
make[2]: `dtypes' is up to date.
make[2]: `dsets' is up to date.
make[2]: `cmpd_dset' is up to date.
make[2]: `filter_fail' is up to date.
make[2]: `extend' is up to date.
make[2]: `external' is up to date.
make[2]: `objcopy' is up to date.
make[2]: `links' is up to date.
make[2]: `unlink' is up to date.
make[2]: `big' is up to date.
make[2]: `mtime' is up to date.
make[2]: `fillval' is up to date.
make[2]: `mount' is up to date.
make[2]: `flush1' is up to date.
make[2]: `flush2' is up to date.
make[2]: `app_ref' is up to date.
make[2]: `enum' is up to date.
make[2]: `set_extent' is up to date.
make[2]: `ttsafe' is up to date.
make[2]: `getname' is up to date.
make[2]: `vfd' is up to date.
make[2]: `ntypes' is up to date.
make[2]: `dangle' is up to date.
make[2]: `dtransform' is up to date.
make[2]: `reserved' is up to date.
make[2]: `cross_read' is up to date.
make[2]: `freespace' is up to date.
make[2]: `mf' is up to date.
make[2]: `btree2' is up to date.
make[2]: `fheap' is up to date.
make[2]: `error_test' is up to date.
make[2]: `err_compat' is up to date.
make[2]: `tcheck_version' is up to date.
make[2]: `testmeta' is up to date.
make[2]: `testerror.sh' is up to date.
make[2]: `testlibinfo.sh' is up to date.
make[2]: `testcheck_version.sh' is up to date.
make[2]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
make  check-TESTS
make[2]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
make[3]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
===Serial tests in test begin Fri Apr  8 18:30:54 CEST 2011===
make[4]: Entering directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
============================
Testing  testhdf5 
============================
 testhdf5  Test Log
============================

For help use: ./testhdf5 -help
Linked with hdf5 version 1.8 release 6
Testing  -- Configure definitions (config) 
Testing  -- Encoding/decoding metadata (metadata) 
Testing  -- Checksum algorithm (checksum) 
Testing  -- Ternary Search Trees (tst) 
Testing  -- Memory Heaps (heap) 
Testing  -- Skip Lists (skiplist) 
Testing  -- Reference Counted Strings (refstr) 
Testing  -- Low-Level File I/O (file) 
Testing  -- Generic Object Functions (objects) 
Testing  -- Dataspaces (h5s) 
Testing  -- Dataspace coordinates (coords) 
Testing  -- Shared Object Header Messages (sohm) 
Testing  -- Attributes (attr) 
Testing  -- Selections (select) 
Testing  -- Time Datatypes (time) 
Testing  -- References (reference) 
Testing  -- Variable-Length Datatypes (vltypes) 
time: command terminated abnormally.

real   244.01
user   124.61
sys    35.30
make[4]: *** [testhdf5.chkexe_] Error 1
make[4]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
make[3]: *** [build-check-s] Error 2
make[3]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
make[2]: *** [test] Error 2
make[2]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/u/binqiao/HDF5/hdf5-1.8.6/build/test'
make: *** [check-recursive] Error 1
user=128.304 system=35.771 real=4:49.87

Anyone know the reason?


--
View this message in context: 
http://hdf-forum.184993.n3.nabble.com/HDF5-1-8-6-make-check-failed-tp2796080p2796080.html
Sent from the hdf-forum mailing list archive at Nabble.com.

_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to