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

[netCDF #WTR-882135]: error during NetCDF installation



Hello,

I'm sorry for the bug you're experiencing; can you provide the config.log and 
test-suite.log files generated when you configured and ran make check? They may 
contain additional information that we can use to diagnose this.  Thank you!

-Ward




> To whom it may concern,
> 
> Our Linux machine gfortran and gcc compilers.  I tried to install NetCDF
> package on my local account (rather than /usr/local or /usr/bin).  I
> download the netcdf-4.4.1.1.tar.gz from website and uncompressed and untar
> file to generate a folder renamed netcdf.
> 
> After I access to the netcdf folder, I type the command:
> ./configure --prefix="local path"
> make check
> 
> It shows the following error message:
> 
> ============================================================================
> Testsuite summary for netCDF 4.4.1.1
> ============================================================================
> # TOTAL: 14
> # PASS:  13
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See nc_test/test-suite.log
> Please report to address@hidden
> ============================================================================
> make[3]: *** [test-suite.log] Error 1
> make[3]: Leaving directory `/home/net/zheng/softwares/netcdf/nc_test'
> make[2]: *** [check-TESTS] Error 2
> make[2]: Leaving directory `/home/net/zheng/softwares/netcdf/nc_test'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/home/net/zheng/softwares/netcdf/nc_test'
> make: *** [check-recursive] Error 1
> 
> The test-suite.log includes following information:
> ============================================
> netCDF 4.4.1.1: nc_test/test-suite.log
> ============================================
> 
> # TOTAL: 14
> # PASS:  13
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: nc_test
> =============
> 
> Testing 5 different netCDF formats.
> 
> 
> Switching to netCDF classic format.
> *** testing nc_strerror ... ok
> *** testing nc_open ... ok
> *** testing nc_close ... ok
> *** testing nc_inq ... ok
> *** testing nc_inq_dimid ... ok
> *** testing nc_inq_dim ... ok
> *** testing nc_inq_dimlen ... ok
> *** testing nc_inq_dimname ... ok
> *** testing nc_inq_varid ... ok
> *** testing nc_inq_var ... ok
> *** testing nc_inq_natts ... ok
> *** testing nc_inq_ndims ... ok
> *** testing nc_inq_nvars ... ok
> *** testing nc_inq_unlimdim ... ok
> *** testing nc_inq_vardimid ... ok
> *** testing nc_inq_varname ... ok
> *** testing nc_inq_varnatts ... ok
> *** testing nc_inq_varndims ... ok
> *** testing nc_inq_vartype ... ok
> *** testing nc_get_var_text ...  179 good comparisons. ok
> *** testing nc_get_var_uchar ...  264 good comparisons. ok
> *** testing nc_get_var_schar ...  269 good comparisons. ok
> *** testing nc_get_var_short ...  682 good comparisons. ok
> *** testing nc_get_var_int ...  1189 good comparisons. ok
> *** testing nc_get_var_long ...  1189 good comparisons. ok
> *** testing nc_get_var_float ...  1194 good comparisons. ok
> *** testing nc_get_var_double ...  1207 good comparisons. ok
> *** testing nc_get_var_ushort ...  811 good comparisons. ok
> *** testing nc_get_var_uint ...  1067 good comparisons. ok
> *** testing nc_get_var_longlong ...  1189 good comparisons. ok
> *** testing nc_get_var_ulonglong ...  1067 good comparisons. ok
> *** testing nc_get_var1_text ...  179 good comparisons. ok
> *** testing nc_get_var1_uchar ...  264 good comparisons. ok
> *** testing nc_get_var1_schar ...  269 good comparisons. ok
> *** testing nc_get_var1_short ...  682 good comparisons. ok
> *** testing nc_get_var1_int ...  1189 good comparisons. ok
> *** testing nc_get_var1_long ...  1189 good comparisons. ok
> *** testing nc_get_var1_float ...  1194 good comparisons. ok
> *** testing nc_get_var1_double ...  1207 good comparisons. ok
> *** testing nc_get_var1_ushort ...  811 good comparisons. ok
> *** testing nc_get_var1_uint ...  1067 good comparisons. ok
> *** testing nc_get_var1_longlong ...  1189 good comparisons. ok
> *** testing nc_get_var1_ulonglong ...  1067 good comparisons. ok
> *** testing nc_get_var1 ...  1386 good comparisons. ok
> *** testing nc_get_vara_text ...  179 good comparisons. ok
> *** testing nc_get_vara_uchar ...  264 good comparisons. ok
> *** testing nc_get_vara_schar ...  269 good comparisons. ok
> *** testing nc_get_vara_short ...  682 good comparisons. ok
> *** testing nc_get_vara_int ...  1189 good comparisons. ok
> *** testing nc_get_vara_long ...  1189 good comparisons. ok
> *** testing nc_get_vara_float ...  1194 good comparisons. ok
> *** testing nc_get_vara_double ...  1207 good comparisons. ok
> *** testing nc_get_vara_ushort ...  811 good comparisons. ok
> *** testing nc_get_vara_uint ...  1067 good comparisons. ok
> *** testing nc_get_vara_longlong ...  1189 good comparisons. ok
> *** testing nc_get_vara_ulonglong ...  1067 good comparisons. ok
> *** testing nc_get_vara ...  1386 good comparisons. ok
> *** testing nc_get_vars_text ...  179 good comparisons. ok
> *** testing nc_get_vars_uchar ...  264 good comparisons. ok
> *** testing nc_get_vars_schar ...  269 good comparisons. ok
> *** testing nc_get_vars_short ...  682 good comparisons. ok
> *** testing nc_get_vars_int ...  1189 good comparisons. ok
> *** testing nc_get_vars_long ...  1189 good comparisons. ok
> *** testing nc_get_vars_float ...  1194 good comparisons. ok
> *** testing nc_get_vars_double ...  1207 good comparisons. ok
> *** testing nc_get_vars_ushort ...  811 good comparisons. ok
> *** testing nc_get_vars_uint ...  1067 good comparisons. ok
> *** testing nc_get_vars_longlong ...  1189 good comparisons. ok
> *** testing nc_get_vars_ulonglong ...  1067 good comparisons. ok
> *** testing nc_get_vars ...  1386 good comparisons. ok
> *** testing nc_get_varm_text ...  179 good comparisons. ok
> *** testing nc_get_varm_uchar ...  264 good comparisons. ok
> *** testing nc_get_varm_schar ...  269 good comparisons. ok
> *** testing nc_get_varm_short ...  682 good comparisons. ok
> *** testing nc_get_varm_int ...  1189 good comparisons. ok
> *** testing nc_get_varm_long ...  1189 good comparisons. ok
> *** testing nc_get_varm_float ...  1194 good comparisons. ok
> *** testing nc_get_varm_double ...  1207 good comparisons. ok
> *** testing nc_get_varm_ushort ...  811 good comparisons. ok
> *** testing nc_get_varm_uint ...  1067 good comparisons. ok
> *** testing nc_get_varm_longlong ...  1189 good comparisons. ok
> *** testing nc_get_varm_ulonglong ...  1067 good comparisons. ok
> *** testing nc_get_varm ...  1386 good comparisons. ok
> *** testing nc_get_att_text ...  7 good comparisons. ok
> *** testing nc_get_att_uchar ...  5 good comparisons. ok
> *** testing nc_get_att_schar ...  7 good comparisons. ok
> *** testing nc_get_att_short ...  15 good comparisons. ok
> *** testing nc_get_att_int ...  19 good comparisons. ok
> *** testing nc_get_att_long ...  19 good comparisons. ok
> *** testing nc_get_att_float ...  21 good comparisons. ok
> *** testing nc_get_att_double ...  27 good comparisons. ok
> *** testing nc_get_att_ushort ...  9 good comparisons. ok
> *** testing nc_get_att_uint ...  11 good comparisons. ok
> *** testing nc_get_att_longlong ...  19 good comparisons. ok
> *** testing nc_get_att_ulonglong ...  11 good comparisons. ok
> *** testing nc_get_att ...  34 good comparisons. ok
> *** testing nc_inq_att ... ok
> *** testing nc_inq_attname ... ok
> *** testing nc_inq_attid ... ok
> *** testing nc_inq_attlen ... ok
> *** testing nc_inq_atttype ... ok
> *** testing nc_create ... ok
> *** testing nc_redef ...  1386 good comparisons.  34 good comparisons.
> 1386 good comparisons.  34 good comparisons. ok
> *** testing nc_sync ...
> FAILURE at line 321 of test_write.c: nc_open: NetCDF: Unknown file
> format
> FAILURE at line 324 of test_write.c: nc_sync of ncidr failed:
> NetCDF: Not a valid ID
> FAILURE at line 908 of util.c: nc_inq_dim: NetCDF: Not a valid ID
> FAILURE at line 910 of util.c: Unexpected name of dimension 0: 'ÀJ@',
> expected: 'Dr'
> FAILURE at line 912 of util.c: Unexpected length 0 of dimension 0,
> expected 2
> FAILURE at line 908 of util.c: nc_inq_dim: NetCDF: Not a valid ID
> FAILURE at line 910 of util.c: Unexpected name of dimension 1: 'ÀJ@',
> expected: 'D1'
> FAILURE at line 912 of util.c: Unexpected length 0 of dimension 1,
> expected 1lt-nc_test: util.c:401: hash: Assert
> ion `0' failed.
> FAIL nc_test (exit status: 134)
> 
> Because above error, I couldn't fdo next step "make install".
> 
> Please advice!
> 
> Thanks,
> Lianyuan
> 
> --
> Lianyuan Zheng
> Physical Scientist
> NOAA/National Ocean Service
> Center for Operational Oceanographic Products and Services
> 1305 East West Highway, SSMC4, Station 7340
> Silver Spring, MD 20910
> Office: 240-533-0550
> Email: address@hidden
> 
> 


Ticket Details
===================
Ticket ID: WTR-882135
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.