You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In netcdf-C 4.4.1, the autotools configure option --disable-utilities
causes this make check failure:
FAIL: run_diskless.sh
nc_test/run_diskless.sh.log says:
./run_diskless.sh: line 103: ../ncdump/ncdump: No such file or directory
FAIL run_diskless.sh (exit status: 1)
This is an extremely minor problem of course, but I thought I should report
it. It seems to me that one of these remedies should be added:
Guard this test and others like it, so they do not fail on missing
utilities.
Add a comment in the options documentation next to --disable-utilities,
something to the effect of "Utilities must remain enabled for normal
operation of the test suite".
As originally reported in issue
EDB-648764
In netcdf-C 4.4.1, the autotools configure option --disable-utilities
causes this make check failure:
FAIL: run_diskless.sh
nc_test/run_diskless.sh.log says:
./run_diskless.sh: line 103: ../ncdump/ncdump: No such file or directory
FAIL run_diskless.sh (exit status: 1)
This is an extremely minor problem of course, but I thought I should report
it. It seems to me that one of these remedies should be added:
utilities.
something to the effect of "Utilities must remain enabled for normal
operation of the test suite".
http://www.unidata.ucar.edu/software/netcdf/docs/getting_and_building_netcdf.html#configure_options
Please add one of these at your convenience, or let me know if there is
something better. Thanks.
The text was updated successfully, but these errors were encountered: