This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hello, This is a known issue related to a change in our test server configuration. Recent releases fix it by pointing directly to our new test servers. So, the failure is on our end, not yours. You can complete testing and installation of earlier releases the netCDF C library and utilities by following these steps: 1. Run "make clean" in the top level directory of your source netCDF source (or unpack the source again in a new source directory) 2. Run the "configure" script again, but this time add the following option to whatever options you previously specified: --disable-dap-remote-tests 3. Run "make check" and verify that it now completes successfully. 4. Run "make install", or "sudo make install" if needed. That should get you past the problem with our test server and allow the installation to complete successfully. Please let us know if you encounter additional errors. -Ward > Rebuilding netcdf with c++ bindings from Ubuntu 14.04 sources: > apt-get source libnetcdfc++4 > add '--enable-cxx-4' to DEB_CONFIGURE_EXTRA_FLAGS in package's debian/rules > file > apt-get? build-dep libnetcdfc++4 > apt-get source --compile? libnetcdfc++4 > > > build fails on tst_files6: > > *** Testing netcdf file functions some more. > syntax error, unexpected SCAN_WORD, expecting SCAN_ATTR or SCAN_DATASET or > SCAN_ERROR > context: <html^><head><title>Apache Tomcat/7.0.57 - Error > report</title><style><!--H1 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} > H2 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} > H3 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} > BODY > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A > {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> > </head><body><h1>HTTP Status 404 - /dods/dts/test.01.dds</h1><HR size="1" > noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> > <u>/dods/dts/test.01.dds</u></p><p><b>description</b> <u>The requested > resource is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache > Tomcat/7.0.57</h3>< /body></html> > *** testing simple opendap open/close...Sorry! Unexpected result, > tst_files6.c, line: 25 > FAIL: tst_files6 > > *** Testing netcdf-4 variable syncing. > **** testing that sync works in netCDF-4...ok. > **** testing that sync works in netCDF-4, with test contributed by Jeff > W....ok. > **** testing that sync works in netCDF-4, with test contributed by Jeff > W....ok. > *** Tests successful! > PASS: tst_sync > > *** Testing netcdf-4 v2 API functions. > *** testing simple opens and creates...ok. > *** Tests successful! > PASS: tst_v2 > ================================================ > 1 of 50 tests failed > Please report to address@hidden > ================================================ > make[3]: *** [check-TESTS] Error 1 > make[3]: Leaving directory `/local_temp/sdainard/netcdf-4.1.3/nc_test4' > make[2]: *** [check-am] Error 2 > make[2]: Leaving directory `/local_temp/sdainard/netcdf-4.1.3/nc_test4' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/local_temp/sdainard/netcdf-4.1.3' > make: *** [debian/stamp-makefile-check] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > Build command 'cd netcdf-4.1.3 && dpkg-buildpackage -b -uc' failed. > E: Child process failed > > > > > > Steve > > Ticket Details =================== Ticket ID: KLE-984236 Department: Support netCDF Priority: Normal Status: Closed