/bin/bash: ./config.rpath: No such file or directory In file included from cpl_vsil_gzip.cpp:94: cpl_vsil_gzip.cpp: In constructor ‘VSIGZipHandle::VSIGZipHandle(VSIVirtualHandle*, const char*, vsi_l_offset, vsi_l_offset, vsi_l_offset, uLong, int)’: /home/conan/w/cci_PR-2913/.conan/data/zlib/1.2.11/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/zlib.h:1802:45: warning: use of old-style cast to ‘int’ [-Wold-style-cast] 1802 | (int)sizeof(z_stream)) | ^ cpl_vsil_gzip.cpp:373:15: note: in expansion of macro ‘inflateInit2’ 373 | int err = inflateInit2(&(stream), -MAX_WBITS); | ^~~~~~~~~~~~ cpl_vsil_gzip.cpp: In static member function ‘static void VSIGZipWriteHandleMT::DeflateCompress(void*)’: /home/conan/w/cci_PR-2913/.conan/data/zlib/1.2.11/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/zlib.h:1799:71: warning: use of old-style cast to ‘int’ [-Wold-style-cast] 1799 | (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) | ^ cpl_vsil_gzip.cpp:1418:15: note: in expansion of macro ‘deflateInit2’ 1418 | int ret = deflateInit2( &sStream, Z_DEFAULT_COMPRESSION, | ^~~~~~~~~~~~ cpl_vsil_gzip.cpp: In constructor ‘VSIGZipWriteHandle::VSIGZipWriteHandle(VSIVirtualHandle*, int, bool)’: /home/conan/w/cci_PR-2913/.conan/data/zlib/1.2.11/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/zlib.h:1799:71: warning: use of old-style cast to ‘int’ [-Wold-style-cast] 1799 | (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) | ^ cpl_vsil_gzip.cpp:1825:9: note: in expansion of macro ‘deflateInit2’ 1825 | if( deflateInit2( &sStream, Z_DEFAULT_COMPRESSION, | ^~~~~~~~~~~~ cpl_vsil_gzip.cpp: In function ‘void* CPLZLibDeflate(const void*, size_t, int, void*, size_t, size_t*)’: /home/conan/w/cci_PR-2913/.conan/data/zlib/1.2.11/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/zlib.h:1794:75: warning: use of old-style cast to ‘int’ [-Wold-style-cast] 1794 | deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) | ^ cpl_vsil_gzip.cpp:3351:15: note: in expansion of macro ‘deflateInit’ 3351 | int ret = deflateInit(&strm, Z_DEFAULT_COMPRESSION); | ^~~~~~~~~~~ cpl_vsil_gzip.cpp: In function ‘void* CPLZLibInflate(const void*, size_t, void*, size_t, size_t*)’: /home/conan/w/cci_PR-2913/.conan/data/zlib/1.2.11/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/zlib.h:1802:45: warning: use of old-style cast to ‘int’ [-Wold-style-cast] 1802 | (int)sizeof(z_stream)) | ^ cpl_vsil_gzip.cpp:3428:15: note: in expansion of macro ‘inflateInit2’ 3428 | int ret = inflateInit2(&strm, MAX_WBITS + 32); | ^~~~~~~~~~~~ In file included from cpl_minizip_unzip.h:67, from cpl_minizip_unzip.cpp:53: cpl_minizip_unzip.cpp: In function ‘int cpl_unzOpenCurrentFile3(unzFile, int*, int*, int, const char*)’: /home/conan/w/cci_PR-2913/.conan/data/zlib/1.2.11/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/zlib.h:1802:45: warning: use of old-style cast to ‘int’ [-Wold-style-cast] 1802 | (int)sizeof(z_stream)) | ^ cpl_minizip_unzip.cpp:1439:11: note: in expansion of macro ‘inflateInit2’ 1439 | err=inflateInit2(&pfile_in_zip_read_info->stream, -MAX_WBITS); | ^~~~~~~~~~~~ In file included from cpl_minizip_zip.h:74, from cpl_minizip_zip.cpp:43: cpl_minizip_zip.cpp: In function ‘int cpl_zipOpenNewFileInZip3(zipFile, const char*, const zip_fileinfo*, const void*, uInt, const void*, uInt, const char*, int, int, int, int, int, int, const char*, uLong)’: /home/conan/w/cci_PR-2913/.conan/data/zlib/1.2.11/_/_/package/23b828d52c0630e6b0b96d2945419feb7843c4f8/include/zlib.h:1799:71: warning: use of old-style cast to ‘int’ [-Wold-style-cast] 1799 | (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) | ^ cpl_minizip_zip.cpp:1186:19: note: in expansion of macro ‘deflateInit2’ 1186 | err = deflateInit2(&zi->ci.stream, level, | ^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from geotiff.cpp:88: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:5: warning: "HAVE_STDLIB_H" redefined 5 | #define HAVE_STDLIB_H | In file included from geotiff.cpp:67: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:131: note: this is the location of the previous definition 131 | #define HAVE_STDLIB_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from geotiff.cpp:88: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:8: warning: "HAVE_STRING_H" redefined 8 | #define HAVE_STRING_H | In file included from geotiff.cpp:67: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:137: note: this is the location of the previous definition 137 | #define HAVE_STRING_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from geotiff.cpp:88: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:11: warning: "HAVE_STRINGS_H" redefined 11 | #define HAVE_STRINGS_H | In file included from geotiff.cpp:67: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:134: note: this is the location of the previous definition 134 | #define HAVE_STRINGS_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from gt_wkt_srs.h:37, from gt_wkt_srs.cpp:32: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:5: warning: "HAVE_STDLIB_H" redefined 5 | #define HAVE_STDLIB_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_wkt_srs.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:131: note: this is the location of the previous definition 131 | #define HAVE_STDLIB_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from gt_wkt_srs.h:37, from gt_wkt_srs.cpp:32: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:8: warning: "HAVE_STRING_H" redefined 8 | #define HAVE_STRING_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_wkt_srs.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:137: note: this is the location of the previous definition 137 | #define HAVE_STRING_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from gt_wkt_srs.h:37, from gt_wkt_srs.cpp:32: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:11: warning: "HAVE_STRINGS_H" redefined 11 | #define HAVE_STRINGS_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_wkt_srs.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:134: note: this is the location of the previous definition 134 | #define HAVE_STRINGS_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from gt_citation.h:36, from gt_citation.cpp:32: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:5: warning: "HAVE_STDLIB_H" redefined 5 | #define HAVE_STDLIB_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_citation.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:131: note: this is the location of the previous definition 131 | #define HAVE_STDLIB_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from gt_citation.h:36, from gt_citation.cpp:32: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:8: warning: "HAVE_STRING_H" redefined 8 | #define HAVE_STRING_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_citation.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:137: note: this is the location of the previous definition 137 | #define HAVE_STRING_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_normalize.h:35, from gt_citation.h:36, from gt_citation.cpp:32: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:11: warning: "HAVE_STRINGS_H" redefined 11 | #define HAVE_STRINGS_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_citation.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:134: note: this is the location of the previous definition 134 | #define HAVE_STRINGS_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/xtiffio.h:11, from gt_overview.cpp:51: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:5: warning: "HAVE_STDLIB_H" redefined 5 | #define HAVE_STDLIB_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_overview.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:131: note: this is the location of the previous definition 131 | #define HAVE_STDLIB_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/xtiffio.h:11, from gt_overview.cpp:51: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:8: warning: "HAVE_STRING_H" redefined 8 | #define HAVE_STRING_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_overview.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:137: note: this is the location of the previous definition 137 | #define HAVE_STRING_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/xtiffio.h:11, from gt_overview.cpp:51: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:11: warning: "HAVE_STRINGS_H" redefined 11 | #define HAVE_STRINGS_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from gt_overview.cpp:31: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:134: note: this is the location of the previous definition 134 | #define HAVE_STRINGS_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from cogdriver.cpp:35: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:5: warning: "HAVE_STDLIB_H" redefined 5 | #define HAVE_STDLIB_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/gcore/gdal.h:45, from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/gcore/gdal_priv.h:60, from cogdriver.cpp:29: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:131: note: this is the location of the previous definition 131 | #define HAVE_STDLIB_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from cogdriver.cpp:35: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:8: warning: "HAVE_STRING_H" redefined 8 | #define HAVE_STRING_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/gcore/gdal.h:45, from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/gcore/gdal_priv.h:60, from cogdriver.cpp:29: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:137: note: this is the location of the previous definition 137 | #define HAVE_STRING_H 1 | In file included from /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geotiff.h:52, from cogdriver.cpp:35: /home/conan/w/cci_PR-2913/.conan/data/libgeotiff/1.6.0/_/_/package/53fa76862f0950c65ee8f86d7a28a9b17706a3ed/include/geo_config.h:11: warning: "HAVE_STRINGS_H" redefined 11 | #define HAVE_STRINGS_H | In file included from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_port.h:66, from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/gcore/gdal.h:45, from /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/gcore/gdal_priv.h:60, from cogdriver.cpp:29: /home/conan/w/cci_PR-2913/.conan/data/gdal/3.1.2/_/_/build/bf98ed0334634bbb696f40b2ae945acd1e8df2cb/source_subfolder/port/cpl_config.h:134: note: this is the location of the previous definition 134 | #define HAVE_STRINGS_H 1 | CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY WARN: libgeotiff/1.6.0: requirement proj/7.0.0 overridden by gdal/3.1.2 to proj/7.2.0