Configuration Summary: Tests Enabled: False Compiler: # NetCDF C Configuration Summary ============================== # General ------- NetCDF Version: 4.7.4 Dispatch Version: 1 Configured On: Sat Oct 31 23:14:19 UTC 2020 Host System: x86_64-Linux-4.19.112+ Build Directory: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/build_subfolder/source_subfolder Install Prefix: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/package/d6f1a4685671cc1b391d1655fdd9298a32414e5b # Compiling Options ----------------- C Compiler: /usr/bin/gcc CFLAGS: -m64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wconversion CPPFLAGS: LDFLAGS: -m64 -Wl,--no-undefined AM_CFLAGS: AM_CPPFLAGS: AM_LDFLAGS: Shared Library: yes Static Library: no Extra libraries: -lm -lcurl -lrt -lpthread -lOpenSSL::OpenSSL -lZLIB::ZLIB # Features -------- NetCDF-2 API: yes HDF4 Support: no HDF5 Support: yes NetCDF-4 API: yes NC-4 Parallel Support: no PnetCDF Support: no DAP2 Support: yes DAP4 Support: yes Byte-Range Support: no Diskless Support: yes MMap Support: yes JNA Support: no CDF5 Support: yes ERANGE Fill Support: yes Relaxed Boundary Check: yes SZIP Support: no SZIP Write Support: no Parallel Filters: no CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/build_subfolder/source_subfolder/config.h:604:0, from /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libdispatch/dfile.c:13: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libdispatch/dfile.c: In function ‘NC_create’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libdispatch/dfile.c:1860:24: warning: pointer targets in passing argument 1 of ‘strdup’ differ in signedness [-Wpointer-sign] path = nulldup(p); ^ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/include/ncconfigure.h:76:43: note: in definition of macro ‘nulldup’ #define nulldup(s) ((s)==NULL?NULL:strdup(s)) ^ In file included from /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libdispatch/dfile.c:16:0: /usr/include/string.h:166:14: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’ extern char *strdup (const char *__s) ^~~~~~ In file included from /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/build_subfolder/source_subfolder/config.h:604:0, from /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libdispatch/dfile.c:13: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libdispatch/dfile.c: In function ‘NC_open’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libdispatch/dfile.c:2008:24: warning: pointer targets in passing argument 1 of ‘strdup’ differ in signedness [-Wpointer-sign] path = nulldup(p); ^ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/include/ncconfigure.h:76:43: note: in definition of macro ‘nulldup’ #define nulldup(s) ((s)==NULL?NULL:strdup(s)) ^ In file included from /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libdispatch/dfile.c:16:0: /usr/include/string.h:166:14: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’ extern char *strdup (const char *__s) ^~~~~~ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c: In function ‘v1h_get_NC_dimarray’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c:559:18: warning: conversion to ‘int’ from ‘long unsigned int’ may alter its value [-Wconversion] int dimid = (size_t)(dpp - ncap->value); ^ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c: In function ‘v1h_put_NC_attrV’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c:651:56: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] padding = attrp->xsz - ncmpix_len_nctype(attrp->type) * attrp->nelems; ^ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c: In function ‘v1h_put_NC_var’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c:986:13: warning: conversion to ‘size_t {aka long unsigned int}’ from ‘long long int’ may change the sign of the result [-Wsign-conversion] vsize = varp->len; ^~~~ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c: In function ‘v1h_get_NC_var’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c:1055:17: warning: conversion to ‘long long int’ from ‘size_t {aka long unsigned int}’ may change the sign of the result [-Wsign-conversion] varp->len = tmp; ^~~ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c: In function ‘v1h_get_NC_vararray’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c:1200:18: warning: conversion to ‘int’ from ‘long unsigned int’ may alter its value [-Wconversion] int varid = (size_t)(vpp - ncap->value); ^ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c: In function ‘NC_computeshapes’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c:1247:21: warning: conversion to ‘long long unsigned int’ from ‘long long int’ may change the sign of the result [-Wsign-conversion] ncp->recsize += (*vpp)->len; ^~ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c:1270:38: warning: conversion to ‘long unsigned int’ from ‘off_t {aka long int}’ may change the sign of the result [-Wsign-conversion] ncp->recsize = *first_rec->dsizes * first_rec->xsz; ^ /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c: In function ‘nc_get_NC’: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/source_subfolder/libsrc/v1hpg.c:1455:21: warning: conversion to ‘size_t {aka long unsigned int}’ from ‘off_t {aka long int}’ may change the sign of the result [-Wsign-conversion] extent = filesize; ^~~~~~~~ gcc: internal compiler error: Terminated (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [source_subfolder/libsrc/CMakeFiles/netcdf3.dir/v1hpg.c.o] Error 4 make[1]: *** [source_subfolder/libsrc/CMakeFiles/netcdf3.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Terminated make[2]: *** [source_subfolder/libdispatch/CMakeFiles/dispatch.dir/dfile.c.o] Error 143 make[2]: *** Deleting file 'source_subfolder/libdispatch/CMakeFiles/dispatch.dir/dfile.c.o' make[2]: *** Waiting for unfinished jobs.... make[2]: *** [source_subfolder/libdispatch/CMakeFiles/dispatch.dir/datt.c.o] Terminated make[2]: *** [source_subfolder/libdispatch/CMakeFiles/dispatch.dir/ddim.c.o] Terminated make[1]: *** [source_subfolder/libdispatch/CMakeFiles/dispatch.dir/all] Terminated make: *** [all] Error 2 netcdf/4.7.4: WARN: Build folder is dirty, removing it: /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b netcdf/4.7.4: ERROR: Package 'd6f1a4685671cc1b391d1655fdd9298a32414e5b' build failed netcdf/4.7.4: WARN: Build folder /home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b ERROR: netcdf/4.7.4: Error in build() method, line 94 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-3350/.conan/data/netcdf/4.7.4/_/_/build/d6f1a4685671cc1b391d1655fdd9298a32414e5b/build_subfolder' '--' '-j3'