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.
> Hi > I am trying to install netCDF-4.1.3 in x86-64 pgi > PC=pgf90 > F77=pf90 > F90=pgf90 > CC=pgcc > I need this version. > > 2 of 7 tests failed > Please report to address@hidden > ================================================ > make[4]: *** [check-TESTS] Error 1 > make[4]: Leaving directory `/home/jialunli/external/netcdf-4.1.3/ncdap_test' > make[3]: *** [check-am] Error 2 > make[3]: Leaving directory `/home/jialunli/external/netcdf-4.1.3/ncdap_test' > make[2]: *** [check-recursive] Error 1 > make[2]: Leaving directory `/home/jialunli/external/netcdf-4.1.3/ncdap_test' > make[1]: *** [check] Error 2 > make[1]: Leaving directory `/home/jialunli/external/netcdf-4.1.3/ncdap_test' > make: *** [check-recursive] Error 1 > [jialunli@saguaro1 netcdf-4.1.3]$ > > This is a known issue related to a change in our test server configuration. The 4.3.2 release fixed 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. Have a great day, -Ward Ticket Details =================== Ticket ID: KGL-484123 Department: Support netCDF Priority: Normal Status: Closed