- 积分
- 27
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-9-25
- 最后登录
- 1970-1-1
|
发表于 2019-9-27 21:34:21
|
显示全部楼层
大神, 我在安装NETCDF的时候使用sudo make check一直报错, 我是真的蒙, 求大神解救啊啊啊orz orz
- Making check in fortran
- make[1]: Entering directory '/usr/local/src/netcdf-fortran-4.4.4/fortran'
- make check-am
- make[2]: Entering directory '/usr/local/src/netcdf-fortran-4.4.4/fortran'
- make[2]: Nothing to be done for 'check-am'.
- make[2]: Leaving directory '/usr/local/src/netcdf-fortran-4.4.4/fortran'
- make[1]: Leaving directory '/usr/local/src/netcdf-fortran-4.4.4/fortran'
- Making check in nf_test
- make[1]: Entering directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- make nf_test tst_f77_v2 ftst_vars ftst_vars2 ftst_vars3 ftst_vars4 ftst_vars5 ftst_vars6 ftst_types ftst_types2 ftst_types3 ftst_groups ftst_path ftst_rengrps f90tst_vars tst_types tst_types2 f90tst_vars_vlen tst_f90_nc4 f90tst_grps f90tst_fill f90tst_fill2 f90tst_vars3 f90tst_vars4 f90tst_vars2 f90tst_path f90tst_rengrps ftst_v2 ftest tst_f90
- make[2]: Entering directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- make[2]: 'nf_test' is up to date.
- make[2]: 'tst_f77_v2' is up to date.
- make[2]: 'ftst_vars' is up to date.
- make[2]: 'ftst_vars2' is up to date.
- make[2]: 'ftst_vars3' is up to date.
- make[2]: 'ftst_vars4' is up to date.
- make[2]: 'ftst_vars5' is up to date.
- make[2]: 'ftst_vars6' is up to date.
- make[2]: 'ftst_types' is up to date.
- make[2]: 'ftst_types2' is up to date.
- make[2]: 'ftst_types3' is up to date.
- make[2]: 'ftst_groups' is up to date.
- make[2]: 'ftst_path' is up to date.
- make[2]: 'ftst_rengrps' is up to date.
- make[2]: 'f90tst_vars' is up to date.
- make[2]: 'tst_types' is up to date.
- make[2]: 'tst_types2' is up to date.
- make[2]: 'f90tst_vars_vlen' is up to date.
- make[2]: 'tst_f90_nc4' is up to date.
- make[2]: 'f90tst_grps' is up to date.
- make[2]: 'f90tst_fill' is up to date.
- make[2]: 'f90tst_fill2' is up to date.
- make[2]: 'f90tst_vars3' is up to date.
- make[2]: 'f90tst_vars4' is up to date.
- make[2]: 'f90tst_vars2' is up to date.
- make[2]: 'f90tst_path' is up to date.
- make[2]: 'f90tst_rengrps' is up to date.
- make[2]: 'ftst_v2' is up to date.
- make[2]: 'ftest' is up to date.
- make[2]: 'tst_f90' is up to date.
- make[2]: Leaving directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- make check-TESTS
- make[2]: Entering directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- make[3]: Entering directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- PASS: nf_test
- PASS: create_fills.sh
- PASS: tst_f77_v2
- FAIL: ftst_vars
- FAIL: ftst_vars2
- FAIL: ftst_vars3
- FAIL: ftst_vars4
- FAIL: ftst_vars5
- FAIL: ftst_vars6
- FAIL: ftst_types
- FAIL: ftst_types2
- FAIL: ftst_types3
- FAIL: ftst_groups
- PASS: ftst_path
- FAIL: ftst_rengrps
- FAIL: f90tst_vars
- FAIL: tst_types
- FAIL: tst_types2
- PASS: f90tst_vars_vlen
- PASS: tst_f90_nc4
- FAIL: f90tst_grps
- ERROR: f90tst_fill
- ERROR: f90tst_fill2
- FAIL: f90tst_vars3
- FAIL: f90tst_vars4
- FAIL: f90tst_vars2
- PASS: f90tst_path
- FAIL: f90tst_rengrps
- PASS: ftst_v2
- PASS: ftest
- PASS: tst_f90
- make[4]: Entering directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- ============================================================================
- Testsuite summary for netCDF-Fortran 4.4.4
- ============================================================================
- # TOTAL: 31
- # PASS: 10
- # SKIP: 0
- # XFAIL: 0
- # FAIL: 19
- # XPASS: 0
- # ERROR: 2
- ============================================================================
- See nf_test/test-suite.log
- Please report to support-netcdf@unidata.ucar.edu
- ============================================================================
- Makefile:1397: recipe for target 'test-suite.log' failed
- make[3]: Leaving directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- Makefile:1503: recipe for target 'check-TESTS' failed
- make[2]: Leaving directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- Makefile:1814: recipe for target 'check-am' failed
- make[1]: Leaving directory '/usr/local/src/netcdf-fortran-4.4.4/nf_test'
- Makefile:534: recipe for target 'check-recursive' failed
复制代码 |
|