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

[netCDF #XFN-885179]: recipes for target 'test-suite.log', 'check-TESTS', 'check-am', and 'check-recursive' failed



Hello,

Would it be possible for you to provide the config.log file created when you 
run configure? This will provide information about your build environment that 
hopefully will help us diagnose this issue.  

Thanks, have a good day,

-Ward


> Dear Unidata/Netcdf,
> I have successfully configured netcdf-4.3.2 on cygwin as:
> CPPFLAGS=-I/usr/local/include
> LDFLAGS=-L/usr/local/lib
> 
> ./configure --prefix=/usr/local/netcdf
> 
> The Make run with out errors. But, Make Check resulted in following errors:
> 
> make[2]: Leaving directory '/home/netcdf-4.3.2/h5_test'
> make  check-TESTS
> make[2]: Entering directory '/home/netcdf-4.3.2/h5_test'
> make[3]: Entering directory '/home/netcdf-4.3.2/h5_test'
> ../test-driver: line 107:  1452 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_files.exe
> ../test-driver: line 107:  5512 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_files2.exe
> ../test-driver: line 107:  1896 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_files4.exe
> ../test-driver: line 107:  9164 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_atts.exe
> PASS: tst_h_atts3.exe
> PASS: tst_h_atts4.exe
> ../test-driver: line 107:  6476 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_vars.exe
> ../test-driver: line 107:   184 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_vars2.exe
> ../test-driver: line 107:  6824 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_vars3.exe
> ../test-driver: line 107:  8036 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_grps.exe
> ../test-driver: line 107:  4012 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_compounds.exe
> ../test-driver: line 107:  1372 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_compounds2.exe
> ../test-driver: line 107:  5324 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_wrt_cmp.exe
> ../test-driver: line 107:  8308 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_rd_cmp.exe
> ../test-driver: line 107:  7240 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_vl.exe
> ../test-driver: line 107:  6904 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_opaques.exe
> ../test-driver: line 107:   184 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_strings.exe
> ../test-driver: line 107:  8612 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_strings1.exe
> ../test-driver: line 107:  7320 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_strings2.exe
> ../test-driver: line 107:  8124 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_ints.exe
> ../test-driver: line 107:  3924 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_dimscales.exe
> ../test-driver: line 107:  7320 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_dimscales1.exe
> ../test-driver: line 107:  8124 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_dimscales2.exe
> ../test-driver: line 107:  3924 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_dimscales3.exe
> ../test-driver: line 107:  7320 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_enums.exe
> ../test-driver: line 107:  8124 Aborted                 (core dumped) "$@"
> > $log_file 2>&1
> FAIL: tst_h_dimscales4.exe
> make[4]: Entering directory '/home/netcdf-4.3.2/h5_test'
> make[4]: Nothing to be done for 'all'.
> make[4]: Leaving directory '/home/netcdf-4.3.2/h5_test'
> ============================================================================
> Testsuite summary for netCDF 4.3.2
> ============================================================================
> # TOTAL: 26
> # PASS:  2
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  24
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See h5_test/test-suite.log
> Please report to address@hidden
> ============================================================================
> Makefile:958: recipe for target 'test-suite.log' failed
> make[3]: *** [test-suite.log] Error 1
> make[3]: Leaving directory '/home/netcdf-4.3.2/h5_test'
> Makefile:1064: recipe for target 'check-TESTS' failed
> make[2]: *** [check-TESTS] Error 2
> make[2]: Leaving directory '/home/netcdf-4.3.2/h5_test'
> Makefile:1333: recipe for target 'check-am' failed
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory '/home/netcdf-4.3.2/h5_test'
> Makefile:603: recipe for target 'check-recursive' failed
> make: *** [check-recursive] Error 1
> 
> For solving the issue, i tried also this suggestion:
> http://www.unidata.ucar.edu/support/help/MailArchives/netcdf/msg12593.html.
> But, it also did not work.
> 
> Please help me in building and installing the netcdf.
> 
> --
> Kind Regards
> Dr. M. Jahanzeb Malik
> 
> 


Ticket Details
===================
Ticket ID: XFN-885179
Department: Support netCDF
Priority: Normal
Status: Closed