NSF Unidata

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #HCK-462706]: make check failed

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,

My apologies for the delayed response!

Can you provide the config.log and test-suite.log files generated when you ran 
`configure` and `make check`, respectively? These files will contain 
information that I can use to diagnose this issue.

Thanks, sorry again for the delayed response, have a great day!

-Ward

> Hello,
> 
> I installed succesfully netcdf-4.3.0  but the make check for the ncdump
> failed ( all the previous tests were OK):
> 
> make  check-TESTS
> make[4]: Entering directory
> `/gpfs/scratch/pbbs57/Downloads/netcdf-4.3.0/ncdump'
> /bin/sh: line 9: -g: command not found
> FAIL: run_tests.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_64bit.sh
> /bin/sh: line 9: -g: command not found
> FAIL: ctest
> /bin/sh: line 9: -g: command not found
> FAIL: ctest64
> /bin/sh: line 9: -g: command not found
> FAIL: tst_output.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_lengths.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_calendars.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_utf8
> /bin/sh: line 9: -g: command not found
> FAIL: run_utf8_tests.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_nccopy3.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_charfill.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_iter.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_create_files
> /bin/sh: line 9: -g: command not found
> FAIL: tst_group_data
> /bin/sh: line 9: -g: command not found
> FAIL: tst_enum_data
> /bin/sh: line 9: -g: command not found
> FAIL: tst_opaque_data
> /bin/sh: line 9: -g: command not found
> FAIL: tst_string_data
> /bin/sh: line 9: -g: command not found
> FAIL: tst_vlen_data
> /bin/sh: line 9: -g: command not found
> FAIL: tst_comp
> /bin/sh: line 9: -g: command not found
> FAIL: tst_comp2
> /bin/sh: line 9: -g: command not found
> FAIL: tst_nans
> /bin/sh: line 9: -g: command not found
> FAIL: tst_special_atts
> /bin/sh: line 9: -g: command not found
> FAIL: tst_netcdf4.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_h_rdc0
> /bin/sh: line 9: -g: command not found
> FAIL: tst_unicode
> /bin/sh: line 9: -g: command not found
> FAIL: tst_fillbug
> /bin/sh: line 9: -g: command not found
> FAIL: tst_fillbug.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_netcdf4_4.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_compress
> /bin/sh: line 9: -g: command not found
> FAIL: tst_nccopy4.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_grp_spec.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_mud.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_ncgen4_classic.sh
> /bin/sh: line 9: -g: command not found
> FAIL: tst_ncgen4.sh
> ================================================
> 34 of 34 tests failed
> Please report to address@hidden
> 
> This is my system:
> 
> *) CentOS release 6.5 (Final)
> *) gcc -v
> Using built-in specs.
> Target: x86_64-redhat-linux
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
> --enable-bootstrap --enable-shared --enable-threads=posix
> --enable-checking=release --with-system-zlib --enable-__cxa_atexit
> --disable-libunwind-exceptions --enable-gnu-unique-object
> --enable-languages=c,c++,objc,obj-c++,java,fortran,ada
> --enable-java-awt=gtk --disable-dssi
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
> --enable-libgcj-multifile --enable-java-maintainer-mode
> --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
> --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686
> --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
> *) openmpi_1.10.2
> *) hdf5_1.8.11
> 
> and configure it as follows:
> 
> ./configure --prefix=/gpfs/scratch/pbbs57/Downloads/netcdf_4.3.0
> --enable-netcdf4 --enable-shared CC="mpicc -g" CFLAGS="-fPIC
> -I/gpfs/scratch/pbbs57/Downloads/openmpi_1.10.2/include
> -I/gpfs/scratch/pbbs57/Downloads/hdf5_1.8.11/include
> -I/gpfs/scratch/pbbs57/Downloads/curl_7.48.0/include " CPPFLAGS="-fPIC
> -I/gpfs/scratch/pbbs57/Downloads/openmpi_1.10.2/include
> -I/gpfs/scratch/pbbs57/Downloads/hdf5_1.8.11/include
> -I/gpfs/scratch/pbbs57/Downloads/curl_7.48.0/include "
> LDFLAGS="-L/gpfs/scratch/pbbs57/Downloads/openmpi_1.10.2/lib -lmpi
> -L/gpfs/scratch/pbbs57/Downloads/hdf5_1.8.11/lib -lhdf5
> L/gpfs/scratch/pbbs57/Downloads/curl_7.48.0/lib "
> 
> 
> Hope you can help me.
> 
> 
> Regards
> 
> 


Ticket Details
===================
Ticket ID: HCK-462706
Department: Support netCDF
Priority: Normal
Status: Closed