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, Is there any chance you might be able to provide the `config.log` and `test-suite.log` files generated when you ran `configure` and `make check`. Thanks! -Ward > Hi. > > I'm attempting to build NetCDF Fortran 4.6.1 on a Red Hat 8 system. > When I perform the "gmake check", I receive two failed tests - ftst_vars and > f03tst_vars. > > Here's the output from nf_test4/test-suite.log: > > =================================================== > netCDF-Fortran 4.6.1: nf_test4/test-suite.log > =================================================== > > # TOTAL: 30 > # PASS: 28 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 2 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 > > FAIL: ftst_vars > =============== > > STOP 4 > > *** Testing definition of netCDF-4 vars from Fortran 77. > FAIL ftst_vars (exit status: 4) > > FAIL: f03tst_vars > ================= > > STOP 4 > > *** Testing definition of netCDF-4 vars from Fortran 77. > FAIL f03tst_vars (exit status: 4) > > > Here's the command I used to create the makefile: > > NCDIR=/usr/local/netcdf > H5DIR=/usr > ODIR=/usr > NFDIR=/usr/local/netcdf > > CPPFLAGS="-I${NCDIR}/include -I${H5DIR}/include -I${ODIR}/include" > LDFLAGS="-L${NCDIR}/lib -L${H5DIR}/lib64 -L${ODIR}/lib64" > LD_LIBRARY_PATH=${NCDIR}/lib:${H5DIR}/lib64:${ODIR}/lib64 LIBS="-lnetcdf > -lhdf5_hl -lhdf5 -lz -lcurl" ./configure --prefix=${NCDIR} > > How do I resolve these test errors? > > Any information you can provide would be greatly appreciatd. > Ticket Details =================== Ticket ID: DIB-811877 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.