Geo-GDAL v2.010301 Perl 5 v5.16.2 x86_64-linux-thread-multi

Status
Unknown
From
Nigel Horne
Dist
Geo-GDAL v2.010301
Platform
Perl 5 v5.16.2 x86_64-linux-thread-multi
Date
2017-09-11 11:02:58
ID
c536d12c-96e0-11e7-8929-daabf0ac1f1e
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.16.2, 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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

Output from '/home/njh/perl5/perlbrew/perls/perl-5.16.2/bin/perl 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
#########
make -j4
########################
Error in 'make -j4'.
Downloading and/or compiling GDAL failed.
The error is probably explained by the error log:
/bin/bash: ./config.rpath: No such file or directory
 config.status: WARNING:  'GDALmake.opt.in' seems to ignore the --datarootdir setting
 
 cc1plus: out of memory allocating 1048568 bytes after a total of 7278592 bytes
 make[2]: *** [../o/geotiff.lo] Error 1
 make[1]: *** [gtiff-install-obj] Error 2
 make: *** [frmts-target] Error 2
 make: *** Waiting for unfinished jobs....
 avc_e00parse.c: In function 'AVCE00ParseNextTableRecLine':
 avc_e00parse.c:2021:56: warning: '%d' directive output may be truncated writing between 1 and 6 bytes into a region of size between 2 and 7 [-Wformat-truncation=]
              snprintf(szFormat, sizeof(szFormat), "%%%d.%df", nSize, pasDef[i].nFmtPrec);
                                                         ^~
 avc_e00parse.c:2021:50: note: directive argument in the range [-32768, 32767]
              snprintf(szFormat, sizeof(szFormat), "%%%d.%df", nSize, pasDef[i].nFmtPrec);
                                                   ^~~~~~~~~~
 avc_e00parse.c:2021:13: note: 'snprintf' output between 6 and 16 bytes into a destination of size 10
              snprintf(szFormat, sizeof(szFormat), "%%%d.%df", nSize, pasDef[i].nFmtPrec);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ogravcbinlayer.cpp: In member function 'int OGRAVCBinLayer::CheckSetupTable()':
 ogravcbinlayer.cpp:330:5: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 65 [-Wformat-truncation=]
  int OGRAVCBinLayer::CheckSetupTable()
      ^~~~~~~~~~~~~~
 ogravcbinlayer.cpp:343:13: note: 'snprintf' output between 33 and 160 bytes into a destination of size 65
      snprintf( szPaddedName, sizeof(szPaddedName), "%s%32s", szTableName, " " );
      ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 virtual memory exhausted: Cannot allocate memory
 make[1]: *** [gdaljp2metadata.lo] Error 1
 make: *** [core-target] Error 2
 json_object.c: In function 'gdal_json_object_get_int64':
 json_object.c:550:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
   if (json_parse_int64(jso->o.c_string.str, &cint) == 0) return cint;
      ^
 json_object.c:551:3: note: here
    default:
    ^~~~~~~
 dgnread.cpp: In function 'DGNElemCore* DGNReadElement(DGNHandle)':
 dgnread.cpp:1024:20: warning: potential null pointer dereference [-Wnull-dereference]
      if( psElement->stype == DGNST_CORE
          ~~~~~~~~~~~^~~~~
 mitab_tabfile.cpp: In member function 'virtual int TABFile::AddFieldNative(const char*, TABFieldType, int, int, GBool, GBool, int)':
 mitab_tabfile.cpp:1951:5: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  int TABFile::AddFieldNative(const char *pszName, TABFieldType eMapInfoType,
      ^~~~~~~
 mitab_tabfile.cpp:2008:15: note: 'snprintf' output between 3 and 33 bytes into a destination of size 32
        snprintf( szNewFieldName, sizeof(szNewFieldName), "%.29s_%.1d", pszCleanName, nRenameNum++ );
        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 mitab_tabfile.cpp:1951:5: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  int TABFile::AddFieldNative(const char *pszName, TABFieldType eMapInfoType,
      ^~~~~~~
 mitab_tabfile.cpp:2011:15: note: 'snprintf' output between 3 and 33 bytes into a destination of size 32
        snprintf( szNewFieldName, sizeof(szNewFieldName), "%.29s%.2d", pszCleanName, nRenameNum++ );
        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 s57reader.cpp: In member function 'int S57Reader::FindAndApplyUpdates(const char*)':
 s57reader.cpp:3251:5: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 2 [-Wformat-truncation=]
  int S57Reader::FindAndApplyUpdates( const char * pszPath )
      ^~~~~~~~~
 s57reader.cpp:3251:5: note: directive argument in the range [1, 2147483647]
 s57reader.cpp:3275:21: note: 'snprintf' output between 2 and 11 bytes into a destination of size 2
              snprintf( buf, sizeof(buf), "%i", iUpdate );
              ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 s57reader.cpp:3251:5: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 3 [-Wformat-truncation=]
  int S57Reader::FindAndApplyUpdates( const char * pszPath )
      ^~~~~~~~~
 s57reader.cpp:3251:5: note: directive argument in the range [1, 2147483647]
 s57reader.cpp:3283:21: note: 'snprintf' output between 2 and 11 bytes into a destination of size 3
              snprintf( buf, sizeof(buf), "%i", iUpdate );
              ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 s57reader.cpp:3251:5: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 4 [-Wformat-truncation=]
  int S57Reader::FindAndApplyUpdates( const char * pszPath )
      ^~~~~~~~~
 s57reader.cpp:3251:5: note: directive argument in the range [1, 2147483647]
 s57reader.cpp:3291:21: note: 'snprintf' output between 2 and 11 bytes into a destination of size 4
              snprintf( buf, sizeof(buf), "%i", iUpdate );
              ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 mitab_miffile.cpp: In member function 'virtual int MIFFile::AddFieldNative(const char*, TABFieldType, int, int, GBool, GBool, int)':
 mitab_miffile.cpp:1760:5: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  int MIFFile::AddFieldNative(const char *pszName, TABFieldType eMapInfoType,
      ^~~~~~~
 mitab_miffile.cpp:1831:15: note: 'snprintf' output between 3 and 33 bytes into a destination of size 32
        snprintf( szNewFieldName, sizeof(szNewFieldName), "%.29s_%.1d", pszCleanName, nRenameNum++ );
        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 mitab_miffile.cpp:1760:5: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  int MIFFile::AddFieldNative(const char *pszName, TABFieldType eMapInfoType,
      ^~~~~~~
 mitab_miffile.cpp:1834:15: note: 'snprintf' output between 3 and 33 bytes into a destination of size 32
        snprintf( szNewFieldName, sizeof(szNewFieldName), "%.29s%.2d", pszCleanName, nRenameNum++ );
        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 tigercompletechain.cpp: In member function 'virtual OGRErr TigerCompleteChain::CreateFeature(OGRFeature*)':
 tigercompletechain.cpp:741:8: warning: '%3d' directive output may be truncated writing between 3 and 9 bytes into a region of size 5 [-Wformat-truncation=]
  OGRErr TigerCompleteChain::CreateFeature( OGRFeature *poFeature )
         ^~~~~~~~~~~~~~~~~~
 tigercompletechain.cpp:741:8: note: directive argument in the range [1, 214748366]
 tigercompletechain.cpp:791:21: note: 'snprintf' output between 4 and 10 bytes into a destination of size 5
              snprintf( szTemp, sizeof(szTemp), "%3d", nRTSQ );
              ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ogrshapelayer.cpp: In member function 'virtual OGRErr OGRShapeLayer::CreateField(OGRFieldDefn*, int)':
 ogrshapelayer.cpp:1563:8: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  OGRErr OGRShapeLayer::CreateField( OGRFieldDefn *poFieldDefn, int bApproxOK )
         ^~~~~~~~~~~~~
 ogrshapelayer.cpp:1661:17: note: 'snprintf' output between 3 and 12 bytes into a destination of size 11
          snprintf( szNewFieldName, sizeof(szNewFieldName), "%.8s_%.1d", pszTmp, nRenameNum++ );
          ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ogrshapelayer.cpp:1563:8: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  OGRErr OGRShapeLayer::CreateField( OGRFieldDefn *poFieldDefn, int bApproxOK )
         ^~~~~~~~~~~~~
 ogrshapelayer.cpp:1663:17: note: 'snprintf' output between 3 and 12 bytes into a destination of size 11
          snprintf( szNewFieldName, sizeof(szNewFieldName), "%.8s%.2d", pszTmp, nRenameNum++ );
          ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 mitab_spatialref.cpp: In static member function 'static OGRSpatialReference* TABFile::GetSpatialRefFromTABProj(const TABProjInfo&)':
 mitab_spatialref.cpp:847:22: warning: '%.15g' directive output may be truncated writing between 1 and 22 bytes into a region of size between 9 and 137 [-Wformat-truncation=]
  OGRSpatialReference* TABFile::GetSpatialRefFromTABProj(const TABProjInfo& sTABProj)
                       ^~~~~~~
 mitab_spatialref.cpp:847:22: note: assuming directive output of 21 bytes
 mitab_spatialref.cpp:847:22: note: assuming directive output of 21 bytes
 mitab_spatialref.cpp:1328:21: note: 'snprintf' output between 27 and 197 bytes into a destination of size 160
              snprintf( szDatumName, sizeof(szDatumName),
              ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                       "MIF 9999,%d,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g",
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.nEllipsoidId,
                       ~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.dDatumShiftX,
                       ~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.dDatumShiftY,
                       ~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.dDatumShiftZ,
                       ~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.adDatumParams[0],
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.adDatumParams[1],
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.adDatumParams[2],
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.adDatumParams[3],
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~
                       sTABProj.adDatumParams[4] );
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 geoconcept_syscoord.c: In function '_findSysCoord_GCSRS':
 geoconcept_syscoord.c:553:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
            if( GetSysCoordCentralMeridian_GCSRS(gcsc)==0.0 ) /* generic UTM definition */
              ^
 geoconcept_syscoord.c:557:9: note: here
          default   :
          ^~~~~~~
 virtual memory exhausted: Cannot allocate memory
 make[3]: *** [../o/ogrdxflayer.lo] Error 1
 make[3]: *** Waiting for unfinished jobs....
 make[2]: *** [dxf-target] Error 2
 make[2]: *** Waiting for unfinished jobs....
 make[1]: *** [sublibs] Error 2
 make[1]: *** Waiting for unfinished jobs....
 ogrspatialreference.cpp: In member function 'OGRErr OGRSpatialReference::importFromCRSURL(const char*)':
 ogrspatialreference.cpp:2482:8: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 4 [-Wformat-truncation=]
  OGRErr OGRSpatialReference::importFromCRSURL( const char *pszURL )
         ^~~~~~~~~~~~~~~~~~~
 ogrspatialreference.cpp:2482:8: note: directive argument in the range [-2147483647, 2147483647]
 ogrspatialreference.cpp:2527:21: note: 'snprintf' output between 4 and 14 bytes into a destination of size 5
              snprintf(searchStr, sizeof(searchStr), "&%d=", iComponentUrl);
              ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 make: *** [ogr-target] Error 2


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

Prerequisite modules loaded:

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    Capture::Tiny       0    0.36
    Config              0    0   
    Cwd                 0    3.62
    ExtUtils::MakeMaker 0    7.22
    File::Basename      0    2.84
    File::Fetch         0    0.48
    strict              0    1.07
    warnings            0    1.13


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

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j10
    LANG = en_GB.UTF-8
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.16.2/bin:/home/njh/perl5/perlbrew/bin:/usr/bin:/bin
    PERL = /home/njh/perl5/perlbrew/perls/perl-5.16.2/bin/perl
    PERL5LIB = /tmp/build/XML-SemanticDiff-1.0005-6/blib/arch:/tmp/build/XML-SemanticDiff-1.0005-6/blib/lib:/tmp/build/XML-Parser-2.44-3/blib/arch:/tmp/build/XML-Parser-2.44-3/blib/lib:/tmp/build/XML-SAX-0.99-1/blib/arch:/tmp/build/XML-SAX-0.99-1/blib/lib:/tmp/build/XML-SAX-Base-1.09-1/blib/arch:/tmp/build/XML-SAX-Base-1.09-1/blib/lib:/tmp/build/XML-NamespaceSupport-1.12-1/blib/arch:/tmp/build/XML-NamespaceSupport-1.12-1/blib/lib:/tmp/build/Plack-1.0044-4/blib/arch:/tmp/build/Plack-1.0044-4/blib/lib:/tmp/build/Test-TCP-2.19-4/blib/arch:/tmp/build/Test-TCP-2.19-4/blib/lib:/tmp/build/IO-Socket-IP-0.39-3/blib/arch:/tmp/build/IO-Socket-IP-0.39-3/blib/lib:/tmp/build/HTTP-Headers-Fast-0.21-4/blib/arch:/tmp/build/HTTP-Headers-Fast-0.21-4/blib/lib:/tmp/build/HTTP-Entity-Parser-0.20-4/blib/arch:/tmp/build/HTTP-Entity-Parser-0.20-4/blib/lib:/tmp/build/WWW-Form-UrlEncoded-0.24-4/blib/arch:/tmp/build/WWW-Form-UrlEncoded-0.24-4/blib/lib:/tmp/build/Stream-Buffered-0.03-4/blib/arch:/tmp/build/Stream-Buffered-0.03-4/blib/lib:/tmp/build/JSON-MaybeXS-1.003009-4/blib/arch:/tmp/build/JSON-MaybeXS-1.003009-4/blib/lib:/tmp/build/Hash-MultiValue-0.16-4/blib/arch:/tmp/build/Hash-MultiValue-0.16-4/blib/lib:/tmp/build/HTTP-MultiPartParser-0.02-4/blib/arch:/tmp/build/HTTP-MultiPartParser-0.02-4/blib/lib:/tmp/build/Filesys-Notify-Simple-0.12-4/blib/arch:/tmp/build/Filesys-Notify-Simple-0.12-4/blib/lib:/tmp/build/Test-SharedFork-0.35-2/blib/arch:/tmp/build/Test-SharedFork-0.35-2/blib/lib:/tmp/build/Devel-StackTrace-AsHTML-0.15-4/blib/arch:/tmp/build/Devel-StackTrace-AsHTML-0.15-4/blib/lib:/tmp/build/Cookie-Baker-0.08-4/blib/arch:/tmp/build/Cookie-Baker-0.08-4/blib/lib:/tmp/build/Test-Time-0.05-4/blib/arch:/tmp/build/Test-Time-0.05-4/blib/lib:/tmp/build/Apache-LogFormat-Compiler-0.35-4/blib/arch:/tmp/build/Apache-LogFormat-Compiler-0.35-4/blib/lib:/tmp/build/Test-MockTime-0.15-1/blib/arch:/tmp/build/Test-MockTime-0.15-1/blib/lib:/tmp/build/POSIX-strftime-Compiler-0.42-4/blib/arch:/tmp/build/POSIX-strftime-Compiler-0.42-4/blib/lib:/tmp/build/JSONP-1.73-16/blib/arch:/tmp/build/JSONP-1.73-16/blib/lib:/tmp/build/Want-0.29-7/blib/arch:/tmp/build/Want-0.29-7/blib/lib
    PERL5OPT = -I/tmp/CPAN-Reporter-lib-fNbK -MDevel::Autoflush
    PERL5_CPANPLUS_IS_RUNNING = 25674
    PERL5_CPAN_IS_EXECUTING = /tmp/build/Geo-GDAL-2.010301-7/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 25674
    PERLBREW_BASHRC_VERSION = 0.78
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.16.2/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.16.2/bin
    PERLBREW_PERL = perl-5.16.2
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.78
    PERL_AUTOINSTALL = --defaultdeps
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    SHELL = /bin/sh

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.16.2/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 24 25 29 30 44 46 107 112 118 1000
    $EGID = 1000 4 24 25 29 30 44 46 107 112 118 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150005
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   7.22    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.22    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.62    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4216  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.36    
    Test::More          1.001014
    YAML                1.23    
    YAML::Syck          1.30    
    version             0.9916  


--

Summary of my perl5 (revision 5 version 16 subversion 2) configuration:
   
  Platform:
    osname=linux, osvers=3.16-2-amd64, archname=x86_64-linux-thread-multi
    uname='linux cyberpower2 3.16-2-amd64 #1 smp debian 3.16.3-2 (2014-09-20) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.16.2 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.16.2/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.9.1', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Oct 15 2014 10:35:55
  %ENV:
    PERL="/home/njh/perl5/perlbrew/perls/perl-5.16.2/bin/perl"
    PERL5LIB="/tmp/build/XML-SemanticDiff-1.0005-6/blib/arch:/tmp/build/XML-SemanticDiff-1.0005-6/blib/lib:/tmp/build/XML-Parser-2.44-3/blib/arch:/tmp/build/XML-Parser-2.44-3/blib/lib:/tmp/build/XML-SAX-0.99-1/blib/arch:/tmp/build/XML-SAX-0.99-1/blib/lib:/tmp/build/XML-SAX-Base-1.09-1/blib/arch:/tmp/build/XML-SAX-Base-1.09-1/blib/lib:/tmp/build/XML-NamespaceSupport-1.12-1/blib/arch:/tmp/build/XML-NamespaceSupport-1.12-1/blib/lib:/tmp/build/Plack-1.0044-4/blib/arch:/tmp/build/Plack-1.0044-4/blib/lib:/tmp/build/Test-TCP-2.19-4/blib/arch:/tmp/build/Test-TCP-2.19-4/blib/lib:/tmp/build/IO-Socket-IP-0.39-3/blib/arch:/tmp/build/IO-Socket-IP-0.39-3/blib/lib:/tmp/build/HTTP-Headers-Fast-0.21-4/blib/arch:/tmp/build/HTTP-Headers-Fast-0.21-4/blib/lib:/tmp/build/HTTP-Entity-Parser-0.20-4/blib/arch:/tmp/build/HTTP-Entity-Parser-0.20-4/blib/lib:/tmp/build/WWW-Form-UrlEncoded-0.24-4/blib/arch:/tmp/build/WWW-Form-UrlEncoded-0.24-4/blib/lib:/tmp/build/Stream-Buffered-0.03-4/blib/arch:/tmp/build/Stream-Buffered-0.03-4/blib/lib:/tmp/build/JSON-MaybeXS-1.003009-4/blib/arch:/tmp/build/JSON-MaybeXS-1.003009-4/blib/lib:/tmp/build/Hash-MultiValue-0.16-4/blib/arch:/tmp/build/Hash-MultiValue-0.16-4/blib/lib:/tmp/build/HTTP-MultiPartParser-0.02-4/blib/arch:/tmp/build/HTTP-MultiPartParser-0.02-4/blib/lib:/tmp/build/Filesys-Notify-Simple-0.12-4/blib/arch:/tmp/build/Filesys-Notify-Simple-0.12-4/blib/lib:/tmp/build/Test-SharedFork-0.35-2/blib/arch:/tmp/build/Test-SharedFork-0.35-2/blib/lib:/tmp/build/Devel-StackTrace-AsHTML-0.15-4/blib/arch:/tmp/build/Devel-StackTrace-AsHTML-0.15-4/blib/lib:/tmp/build/Cookie-Baker-0.08-4/blib/arch:/tmp/build/Cookie-Baker-0.08-4/blib/lib:/tmp/build/Test-Time-0.05-4/blib/arch:/tmp/build/Test-Time-0.05-4/blib/lib:/tmp/build/Apache-LogFormat-Compiler-0.35-4/blib/arch:/tmp/build/Apache-LogFormat-Compiler-0.35-4/blib/lib:/tmp/build/Test-MockTime-0.15-1/blib/arch:/tmp/build/Test-MockTime-0.15-1/blib/lib:/tmp/build/POSIX-strftime-Compiler-0.42-4/blib/arch:/tmp/build/POSIX-strftime-Compiler-0.42-4/blib/lib:/tmp/build/JSONP-1.73-16/blib/arch:/tmp/build/JSONP-1.73-16/blib/lib:/tmp/build/Want-0.29-7/blib/arch:/tmp/build/Want-0.29-7/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="25674"
    PERL5_CPAN_IS_EXECUTING="/tmp/build/Geo-GDAL-2.010301-7/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="25674"
    PERLBREW_BASHRC_VERSION="0.78"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.16.2/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.16.2/bin"
    PERLBREW_PERL="perl-5.16.2"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.78"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
  @INC:
    /tmp/build/XML-SemanticDiff-1.0005-6/blib/arch
    /tmp/build/XML-SemanticDiff-1.0005-6/blib/lib
    /tmp/build/XML-Parser-2.44-3/blib/arch
    /tmp/build/XML-Parser-2.44-3/blib/lib
    /tmp/build/XML-SAX-0.99-1/blib/arch
    /tmp/build/XML-SAX-0.99-1/blib/lib
    /tmp/build/XML-SAX-Base-1.09-1/blib/arch
    /tmp/build/XML-SAX-Base-1.09-1/blib/lib
    /tmp/build/XML-NamespaceSupport-1.12-1/blib/arch
    /tmp/build/XML-NamespaceSupport-1.12-1/blib/lib
    /tmp/build/Plack-1.0044-4/blib/arch
    /tmp/build/Plack-1.0044-4/blib/lib
    /tmp/build/Test-TCP-2.19-4/blib/arch
    /tmp/build/Test-TCP-2.19-4/blib/lib
    /tmp/build/IO-Socket-IP-0.39-3/blib/arch
    /tmp/build/IO-Socket-IP-0.39-3/blib/lib
    /tmp/build/HTTP-Headers-Fast-0.21-4/blib/arch
    /tmp/build/HTTP-Headers-Fast-0.21-4/blib/lib
    /tmp/build/HTTP-Entity-Parser-0.20-4/blib/arch
    /tmp/build/HTTP-Entity-Parser-0.20-4/blib/lib
    /tmp/build/WWW-Form-UrlEncoded-0.24-4/blib/arch
    /tmp/build/WWW-Form-UrlEncoded-0.24-4/blib/lib
    /tmp/build/Stream-Buffered-0.03-4/blib/arch
    /tmp/build/Stream-Buffered-0.03-4/blib/lib
    /tmp/build/JSON-MaybeXS-1.003009-4/blib/arch
    /tmp/build/JSON-MaybeXS-1.003009-4/blib/lib
    /tmp/build/Hash-MultiValue-0.16-4/blib/arch
    /tmp/build/Hash-MultiValue-0.16-4/blib/lib
    /tmp/build/HTTP-MultiPartParser-0.02-4/blib/arch
    /tmp/build/HTTP-MultiPartParser-0.02-4/blib/lib
    /tmp/build/Filesys-Notify-Simple-0.12-4/blib/arch
    /tmp/build/Filesys-Notify-Simple-0.12-4/blib/lib
    /tmp/build/Test-SharedFork-0.35-2/blib/arch
    /tmp/build/Test-SharedFork-0.35-2/blib/lib
    /tmp/build/Devel-StackTrace-AsHTML-0.15-4/blib/arch
    /tmp/build/Devel-StackTrace-AsHTML-0.15-4/blib/lib
    /tmp/build/Cookie-Baker-0.08-4/blib/arch
    /tmp/build/Cookie-Baker-0.08-4/blib/lib
    /tmp/build/Test-Time-0.05-4/blib/arch
    /tmp/build/Test-Time-0.05-4/blib/lib
    /tmp/build/Apache-LogFormat-Compiler-0.35-4/blib/arch
    /tmp/build/Apache-LogFormat-Compiler-0.35-4/blib/lib
    /tmp/build/Test-MockTime-0.15-1/blib/arch
    /tmp/build/Test-MockTime-0.15-1/blib/lib
    /tmp/build/POSIX-strftime-Compiler-0.42-4/blib/arch
    /tmp/build/POSIX-strftime-Compiler-0.42-4/blib/lib
    /tmp/build/JSONP-1.73-16/blib/arch
    /tmp/build/JSONP-1.73-16/blib/lib
    /tmp/build/Want-0.29-7/blib/arch
    /tmp/build/Want-0.29-7/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2
    /home/njh/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2
    .