Filter-Crypto v2.07 Perl 5 v5.26.1 x86_64-linux

Status
Unknown
From
Nigel Horne
Dist
Filter-Crypto v2.07
Platform
Perl 5 v5.26.1 x86_64-linux
Date
2018-03-02 13:07:02
ID
99715456-1e1a-11e8-9117-9bbc12568b50
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 Steve Hay,

This is a computer-generated report for Filter-Crypto-2.07
on perl 5.26.1, 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 '/usr/bin/make -j10 -j10':

make[1]: Entering directory '/tmp/build/Filter-Crypto-2.07-2/CryptFile'
cp script/crypt_file blib/script/crypt_file
"/home/njh/perl5/perlbrew/perls/perl-5.26.1/bin/perl5.26.1" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/crypt_file
Running Mkbootstrap for CryptFile ()
"/home/njh/perl5/perlbrew/perls/perl-5.26.1/bin/perl5.26.1" "/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/ExtUtils/xsubpp"  -typemap '/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/ExtUtils/typemap' -typemap '/tmp/build/Filter-Crypto-2.07-2/CryptFile/typemap'  CryptFile.xs > CryptFile.xsc
cp lib/PAR/Filter/Crypto.pm blib/lib/PAR/Filter/Crypto.pm
cp lib/Filter/Crypto.pm blib/lib/Filter/Crypto.pm
chmod 644 "CryptFile.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.26.1/bin/perl5.26.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- CryptFile.bs ../blib/arch/auto/Filter/Crypto/CryptFile/CryptFile.bs 644
cp lib/Filter/Crypto/CryptFile.pm ../blib/lib/Filter/Crypto/CryptFile.pm
mv CryptFile.xsc CryptFile.c
gcc-7 -c  -I/usr/include -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE"  -DFILTER_CRYPTO_OPENSSL_VERSION=1010007 CryptFile.c
In file included from CryptFile.xs:30:0:
../CryptoCommon-c.inc:18:37: warning: "/*" within comment [-Wcomment]
 /* #define FILTER_CRYPTO_DEBUG_MODE /**/
                                      
../CryptoCommon-c.inc:21:40: warning: "/*" within comment [-Wcomment]
 /* #define FILTER_CRYPTO_NO_RAND_BYTES /**/
                                         
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:2698:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cv.h:233:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cv.h:234:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv.h:653:0,
                 from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3922,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:211:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:244:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:230:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:244:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:236:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:245:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
      ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:236:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:245:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
               ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:236:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:245:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
                        ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:211:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:250:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:211:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:250:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:230:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:250:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:230:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:250:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:236:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:251:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
      ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:236:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:251:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
               ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:236:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:251:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                        ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:236:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:174:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/hv_func.h:251:33: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                 ^~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5644:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:351:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/av.h:81:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:2698:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:31:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:33:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3913:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushsub’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:336:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:347:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1387:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:2698:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_common’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1407:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(cv);
     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_args’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cop.h:615:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cx_pop_savearray_av);     \
         ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1424:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^~~~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cop.h:611:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1424:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:2698:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:69:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1425:10: note: in expansion of macro ‘MUTABLE_AV’
     av = MUTABLE_AV(PAD_SVl(0));
          ^~~~~~~~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:529:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/cop.h:621:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1430:9: note: in expansion of macro ‘CLEAR_ARGARRAY’
         CLEAR_ARGARRAY(av);
         ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3913:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushformat’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:336:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:347:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1461:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:2698:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:341:52: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_void(sv)  S_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1463:5: note: in expansion of macro ‘SvREFCNT_inc_void’
     SvREFCNT_inc_void(cx->blk_format.dfoutgv);
     ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_cx_popformat’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:350:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1479:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(dfout);
     ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:350:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1486:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(cv);
     ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_cx_popeval’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:350:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1522:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:350:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1528:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_cx_poploop’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:350:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1583:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:350:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1587:13: note: in expansion of macro ‘SvREFCNT_dec_NN’
             SvREFCNT_dec_NN(sv);
             ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1598:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cursv);
         ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘S_cx_popgiven’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1645:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h: In function ‘Perl_foldEQ_locale’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:449:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:167:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/inline.h:1718:5: note: in expansion of macro ‘dVAR’
     dVAR;
     ^~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc: In function ‘FilterCrypto_CryptoAlloc’:
../CryptoCommon-c.inc:160:31: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro ‘EXPECT’
 #  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                              ^~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro ‘cBOOL’
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2301:9: note: in expansion of macro ‘UNLIKELY’
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
         ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2297:9: note: in expansion of macro ‘_MEM_WRAP_NEEDS_RUNTIME_CHECK’
       ((_MEM_WRAP_NEEDS_RUNTIME_CHECK(n,t) ? (MEM_SIZE)(n) : \
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2301:18: note: in expansion of macro ‘_MEM_WRAP_WILL_WRAP’
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
                  ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2308:30: note: in expansion of macro ‘MEM_WRAP_CHECK’
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2391:28: note: in expansion of macro ‘MEM_WRAP_CHECK_’
 #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
                            ^~~~~~~~~~~~~~~
../CryptoCommon-c.inc:160:5: note: in expansion of macro ‘Newxz’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
     ^~~~~
../CryptoCommon-c.inc:160:31: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro ‘EXPECT’
 #  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                              ^~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro ‘cBOOL’
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2301:9: note: in expansion of macro ‘UNLIKELY’
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
         ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2301:18: note: in expansion of macro ‘_MEM_WRAP_WILL_WRAP’
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
                  ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2308:30: note: in expansion of macro ‘MEM_WRAP_CHECK’
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2391:28: note: in expansion of macro ‘MEM_WRAP_CHECK_’
 #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
                            ^~~~~~~~~~~~~~~
../CryptoCommon-c.inc:160:5: note: in expansion of macro ‘Newxz’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
     ^~~~~
../CryptoCommon-c.inc:160:31: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro ‘EXPECT’
 #  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                              ^~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro ‘cBOOL’
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2301:9: note: in expansion of macro ‘UNLIKELY’
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
         ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2301:18: note: in expansion of macro ‘_MEM_WRAP_WILL_WRAP’
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
                  ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2308:30: note: in expansion of macro ‘MEM_WRAP_CHECK’
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2391:28: note: in expansion of macro ‘MEM_WRAP_CHECK_’
 #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
                            ^~~~~~~~~~~~~~~
../CryptoCommon-c.inc:160:5: note: in expansion of macro ‘Newxz’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
     ^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:2698:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc:160:31: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2380:35: note: in definition of macro ‘MEM_LOG_ALLOC’
 #define MEM_LOG_ALLOC(n,t,a)     (a)
                                   ^
../CryptoCommon-c.inc:160:5: note: in expansion of macro ‘Newxz’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
     ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2308:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:2391:28: note: in expansion of macro ‘MEM_WRAP_CHECK_’
 #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
                            ^~~~~~~~~~~~~~~
../CryptoCommon-c.inc:160:5: note: in expansion of macro ‘Newxz’
     Newxz(ctx->cipher_ctx, 1, EVP_CIPHER_CTX);
     ^~~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc: In function ‘FilterCrypto_CryptoInit’:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:195:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(ctx->salt_sv, 0);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:195:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(ctx->salt_sv, 0);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:200:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(ctx->iv_sv,   0);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:200:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(ctx->iv_sv,   0);
     ^~~~~~~~~~~~~~~~~~~~~
In file included from CryptFile.xs:30:0:
../CryptoCommon-c.inc: In function ‘FilterCrypto_CryptoInitCipher’:
../CryptoCommon-c.inc:258:17: warning: ‘RAND_pseudo_bytes’ is deprecated [-Wdeprecated-declarations]
                 if (!RAND_pseudo_bytes(salt_text, ctx->required_salt_len)) {
                 ^~
In file included from /usr/include/openssl/bn.h:31:0,
                 from /usr/include/openssl/asn1.h:24,
                 from /usr/include/openssl/objects.h:916,
                 from /usr/include/openssl/evp.h:27,
                 from ../CryptoCommon-c.inc:41,
                 from CryptFile.xs:30:
/usr/include/openssl/rand.h:47:1: note: declared here
 DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
 ^
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:268:13: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
             FilterCrypto_SvSetCUR(ctx->salt_sv, ctx->required_salt_len);
             ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:268:13: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
             FilterCrypto_SvSetCUR(ctx->salt_sv, ctx->required_salt_len);
             ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5644:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc:274:31: warning: pointer targets in passing argument 2 of ‘Perl_sv_catpvn_flags’ differ in signedness [-Wpointer-sign]
             sv_catpvn(out_sv, salt_text, ctx->required_salt_len);
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:612:63: note: in definition of macro ‘sv_catpvn_flags’
 #define sv_catpvn_flags(a,b,c,d) Perl_sv_catpvn_flags(aTHX_ a,b,c,d)
                                                               ^
../CryptoCommon-c.inc:274:13: note: in expansion of macro ‘sv_catpvn’
             sv_catpvn(out_sv, salt_text, ctx->required_salt_len);
             ^~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5609:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/proto.h:3042:20: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
 PERL_CALLCONV void Perl_sv_catpvn_flags(pTHX_ SV *const dstr, const char *sstr, const STRLEN len, const I32 flags);
                    ^~~~~~~~~~~~~~~~~~~~
In file included from CryptFile.xs:30:0:
../CryptoCommon-c.inc:288:17: warning: ‘RAND_pseudo_bytes’ is deprecated [-Wdeprecated-declarations]
                 if (!RAND_pseudo_bytes(iv_text, ctx->required_iv_len)) {
                 ^~
In file included from /usr/include/openssl/bn.h:31:0,
                 from /usr/include/openssl/asn1.h:24,
                 from /usr/include/openssl/objects.h:916,
                 from /usr/include/openssl/evp.h:27,
                 from ../CryptoCommon-c.inc:41,
                 from CryptFile.xs:30:
/usr/include/openssl/rand.h:47:1: note: declared here
 DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
 ^
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:298:13: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
             FilterCrypto_SvSetCUR(ctx->iv_sv, ctx->required_iv_len);
             ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:298:13: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
             FilterCrypto_SvSetCUR(ctx->iv_sv, ctx->required_iv_len);
             ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5644:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc:304:31: warning: pointer targets in passing argument 2 of ‘Perl_sv_catpvn_flags’ differ in signedness [-Wpointer-sign]
             sv_catpvn(out_sv, iv_text, ctx->required_iv_len);
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:612:63: note: in definition of macro ‘sv_catpvn_flags’
 #define sv_catpvn_flags(a,b,c,d) Perl_sv_catpvn_flags(aTHX_ a,b,c,d)
                                                               ^
../CryptoCommon-c.inc:304:13: note: in expansion of macro ‘sv_catpvn’
             sv_catpvn(out_sv, iv_text, ctx->required_iv_len);
             ^~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5609:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/proto.h:3042:20: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
 PERL_CALLCONV void Perl_sv_catpvn_flags(pTHX_ SV *const dstr, const char *sstr, const STRLEN len, const I32 flags);
                    ^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5644:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc:332:45: warning: pointer targets in passing argument 2 of ‘Perl_sv_catpvn_flags’ differ in signedness [-Wpointer-sign]
                     sv_catpvn(ctx->salt_sv, in_text, missing_salt_len);
                                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:612:63: note: in definition of macro ‘sv_catpvn_flags’
 #define sv_catpvn_flags(a,b,c,d) Perl_sv_catpvn_flags(aTHX_ a,b,c,d)
                                                               ^
../CryptoCommon-c.inc:332:21: note: in expansion of macro ‘sv_catpvn’
                     sv_catpvn(ctx->salt_sv, in_text, missing_salt_len);
                     ^~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5609:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/proto.h:3042:20: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’
 PERL_CALLCONV void Perl_sv_catpvn_flags(pTHX_ SV *const dstr, const char *sstr, const STRLEN len, const I32 flags);
                    ^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5644:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc:333:36: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
                     sv_chop(in_sv, (char *)in_text + missing_salt_len);
                                    ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:614:44: note: in definition of macro ‘sv_chop’
 #define sv_chop(a,b)  Perl_sv_chop(aTHX_ a,b)
                                            ^
../CryptoCommon-c.inc:336:45: warning: pointer targets in passing argument 2 of ‘Perl_sv_catpvn_flags’ differ in signedness [-Wpointer-sign]
                     sv_catpvn(ctx->salt_sv, in_text, in_len);
                                             ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:612:63: note: in definition of macro ‘sv_catpvn_flags’
 #define sv_catpvn_flags(a,b,c,d) Perl_sv_catpvn_flags(aTHX_ a,b,c,d)
                                                               ^
../CryptoCommon-c.inc:336:21: note: in expansion of macro ‘sv_catpvn’
                     sv_catpvn(ctx->salt_sv, in_text, in_len);
                     ^~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5609:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/proto.h:3042:20: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’
 PERL_CALLCONV void Perl_sv_catpvn_flags(pTHX_ SV *const dstr, const char *sstr, const STRLEN len, const I32 flags);
                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:337:21: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
                     FilterCrypto_SvSetCUR(in_sv, 0);
                     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:337:21: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
                     FilterCrypto_SvSetCUR(in_sv, 0);
                     ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5644:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc:358:43: warning: pointer targets in passing argument 2 of ‘Perl_sv_catpvn_flags’ differ in signedness [-Wpointer-sign]
                     sv_catpvn(ctx->iv_sv, in_text, missing_iv_len);
                                           ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:612:63: note: in definition of macro ‘sv_catpvn_flags’
 #define sv_catpvn_flags(a,b,c,d) Perl_sv_catpvn_flags(aTHX_ a,b,c,d)
                                                               ^
../CryptoCommon-c.inc:358:21: note: in expansion of macro ‘sv_catpvn’
                     sv_catpvn(ctx->iv_sv, in_text, missing_iv_len);
                     ^~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5609:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/proto.h:3042:20: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’
 PERL_CALLCONV void Perl_sv_catpvn_flags(pTHX_ SV *const dstr, const char *sstr, const STRLEN len, const I32 flags);
                    ^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5644:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc:359:36: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
                     sv_chop(in_sv, (char *)in_text + missing_iv_len);
                                    ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:614:44: note: in definition of macro ‘sv_chop’
 #define sv_chop(a,b)  Perl_sv_chop(aTHX_ a,b)
                                            ^
../CryptoCommon-c.inc:362:43: warning: pointer targets in passing argument 2 of ‘Perl_sv_catpvn_flags’ differ in signedness [-Wpointer-sign]
                     sv_catpvn(ctx->iv_sv, in_text, in_len);
                                           ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/embed.h:612:63: note: in definition of macro ‘sv_catpvn_flags’
 #define sv_catpvn_flags(a,b,c,d) Perl_sv_catpvn_flags(aTHX_ a,b,c,d)
                                                               ^
../CryptoCommon-c.inc:362:21: note: in expansion of macro ‘sv_catpvn’
                     sv_catpvn(ctx->iv_sv, in_text, in_len);
                     ^~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:5609:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/proto.h:3042:20: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’
 PERL_CALLCONV void Perl_sv_catpvn_flags(pTHX_ SV *const dstr, const char *sstr, const STRLEN len, const I32 flags);
                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:363:21: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
                     FilterCrypto_SvSetCUR(in_sv, 0);
                     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:363:21: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
                     FilterCrypto_SvSetCUR(in_sv, 0);
                     ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:2698:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc: In function ‘FilterCrypto_CryptoFree’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
../CryptoCommon-c.inc:450:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(ctx->iv_sv);
     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
../CryptoCommon-c.inc:453:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(ctx->salt_sv);
     ^~~~~~~~~~~~
In file included from CryptFile.xs:30:0:
../CryptoCommon-c.inc: In function ‘FilterCrypto_CipherInit’:
../CryptoCommon-c.inc:575:32: warning: pointer targets in passing argument 1 of ‘PKCS5_PBKDF2_HMAC_SHA1’ differ in signedness [-Wpointer-sign]
     if (PKCS5_PBKDF2_HMAC_SHA1(filter_crypto_pswd, sizeof(filter_crypto_pswd),
                                ^~~~~~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:41:0,
                 from CryptFile.xs:30:
/usr/include/openssl/evp.h:983:5: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’
 int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen,
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../CryptoCommon-c.inc: In function ‘FilterCrypto_CipherUpdate’:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:668:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, orig_out_len + out_len);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:668:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, orig_out_len + out_len);
     ^~~~~~~~~~~~~~~~~~~~~
../CryptoCommon-c.inc: In function ‘FilterCrypto_CipherFinal’:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:721:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, out_len);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:721:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, out_len);
     ^~~~~~~~~~~~~~~~~~~~~
../CryptoCommon-c.inc: In function ‘FilterCrypto_EncodeSV’:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:851:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, 0);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:851:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, 0);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:871:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, out_len);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:871:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, out_len);
     ^~~~~~~~~~~~~~~~~~~~~
../CryptoCommon-c.inc: In function ‘FilterCrypto_DecodeSV’:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:887:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, 0);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:887:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, 0);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
../CryptoCommon-c.inc:924:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, out_len);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
../CryptoCommon-c.inc:924:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(out_sv, out_len);
     ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:2698:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
CryptFile.xs: In function ‘FilterCrypto_CryptFh’:
CryptFile.xs:160:37: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness [-Wpointer-sign]
     if (in_len == use_len && strnEQ(in_text, filter_crypto_use_text, use_len)) {
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/handy.h:486:35: note: in definition of macro ‘strnEQ’
 #define strnEQ(s1,s2,l) (!strncmp(s1,s2,l))
                                   ^~
In file included from CryptFile.xs:28:0:
/usr/include/string.h:139:12: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
 extern int strncmp (const char *__s1, const char *__s2, size_t __n)
            ^~~~~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
CryptFile.xs:304:13: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
             FilterCrypto_SvSetCUR(in_sv, in_len);
             ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
CryptFile.xs:304:13: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
             FilterCrypto_SvSetCUR(in_sv, in_len);
             ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:2062:2: note: in expansion of macro ‘STMT_START’
  STMT_START {     \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:2072:3: note: in expansion of macro ‘SvSetSV_nosteal_and’
   SvSetSV_nosteal_and(dst,src,/*nothing*/;)
   ^~~~~~~~~~~~~~~~~~~
CryptFile.xs:316:17: note: in expansion of macro ‘SvSetSV_nosteal’
                 SvSetSV_nosteal(in2_sv, in_sv);
                 ^~~~~~~~~~~~~~~
CryptFile.xs: In function ‘FilterCrypto_OutputData’:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:2062:2: note: in expansion of macro ‘STMT_START’
  STMT_START {     \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:2072:3: note: in expansion of macro ‘SvSetSV_nosteal_and’
   SvSetSV_nosteal_and(dst,src,/*nothing*/;)
   ^~~~~~~~~~~~~~~~~~~
CryptFile.xs:428:9: note: in expansion of macro ‘SvSetSV_nosteal’
         SvSetSV_nosteal(from2_sv, from_sv);
         ^~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/sv.h:1314:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
../CryptoCommon-c.inc:85:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(sv, len);                         \
         ^~~~~~~~~
CryptFile.xs:465:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(from_sv, 0);
     ^~~~~~~~~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
../CryptoCommon-c.inc:82:40: note: in expansion of macro ‘STMT_START’
 #define FilterCrypto_SvSetCUR(sv, len) STMT_START { \
                                        ^~~~~~~~~~
CryptFile.xs:465:5: note: in expansion of macro ‘FilterCrypto_SvSetCUR’
     FilterCrypto_SvSetCUR(from_sv, 0);
     ^~~~~~~~~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
CryptFile.c: In function ‘XS_Filter__Crypto__CryptFile_DESTROY’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:449:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:167:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
CryptFile.c:638:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
./../CryptoCommon-xs.inc:78:9: warning: ‘ERR_remove_state’ is deprecated [-Wdeprecated-declarations]
         ERR_remove_state(0);
         ^~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/crypto.h:32:0,
                 from /usr/include/openssl/bio.h:20,
                 from /usr/include/openssl/err.h:21,
                 from ../CryptoCommon-c.inc:40,
                 from CryptFile.xs:30:
/usr/include/openssl/err.h:248:1: note: declared here
 DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid))
 ^
CryptFile.c:644:7: warning: unused variable ‘self’ [-Wunused-variable]
  SV * self = ST(0)
       ^~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
CryptFile.c: In function ‘XS_Filter__Crypto__CryptFile_constant’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:449:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:167:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
CryptFile.c:680:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/pp.h:340:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^~~~~~~~~~
./const-xs.inc:36:11: note: in expansion of macro ‘EXTEND’
           EXTEND(SP, 1);
           ^~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/pp.h:358:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                        \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/pp.h:425:31: note: in expansion of macro ‘TARGi’
 #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                               ^~~~~
./const-xs.inc:38:11: note: in expansion of macro ‘PUSHi’
           PUSHi(iv);
           ^~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/pp.h:425:18: note: in expansion of macro ‘STMT_START’
 #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                  ^~~~~~~~~~
./const-xs.inc:38:11: note: in expansion of macro ‘PUSHi’
           PUSHi(iv);
           ^~~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
CryptFile.c: In function ‘XS_Filter__Crypto__CryptFile__debug_mode’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:449:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:167:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
CryptFile.c:788:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:317:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:332:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
CryptFile.xs:495:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:332:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
CryptFile.xs:495:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
CryptFile.c: In function ‘XS_Filter__Crypto__CryptFile__crypt_fh’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:449:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:167:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
CryptFile.c:812:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:317:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:330:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
CryptFile.xs:515:13: note: in expansion of macro ‘XSRETURN_YES’
             XSRETURN_YES;
             ^~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:330:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
CryptFile.xs:515:13: note: in expansion of macro ‘XSRETURN_YES’
             XSRETURN_YES;
             ^~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:317:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:332:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
CryptFile.xs:517:13: note: in expansion of macro ‘XSRETURN_EMPTY’
             XSRETURN_EMPTY;
             ^~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:332:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
CryptFile.xs:517:13: note: in expansion of macro ‘XSRETURN_EMPTY’
             XSRETURN_EMPTY;
             ^~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
CryptFile.c: In function ‘XS_Filter__Crypto__CryptFile__crypt_fhs’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:449:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:167:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
CryptFile.c:842:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from ../CryptoCommon-c.inc:52:0,
                 from CryptFile.xs:30:
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:317:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:330:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
CryptFile.xs:536:13: note: in expansion of macro ‘XSRETURN_YES’
             XSRETURN_YES;
             ^~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:330:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
CryptFile.xs:536:13: note: in expansion of macro ‘XSRETURN_YES’
             XSRETURN_YES;
             ^~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:317:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:332:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
CryptFile.xs:538:13: note: in expansion of macro ‘XSRETURN_EMPTY’
             XSRETURN_EMPTY;
             ^~~~~~~~~~~~~~
../ppport.h:4001:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/XSUB.h:332:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
CryptFile.xs:538:13: note: in expansion of macro ‘XSRETURN_EMPTY’
             XSRETURN_EMPTY;
             ^~~~~~~~~~~~~~
In file included from ../CryptoCommon-c.inc:47:0,
                 from CryptFile.xs:30:
CryptFile.c: In function ‘boot_Filter__Crypto__CryptFile’:
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:449:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:167:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
CryptFile.c:878:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSBOOTARGSXSAPIVERCHK;
     ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/perl.h:28:0,
                 from ../CryptoCommon-c.inc:47,
                 from CryptFile.xs:30:
At top level:
../ppport.h:3338:26: warning: ‘DPPP_dummy_PL_parser’ defined but not used [-Wunused-variable]
 #  define DPPP_NAMESPACE DPPP_
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE/config.h:1554:27: note: in definition of macro ‘PeRl_CaTiFy’
 #define PeRl_CaTiFy(a, b) a ## b
                           ^
../ppport.h:3341:24: note: in expansion of macro ‘CAT2’
 #define DPPP_CAT2(x,y) CAT2(x,y)
                        ^~~~
../ppport.h:3342:21: note: in expansion of macro ‘DPPP_CAT2’
 #define DPPP_(name) DPPP_CAT2(DPPP_NAMESPACE, name)
                     ^~~~~~~~~
../ppport.h:3342:31: note: in expansion of macro ‘DPPP_NAMESPACE’
 #define DPPP_(name) DPPP_CAT2(DPPP_NAMESPACE, name)
                               ^~~~~~~~~~~~~~
../ppport.h:4337:18: note: in expansion of macro ‘DPPP_’
 static yy_parser DPPP_(dummy_PL_parser);
                  ^~~~~
Makefile:322: recipe for target 'CryptFile.o' failed
make[1]: *** [CryptFile.o] Error 1
make[1]: Leaving directory '/tmp/build/Filter-Crypto-2.07-2/CryptFile'
Makefile:519: recipe for target 'subdirs' failed
make: *** [subdirs] Error 2

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

Prerequisite modules loaded:

requires:

    Module                Need     Have     
    --------------------- -------- ---------
    Carp                  0        1.42     
    Config                0        5.026001 
    constant              0        1.33     
    Cwd                   0        3.67     
    Exporter              0        5.72     
    ExtUtils::MakeMaker   6.66     7.30     
    Fcntl                 0        1.13     
    File::Basename        0        2.85     
    File::Copy            0        2.32     
    File::Find            0        1.34     
    File::Spec::Functions 0        3.67     
    File::Temp            0        0.2304   
    Getopt::Long          0        2.49     
    perl                  5.008001 5.026001 
    Pod::Usage            1.15     1.69     
    Scalar::Util          0        1.49     
    strict                0        1.11     
    Text::ParseWords      0        3.30     
    Text::Wrap            0        2013.0523
    warnings              0        1.37     
    XSLoader              0        0.27     

build_requires:

    Module                Need     Have     
    --------------------- -------- ---------
    blib                  0        1.06     
    ExtUtils::MakeMaker   0        7.30     
    FindBin               0        1.51     
    Test::More            0        1.302096 

configure_requires:

    Module                Need     Have     
    --------------------- -------- ---------
    Carp                  0        1.42     
    Config                0        5.026001 
    constant              0        1.33     
    Cwd                   0        3.67     
    ExtUtils::MakeMaker   6.66     7.30     
    Fcntl                 0        1.13     
    File::Basename        0        2.85     
    File::Copy            0        2.32     
    File::Spec::Functions 0        3.67     
    Getopt::Long          0        2.49     
    perl                  5.008001 5.026001 
    Pod::Usage            1.15     1.69     
    strict                0        1.11     
    Text::Wrap            0        2013.0523
    warnings              0        1.37     


------------------------------
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.26.1/bin:src/njh/smoker/bin:/usr/bin:/bin
    PERL = /home/njh/perl5/perlbrew/perls/perl-5.26.1/bin/perl5.26.1
    PERL5LIB = /tmp/build/EV-4.22-2/blib/arch:/tmp/build/EV-4.22-2/blib/lib:/tmp/build/Digest-SHA3-1.03-2/blib/arch:/tmp/build/Digest-SHA3-1.03-2/blib/lib:/tmp/build/Digest-SHA1-2.13-2/blib/arch:/tmp/build/Digest-SHA1-2.13-2/blib/lib:/tmp/build/Devel-Refcount-0.10-2/blib/arch:/tmp/build/Devel-Refcount-0.10-2/blib/lib:/tmp/build/Crypt-DES-2.07-2/blib/arch:/tmp/build/Crypt-DES-2.07-2/blib/lib:/tmp/build/Crypt-CBC-2.33-2/blib/arch:/tmp/build/Crypt-CBC-2.33-2/blib/lib:/tmp/build/Crypt-Argon2-0.002-2/blib/arch:/tmp/build/Crypt-Argon2-0.002-2/blib/lib:/tmp/build/Convert-Ascii85-0.01-2/blib/arch:/tmp/build/Convert-Ascii85-0.01-2/blib/lib:/tmp/build/Const-Fast-0.014-2/blib/arch:/tmp/build/Const-Fast-0.014-2/blib/lib:/tmp/build/CBOR-XS-1.7-2/blib/arch:/tmp/build/CBOR-XS-1.7-2/blib/lib:/tmp/build/B-Hooks-AtRuntime-6-2/blib/arch:/tmp/build/B-Hooks-AtRuntime-6-2/blib/lib:/tmp/build/Test-Exports-1-2/blib/arch:/tmp/build/Test-Exports-1-2/blib/lib:/tmp/build/Sub-Name-0.21-3/blib/arch:/tmp/build/Sub-Name-0.21-3/blib/lib:/tmp/build/AnyEvent-7.14-2/blib/arch:/tmp/build/AnyEvent-7.14-2/blib/lib:/tmp/build/Authen-SASL-2.16-2/blib/arch:/tmp/build/Authen-SASL-2.16-2/blib/lib:/tmp/build/Distribution-Cooker-1.022-2/blib/arch:/tmp/build/Distribution-Cooker-1.022-2/blib/lib:/tmp/build/Template-Toolkit-2.27-2/blib/arch:/tmp/build/Template-Toolkit-2.27-2/blib/lib:/tmp/build/AppConfig-1.71-2/blib/arch:/tmp/build/AppConfig-1.71-2/blib/lib:/tmp/build/Config-IniFiles-2.94-2/blib/arch:/tmp/build/Config-IniFiles-2.94-2/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 26158
    PERL5_CPAN_IS_RUNNING = 26158
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.26.1/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.26.1/bin
    PERLBREW_PERL = perl-5.26.1
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.82
    PERLBREW_VERSION = 0.82
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/sh

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.26.1/bin/perl5.26.1
    $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.18      
    CPAN::Meta          2.150010  
    Cwd                 3.67      
    ExtUtils::CBuilder  0.280226  
    ExtUtils::Command   7.30      
    ExtUtils::Install   2.06      
    ExtUtils::MakeMaker 7.30      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.34      
    File::Spec          3.67      
    JSON                2.94      
    JSON::PP            2.27400_02
    Module::Build       0.4224    
    Module::Signature   n/a       
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.39      
    Test::More          1.302096  
    YAML                1.24      
    YAML::Syck          1.30      
    version             0.9917    


--

Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
   
  Platform:
    osname=linux
    osvers=4.12.0-2-amd64
    archname=x86_64-linux
    uname='linux microcenter 4.12.0-2-amd64 #1 smp debian 4.12.13-1 (2017-09-19) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.26.1 -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -Acc=gcc-7 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.26.1/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc=' gcc-7'
    ccflags ='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2'
    cppflags='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='7.2.0'
    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=' gcc-7'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.24.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.24'
  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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    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 linux
  Compiled at Sep 27 2017 11:49:36
  %ENV:
    PERL="/home/njh/perl5/perlbrew/perls/perl-5.26.1/bin/perl5.26.1"
    PERL5LIB="/tmp/build/EV-4.22-2/blib/arch:/tmp/build/EV-4.22-2/blib/lib:/tmp/build/Digest-SHA3-1.03-2/blib/arch:/tmp/build/Digest-SHA3-1.03-2/blib/lib:/tmp/build/Digest-SHA1-2.13-2/blib/arch:/tmp/build/Digest-SHA1-2.13-2/blib/lib:/tmp/build/Devel-Refcount-0.10-2/blib/arch:/tmp/build/Devel-Refcount-0.10-2/blib/lib:/tmp/build/Crypt-DES-2.07-2/blib/arch:/tmp/build/Crypt-DES-2.07-2/blib/lib:/tmp/build/Crypt-CBC-2.33-2/blib/arch:/tmp/build/Crypt-CBC-2.33-2/blib/lib:/tmp/build/Crypt-Argon2-0.002-2/blib/arch:/tmp/build/Crypt-Argon2-0.002-2/blib/lib:/tmp/build/Convert-Ascii85-0.01-2/blib/arch:/tmp/build/Convert-Ascii85-0.01-2/blib/lib:/tmp/build/Const-Fast-0.014-2/blib/arch:/tmp/build/Const-Fast-0.014-2/blib/lib:/tmp/build/CBOR-XS-1.7-2/blib/arch:/tmp/build/CBOR-XS-1.7-2/blib/lib:/tmp/build/B-Hooks-AtRuntime-6-2/blib/arch:/tmp/build/B-Hooks-AtRuntime-6-2/blib/lib:/tmp/build/Test-Exports-1-2/blib/arch:/tmp/build/Test-Exports-1-2/blib/lib:/tmp/build/Sub-Name-0.21-3/blib/arch:/tmp/build/Sub-Name-0.21-3/blib/lib:/tmp/build/AnyEvent-7.14-2/blib/arch:/tmp/build/AnyEvent-7.14-2/blib/lib:/tmp/build/Authen-SASL-2.16-2/blib/arch:/tmp/build/Authen-SASL-2.16-2/blib/lib:/tmp/build/Distribution-Cooker-1.022-2/blib/arch:/tmp/build/Distribution-Cooker-1.022-2/blib/lib:/tmp/build/Template-Toolkit-2.27-2/blib/arch:/tmp/build/Template-Toolkit-2.27-2/blib/lib:/tmp/build/AppConfig-1.71-2/blib/arch:/tmp/build/AppConfig-1.71-2/blib/lib:/tmp/build/Config-IniFiles-2.94-2/blib/arch:/tmp/build/Config-IniFiles-2.94-2/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="26158"
    PERL5_CPAN_IS_RUNNING="26158"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.26.1/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.26.1/bin"
    PERLBREW_PERL="perl-5.26.1"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.82"
    PERLBREW_VERSION="0.82"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /tmp/build/EV-4.22-2/blib/arch
    /tmp/build/EV-4.22-2/blib/lib
    /tmp/build/Digest-SHA3-1.03-2/blib/arch
    /tmp/build/Digest-SHA3-1.03-2/blib/lib
    /tmp/build/Digest-SHA1-2.13-2/blib/arch
    /tmp/build/Digest-SHA1-2.13-2/blib/lib
    /tmp/build/Devel-Refcount-0.10-2/blib/arch
    /tmp/build/Devel-Refcount-0.10-2/blib/lib
    /tmp/build/Crypt-DES-2.07-2/blib/arch
    /tmp/build/Crypt-DES-2.07-2/blib/lib
    /tmp/build/Crypt-CBC-2.33-2/blib/arch
    /tmp/build/Crypt-CBC-2.33-2/blib/lib
    /tmp/build/Crypt-Argon2-0.002-2/blib/arch
    /tmp/build/Crypt-Argon2-0.002-2/blib/lib
    /tmp/build/Convert-Ascii85-0.01-2/blib/arch
    /tmp/build/Convert-Ascii85-0.01-2/blib/lib
    /tmp/build/Const-Fast-0.014-2/blib/arch
    /tmp/build/Const-Fast-0.014-2/blib/lib
    /tmp/build/CBOR-XS-1.7-2/blib/arch
    /tmp/build/CBOR-XS-1.7-2/blib/lib
    /tmp/build/B-Hooks-AtRuntime-6-2/blib/arch
    /tmp/build/B-Hooks-AtRuntime-6-2/blib/lib
    /tmp/build/Test-Exports-1-2/blib/arch
    /tmp/build/Test-Exports-1-2/blib/lib
    /tmp/build/Sub-Name-0.21-3/blib/arch
    /tmp/build/Sub-Name-0.21-3/blib/lib
    /tmp/build/AnyEvent-7.14-2/blib/arch
    /tmp/build/AnyEvent-7.14-2/blib/lib
    /tmp/build/Authen-SASL-2.16-2/blib/arch
    /tmp/build/Authen-SASL-2.16-2/blib/lib
    /tmp/build/Distribution-Cooker-1.022-2/blib/arch
    /tmp/build/Distribution-Cooker-1.022-2/blib/lib
    /tmp/build/Template-Toolkit-2.27-2/blib/arch
    /tmp/build/Template-Toolkit-2.27-2/blib/lib
    /tmp/build/AppConfig-1.71-2/blib/arch
    /tmp/build/AppConfig-1.71-2/blib/lib
    /tmp/build/Config-IniFiles-2.94-2/blib/arch
    /tmp/build/Config-IniFiles-2.94-2/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux
    /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1
    /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux
    /home/njh/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1
    .