many many thanks it works
On Tue, Jul 8, 2014 at 3:52 PM, George N. White III <[email protected]> wrote: > You need to make sure that the library is rebuilt with the -O0 flag. Try > "make distclean" before you run configure, or just delete the hdf5_1.8.9 > directory and extract the archive again so you know you are starting with > clean sources. > > > On Tue, Jul 8, 2014 at 6:39 AM, fereshteh komijani < > [email protected]> wrote: > >> yes i have used >> CFLAGS=-O1 ./configure >> --with-zlib=/home/fkomijani/program_Install/NETCDF_4.2.1.1 >> --prefix=/home/fkomijani/program_Install/NETCDF_4.2.1.1 >> and then *make check install *but again it gives: >> Testing hard normalized long double -> signed char conversions >> 0.07user 0.01system 0:00.37elapsed 21%CPU (0avgtext+0avgdata >> 4804maxresident)k >> 0inputs+272outputs (0major+14122minor)pagefaults 0swaps >> >> make[4]: *** [dt_arith.chkexe_] Error 1 >> make[4]: Leaving directory >> `/home/fkomijani/source_program/hdf5_1.8.9/test' >> make[3]: *** [build-check-s] Error 2 >> make[3]: Leaving directory >> `/home/fkomijani/source_program/hdf5_1.8.9/test' >> make[2]: *** [test] Error 2 >> make[2]: Leaving directory >> `/home/fkomijani/source_program/hdf5_1.8.9/test' >> make[1]: *** [check-am] Error 2 >> make[1]: Leaving directory >> `/home/fkomijani/source_program/hdf5_1.8.9/test' >> make: *** [check-recursive] Error 1 >> >> >> >> On Tue, Jul 8, 2014 at 1:18 PM, Matthieu Brucher < >> [email protected]> wrote: >> >>> Well, did you try the solution George gave you? >>> >>> 2014-07-08 10:38 GMT+02:00 fereshteh komijani < >>> [email protected]>: >>> > when i used >>> > [ @localost] gcc version >>> > gcc (GCC) 4.8.2 20131017 REDHAT (4.8.2_1) >>> > Now please help me >>> > cheers >>> > fereshte >>> > >>> > >>> > On Mon, Jul 7, 2014 at 9:43 PM, George N. White III <[email protected]> >>> > wrote: >>> >> >>> >> Your report omitted the important detail of your compiler version. >>> The >>> >> "dt_arith" failure looks >>> >> similar to <http://www.hdfgroup.org/HDF5/release/known_problems/> >>> >> "Conversion Tests Fail >>> >> on Ubuntu 11.10 with gcc 4.6.1", where you are advised to use >>> "CFLAGS=-O1 >>> >> ./configure". >>> >> >>> >> >>> >> On Mon, Jul 7, 2014 at 12:13 PM, fereshteh komijani >>> >> <[email protected]> wrote: >>> >>> >>> >>> dear friend >>> >>> i cant solve my problem there fore i request to help me about solving >>> >>> following error in command Make check in following way: >>> >>> >>> >>> 1-cd /home/fkomijani/HDF5 1.8.9 >>> >>> >>> >>> 2- ./configure --with-zlib=/home/fkomijani/NETCD4.2.1.1 >>> >>> --prefix=//home/fkomijani/NETCD4.2.1.1 >>> >>> >>> >>> make check install >>> >>> >>> >>> but in this step i get the error massage like: >>> >>> >>> >>> Testing dt_arith >>> >>> ============================ >>> >>> dt_arith Test Log >>> >>> ============================ >>> >>> Testing non-aligned conversions (ALIGNMENT=1).... >>> >>> Testing query functions of compiler conversion >>> >>> PASSED >>> >>> Testing user-define and query functions of floating-point types >>> >>> PASSED >>> >>> Testing user-define and query functions of integer types >>> >>> PASSED >>> >>> Floating-point overflow cases will be tested. >>> >>> Testing noop float -> float conversions >>> >>> PASSED >>> >>> Testing noop double -> double conversions >>> >>> PASSED >>> >>> Testing noop long double -> long double conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> double conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> float conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> long double conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> long double conversions >>> >>> PASSED >>> >>> Testing hard normalized long double -> float conversions >>> >>> PASSED >>> >>> Testing hard normalized long double -> double conversions >>> >>> PASSED >>> >>> Testing hard denormalized float -> double conversions >>> >>> PASSED >>> >>> Testing hard denormalized double -> float conversions >>> >>> PASSED >>> >>> Testing hard denormalized float -> long double conversions >>> >>> PASSED >>> >>> Testing hard denormalized double -> long double conversions >>> >>> PASSED >>> >>> Testing hard denormalized long double -> float conversions >>> >>> PASSED >>> >>> Testing hard denormalized long double -> double conversions >>> >>> PASSED >>> >>> Testing hard special float -> double conversions >>> >>> PASSED >>> >>> Testing hard special double -> float conversions >>> >>> PASSED >>> >>> Testing hard special float -> long double conversions >>> >>> PASSED >>> >>> Testing hard special double -> long double conversions >>> >>> PASSED >>> >>> Testing hard special long double -> float conversions >>> >>> Child caught signal 11. >>> >>> Testing hard special long double -> double conversions >>> >>> Child caught signal 11. >>> >>> Testing hard signed char -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard signed char -> short conversions >>> >>> PASSED >>> >>> Testing hard signed char -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard signed char -> int conversions >>> >>> PASSED >>> >>> Testing hard signed char -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard signed char -> long long conversions >>> >>> PASSED >>> >>> Testing hard signed char -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> signed char conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> short conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> int conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> long long conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard short -> signed char conversions >>> >>> PASSED >>> >>> Testing hard short -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard short -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard short -> int conversions >>> >>> PASSED >>> >>> Testing hard short -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard short -> long long conversions >>> >>> PASSED >>> >>> Testing hard short -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> signed char conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> short conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> int conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> long long conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard int -> signed char conversions >>> >>> PASSED >>> >>> Testing hard int -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard int -> short conversions >>> >>> PASSED >>> >>> Testing hard int -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard int -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard int -> long long conversions >>> >>> PASSED >>> >>> Testing hard int -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> signed char conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> short conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> int conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> long long conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard long long -> signed char conversions >>> >>> PASSED >>> >>> Testing hard long long -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard long long -> short conversions >>> >>> PASSED >>> >>> Testing hard long long -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard long long -> int conversions >>> >>> PASSED >>> >>> Testing hard long long -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard long long -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> signed char conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> short conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> int conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> long long conversions >>> >>> PASSED >>> >>> Testing hard signed char -> float conversions >>> >>> PASSED >>> >>> Testing hard signed char -> double conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> float conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> double conversions >>> >>> PASSED >>> >>> Testing hard short -> float conversions >>> >>> PASSED >>> >>> Testing hard short -> double conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> float conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> double conversions >>> >>> PASSED >>> >>> Testing hard int -> float conversions >>> >>> PASSED >>> >>> Testing hard int -> double conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> float conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> double conversions >>> >>> PASSED >>> >>> Testing hard long long -> float conversions >>> >>> PASSED >>> >>> Testing hard long long -> double conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> float conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> double conversions >>> >>> PASSED >>> >>> Testing hard signed char -> long double conversions >>> >>> PASSED >>> >>> Testing hard unsigned char -> long double conversions >>> >>> PASSED >>> >>> Testing hard short -> long double conversions >>> >>> PASSED >>> >>> Testing hard unsigned short -> long double conversions >>> >>> PASSED >>> >>> Testing hard int -> long double conversions >>> >>> PASSED >>> >>> Testing hard unsigned int -> long double conversions >>> >>> PASSED >>> >>> Testing hard long long -> long double conversions >>> >>> PASSED >>> >>> Testing hard unsigned long long -> long double conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> signed char conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> signed char conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> unsigned char conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> short conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> short conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> unsigned short conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> int conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> int conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> unsigned int conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> long long conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> long long conversions >>> >>> PASSED >>> >>> Testing hard normalized float -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard normalized double -> unsigned long long conversions >>> >>> PASSED >>> >>> Testing hard normalized long double -> signed char conversions >>> >>> 0.07user 0.00system 0:00.16elapsed 47%CPU (0avgtext+0avgdata >>> >>> 4800maxresident)k >>> >>> 0inputs+264outputs (0major+14101minor)pagefaults 0swaps >>> >>> make[4]: *** [dt_arith.chkexe_] Error 1 >>> >>> make[4]: Leaving directory >>> >>> `/home/fkomijani/source_program/hdf5_1.8.9/test' >>> >>> make[3]: *** [build-check-s] Error 2 >>> >>> make[3]: Leaving directory >>> >>> `/home/fkomijani/source_program/hdf5_1.8.9/test' >>> >>> make[2]: *** [test] Error 2 >>> >>> make[2]: Leaving directory >>> >>> `/home/fkomijani/source_program/hdf5_1.8.9/test' >>> >>> make[1]: *** [check-am] Error 2 >>> >>> make[1]: Leaving directory >>> >>> `/home/fkomijani/source_program/hdf5_1.8.9/test' >>> >>> make: *** [check-recursive] Error 1 >>> >>> >>> >>> >>> >>> my system is fedora linux 20. >>> >>> many thanks >>> >>> fereshte >>> >>> >>> >>> -- >>> >>> **Angel** >>> >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> >>> Hdf-forum is for HDF software users discussion. >>> >>> [email protected] >>> >>> >>> >>> >>> http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org >>> >>> Twitter: https://twitter.com/hdf5 >>> >> >>> >> >>> >> >>> >> >>> >> -- >>> >> George N. White III <[email protected]> >>> >> Head of St. Margarets Bay, Nova Scotia >>> >> >>> >> _______________________________________________ >>> >> Hdf-forum is for HDF software users discussion. >>> >> [email protected] >>> >> >>> >> >>> http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org >>> >> Twitter: https://twitter.com/hdf5 >>> > >>> > >>> > >>> > >>> > -- >>> > **Angel** >>> > >>> > >>> > >>> > _______________________________________________ >>> > Hdf-forum is for HDF software users discussion. >>> > [email protected] >>> > >>> http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org >>> > Twitter: https://twitter.com/hdf5 >>> >>> >>> >>> -- >>> Information System Engineer, Ph.D. >>> Blog: http://matt.eifelle.com >>> LinkedIn: http://www.linkedin.com/in/matthieubrucher >>> Music band: http://liliejay.com/ >>> >>> _______________________________________________ >>> Hdf-forum is for HDF software users discussion. >>> [email protected] >>> >>> http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org >>> Twitter: https://twitter.com/hdf5 >>> >> >> >> >> -- >> ***Angel*** >> >> >> >> _______________________________________________ >> Hdf-forum is for HDF software users discussion. >> [email protected] >> >> http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org >> Twitter: https://twitter.com/hdf5 >> > > > > -- > George N. White III <[email protected]> > Head of St. Margarets Bay, Nova Scotia > > _______________________________________________ > Hdf-forum is for HDF software users discussion. > [email protected] > > http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org > Twitter: https://twitter.com/hdf5 > -- ***Angel***
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org Twitter: https://twitter.com/hdf5
