Geo-GDAL v2.010301 Perl 5 v5.22.4 amd64-freebsd

Status
Unknown
From
Slaven Rezić (SREZIC)
Dist
Geo-GDAL v2.010301
Platform
Perl 5 v5.22.4 amd64-freebsd
Date
2017-11-13 23:00:57
ID
82a0f5aa-c8c6-11e7-947c-e34f47c913c9
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Ari Jolma,

This is a computer-generated report for Geo-GDAL-2.010301
on perl 5.22.4, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/perl5.22.4p/bin/perl5.22.4 Makefile.PL':


I did not find GDAL development files. I am going to try to download
and compile GDAL for you. You can prevent this happening by a command
line argument --no-downloads or by setting the environment variable
PERL_GDAL_NO_DOWNLOADS to a true value, or by specifying a good
gdal-config with --gdal-config or the environment variable
PERL_GDAL_CONFIG. If the version of the GDAL development files is
different from what this module was built against (2.1.3) I will be
back here.

Note that this automatic download and compile is mostly meant for
automatic tests etc. It is recommended that you download and configure
GDAL by hand. This may take a very long time. I will capture the
output from the build and put it into gdal-build.log and
gdal-build.err. You can look into them while this goes on but the
output will be buffered.

Find the latest revision of GDAL version 2.1
found 2.1.3
found 2.1.4
2.1.5 not found
Attempting to fetch 'http://download.osgeo.org/gdal/2.1.4/gdal-2.1.4.tar.xz'
mkdir gdal
tar xf gdal-2.1.4.tar.xz -C gdal --strip-components=1
cd gdal
./configure
#########
gmake -j4
######################
Error in 'gmake -j4'.
Downloading and/or compiling GDAL failed.
The error is probably explained by the error log:
/bin/sh: cannot open ./config.rpath: No such file or directory
 config.status: WARNING:  'GDALmake.opt.in' seems to ignore the --datarootdir setting
 cpl_string.cpp:2603:22: warning: unused variable 'dfVal' [-Wunused-variable]
         const double dfVal = CPLAtof(pszValueInit);
                      ^
 In file included from xtiff.c:17:
 ./xtiffio.h:10:10: fatal error: 'tiffio.h' file not found
 #include "tiffio.h"
          ^~~~~~~~~~
 1 error generated.
 gmake[3]: *** [GNUmakefile:42: ../../o/xtiff.lo] Error 1
 gmake[2]: *** [GNUmakefile:61: lib-geotiff] Error 2
 gmake[1]: *** [GNUmakefile:15: gtiff-install-obj] Error 2
 gmake: *** [GNUmakefile:88: frmts-target] Error 2
 gmake: *** Waiting for unfinished jobs....
 1 warning generated.
 ogrgeojsondatasource.cpp:594:21: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                     json_object_object_get(poObj, "exceededTransferLimit");
                     ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsondatasource.cpp:657:41: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poProperties = json_object_object_get(poObj, "properties");
                                         ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsondatasource.cpp:661:21: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                     json_object_object_get(poProperties, "exceededTransferLimit");
                     ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 3 warnings generated.
 ogrgeojsonreader.cpp:641:42: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                     bHasRegularIdProp = (json_object_object_get(poObjProps, "id") != NULL);
                                          ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsonreader.cpp:679:26: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             poObjProps = json_object_object_get(poObjProps, "properties");
                          ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsonreader.cpp:1019:33: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poId = json_object_object_get(poObjProps, "_id");
                                 ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsonreader.cpp:1023:34: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poRev = json_object_object_get(poObjProps, "_rev");
                                  ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsonreader.cpp:1027:26: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             poObjProps = json_object_object_get(poObjProps, "properties");
                          ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsonreader.cpp:1871:17: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
         poObj = json_object_object_get(poObj, papszTokens[i]);
                 ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 6 warnings generated.
 ogrgeojsonwriter.cpp:164:21: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                     json_object_object_get(poJSonGeometry, "coordinates");
                     ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsonwriter.cpp:183:21: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                     json_object_object_get(poJSonGeometry, "geometries");
                     ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsonwriter.cpp:231:17: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                 json_object_object_get(poJSonGeometry, "coordinates");
                 ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 ogrgeojsonwriter.cpp:249:17: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                 json_object_object_get(poJSonGeometry, "geometries");
                 ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 4 warnings generated.
 gdaljp2metadata.cpp:1862:39: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
         json_object* poRootInstance = json_object_object_get(poObj, "root_instance");
                                       ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1865:36: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poGMLId = json_object_object_get(poRootInstance, "gml_id");
                                    ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1869:47: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poGridCoverageFile = json_object_object_get(poRootInstance, "grid_coverage_file");
                                               ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1873:37: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poCRSURL = json_object_object_get(poRootInstance, "crs_url");
                                     ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1878:40: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poMetadatas = json_object_object_get(poRootInstance, "metadata");
                                        ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1897:47: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poFile = json_object_object_get(poMetadata, "file");
                                               ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1902:50: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poContent = json_object_object_get(poMetadata, "content");
                                                  ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1908:58: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poDynamicMetadata = json_object_object_get(poMetadata, "dynamic_metadata");
                                                          ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1914:59: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                                 json_object* poTemplate = json_object_object_get(poDynamicMetadata, "template");
                                                           ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1918:57: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                                 json_object* poSource = json_object_object_get(poDynamicMetadata, "source");
                                                         ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1931:55: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poGDALMetadata = json_object_object_get(poMetadata, "gdal_metadata");
                                                       ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1950:55: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                             json_object* poLocation = json_object_object_get(poMetadata, "parent_node");
                                                       ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1969:42: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poAnnotations = json_object_object_get(poRootInstance, "annotations");
                                          ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1984:42: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poGMLFileList = json_object_object_get(poRootInstance, "gml_filelist");
                                          ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1993:47: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poFile = json_object_object_get(poGMLFile, "file");
                                               ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:1998:57: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poRemoteResource = json_object_object_get(poGMLFile, "remote_resource");
                                                         ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2010:56: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                             json_object* poNamespace = json_object_object_get(poGMLFile, "namespace");
                                                        ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2014:61: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                             json_object* poSchemaLocation = json_object_object_get(poGMLFile, "schema_location");
                                                             ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2018:53: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                             json_object* poInline = json_object_object_get(poGMLFile, "inline");
                                                     ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2023:55: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                             json_object* poLocation = json_object_object_get(poGMLFile, "parent_node");
                                                       ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2048:37: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poStyles = json_object_object_get(poRootInstance, "styles");
                                     ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2057:47: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poFile = json_object_object_get(poStyle, "file");
                                               ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2066:55: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                             json_object* poLocation = json_object_object_get(poStyle, "parent_node");
                                                       ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2091:41: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
             json_object* poExtensions = json_object_object_get(poRootInstance, "extensions");
                                         ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2100:47: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poFile = json_object_object_get(poExtension, "file");
                                               ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2109:55: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                             json_object* poLocation = json_object_object_get(poExtension, "parent_node");
                                                       ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2135:32: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
         json_object* poBoxes = json_object_object_get(poObj, "boxes");
                                ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2143:43: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                     json_object* poFile = json_object_object_get(poBox, "file");
                                           ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 gdaljp2metadata.cpp:2149:48: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
                         json_object* poLabel = json_object_object_get(poBox, "label");
                                                ^
 /usr/local/include/json-c/json_object.h:290:1: note: 'json_object_object_get' has been explicitly marked deprecated here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
 ^
 /usr/local/include/json-c/json_object.h:17:64: note: expanded from macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                                                ^
 29 warnings generated.
 In file included from ogrodbcdatasource.cpp:31:
 In file included from ./ogr_odbc.h:34:
 /usr/home/cpansand/.cpan/build/2017111215/Geo-GDAL-2.010301-4/gdal/port/cpl_odbc.h:39:10: fatal error: 'sql.h' file not found
 #include <sql.h>
          ^~~~~~~
 1 error generated.
 gmake[3]: *** [../../../GDALmake.opt:648: ../o/ogrodbcdatasource.lo] Error 1
 gmake[2]: *** [../../GDALmake.opt:661: odbc-target] Error 2
 gmake[2]: *** Waiting for unfinished jobs....
 gmake[1]: *** [GNUmakefile:47: sublibs] Error 2
 gmake[1]: *** Waiting for unfinished jobs....
 gmake: *** [GNUmakefile:74: ogr-target] Error 2


------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    Capture::Tiny       0    0.46    
    Config              0    5.022004
    Cwd                 0    3.62    
    ExtUtils::MakeMaker 0    7.30    
    File::Basename      0    2.85    
    File::Fetch         0    0.48_01 
    strict              0    1.09    
    warnings            0    1.34    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd12.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.22.4p/bin/perl5.22.4
    PERL5LIB = /home/cpansand/.cpan/build/2017111215/File-MkTemp-1.0.6-2/blib/arch:/home/cpansand/.cpan/build/2017111215/File-MkTemp-1.0.6-2/blib/lib:/home/cpansand/.cpan/build/2017111215/DBD-Pg-3.7.0-0/blib/arch:/home/cpansand/.cpan/build/2017111215/DBD-Pg-3.7.0-0/blib/lib
    PERL5OPT = -I/var/tmp/cpansmoker-1023/2017111215/CPAN-Reporter-lib-_BT4 -MDevel::Autoflush
    PERL5_CPANPLUS_IS_RUNNING = 81541
    PERL5_CPAN_IS_EXECUTING = /home/cpansand/.cpan/build/2017111215/Geo-GDAL-2.010301-4/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 81541
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 34390,81541
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_AUTOINSTALL = --defaultdeps
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017111215/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017111215

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/perl5.22.4p/bin/perl5.22.4
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280226
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.94    
    JSON::PP            2.94    
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302106
    YAML                1.23    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 22 subversion 4) configuration:
   
  Platform:
    osname=freebsd, osvers=12.0-current, archname=amd64-freebsd
    uname='freebsd freebsd 12.0-current freebsd 12.0-current #1 ff104cc9da3(master)-dirty: thu oct 19 23:44:51 cest 2017 root@freebsd:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.22.4p -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2',
    optimize='-O2 -pipe',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 5.0.0 (tags/RELEASE_500/final 312559)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-pthread -Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/lib/clang/5.0.0/lib /usr/lib
    libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF
  Built under freebsd
  Compiled at Oct 22 2017 17:55:57
  %ENV:
    PERL="/usr/perl5.22.4p/bin/perl5.22.4"
    PERL5LIB="/home/cpansand/.cpan/build/2017111215/File-MkTemp-1.0.6-2/blib/arch:/home/cpansand/.cpan/build/2017111215/File-MkTemp-1.0.6-2/blib/lib:/home/cpansand/.cpan/build/2017111215/DBD-Pg-3.7.0-0/blib/arch:/home/cpansand/.cpan/build/2017111215/DBD-Pg-3.7.0-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="81541"
    PERL5_CPAN_IS_EXECUTING="/home/cpansand/.cpan/build/2017111215/Geo-GDAL-2.010301-4/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="81541"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="34390,81541"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017111215/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/cpansand/.cpan/build/2017111215/File-MkTemp-1.0.6-2/blib/arch
    /home/cpansand/.cpan/build/2017111215/File-MkTemp-1.0.6-2/blib/lib
    /home/cpansand/.cpan/build/2017111215/DBD-Pg-3.7.0-0/blib/arch
    /home/cpansand/.cpan/build/2017111215/DBD-Pg-3.7.0-0/blib/lib
    /usr/perl5.22.4p/lib/site_perl/5.22.4/amd64-freebsd
    /usr/perl5.22.4p/lib/site_perl/5.22.4
    /usr/perl5.22.4p/lib/5.22.4/amd64-freebsd
    /usr/perl5.22.4p/lib/5.22.4
    .