linux - "make check" fails when installing HDF5 -
i downloaded hdf5-1.8.15-patch1.tar.bz2, , tried install on ubuntu, command:
cc=mpicc ./configure --enable-parallel --enable-shared make make check
yet during make check, got error:
***** 1 failure! ***** command exited non-zero status 1 0.78user 0.08system 0:00.86elapsed 100%cpu (0avgtext+0avgdata 10216maxresident)k 0inputs+1224outputs (0major+51752minor)pagefaults 0swaps make[4]: *** [dt_arith.chkexe_] error 1 make[4]: leaving directory `/home/ubuntu/tools/hdf5-1.8.15-patch1/test' make[3]: *** [build-check-s] error 2 make[3]: leaving directory `/home/ubuntu/tools/hdf5-1.8.15-patch1/test' make[2]: *** [test] error 2 make[2]: leaving directory `/home/ubuntu/tools/hdf5-1.8.15-patch1/test' make[1]: *** [check-am] error 2 make[1]: leaving directory `/home/ubuntu/tools/hdf5-1.8.15-patch1/test' make: *** [check-recursive] error 1
this 'uname -a' , 'gcc -v':
uname -a linux ip-172-31-23-30 3.13.0-29-generic #53-ubuntu smp wed jun 4 21:00:20 utc 2014 x86_64 x86_64 x86_64 gnu/linux gcc -v gcc version 4.8.2 (ubuntu 4.8.2-19ubuntu1)
it seems worth trying lower optimizations flags (-o1 or -o0) following previous issues: https://support.hdfgroup.org/hdf5/release/known_problems/previssues.html
Comments
Post a Comment