Crypt-OpenSSL-RSA v0.28 Perl 5 v5.22.4 x86_64-linux-thread-multi

Status
Unknown
From
Nigel Horne
Dist
Crypt-OpenSSL-RSA v0.28
Platform
Perl 5 v5.22.4 x86_64-linux-thread-multi
Date
2017-08-25 04:45:59
ID
4a3970bc-8950-11e7-8929-daabf0ac1f1e
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Moritz Onken,

This is a computer-generated report for Crypt-OpenSSL-RSA-0.28
on perl 5.22.4, created by CPAN-Reporter-1.2018.

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

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

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

Sections of this report:

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

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

Additional comments from tester:

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':

Running Mkbootstrap for RSA ()
"/home/njh/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4" "/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/ExtUtils/xsubpp"  -typemap '/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/ExtUtils/typemap' -typemap '/tmp/build/Crypt-OpenSSL-RSA-0.28-15/typemap'  RSA.xs > RSA.xsc
chmod 644 "RSA.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644
cp RSA.pm blib/lib/Crypt/OpenSSL/RSA.pm
AutoSplitting blib/lib/Crypt/OpenSSL/RSA.pm (blib/lib/auto/Crypt/OpenSSL/RSA)
mv RSA.xsc RSA.c
gcc-7 -c   -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE"  -DPERL5 -DOPENSSL_NO_KRB5 RSA.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv.h:629:0,
                 from /home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:3740,
                 from RSA.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:213:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:214:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:272:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:376:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:470:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:480:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:506:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:521:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/hv_func.h:556:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
RSA.xs: At top level:
RSA.xs:32:6: warning: no previous prototype for ‘croakSsl’ [-Wmissing-prototypes]
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:50:6: warning: no previous prototype for ‘_is_private’ [-Wmissing-prototypes]
 char _is_private(rsaData* p_rsa)
      ^~~~~~~~~~~
RSA.xs: In function ‘_is_private’:
RSA.xs:52:22: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
     return(p_rsa->rsa->d != NULL);
                      ^~
RSA.xs: At top level:
RSA.xs:55:5: warning: no previous prototype for ‘make_rsa_obj’ [-Wmissing-prototypes]
 SV* make_rsa_obj(SV* p_proto, RSA* p_rsa)
     ^~~~~~~~~~~~
RSA.xs:68:5: warning: no previous prototype for ‘get_digest_length’ [-Wmissing-prototypes]
 int get_digest_length(int hash_method)
     ^~~~~~~~~~~~~~~~~
RSA.xs:101:16: warning: no previous prototype for ‘get_message_digest’ [-Wmissing-prototypes]
 unsigned char* get_message_digest(SV* text_SV, int hash_method)
                ^~~~~~~~~~~~~~~~~~
RSA.xs:139:5: warning: no previous prototype for ‘bn2sv’ [-Wmissing-prototypes]
 SV* bn2sv(BIGNUM* p_bn)
     ^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:5550:0,
                 from RSA.xs:2:
RSA.xs: In function ‘bn2sv’:
RSA.xs:142:30: warning: cast from function call of type ‘BIGNUM * {aka struct bignum_st *}’ to non-matching type ‘long int’ [-Wbad-function-cast]
         ? sv_2mortal(newSViv((IV) BN_dup(p_bn)))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/embed.h:579:46: note: in definition of macro ‘sv_2mortal’
 #define sv_2mortal(a)  Perl_sv_2mortal(aTHX_ a)
                                              ^
RSA.xs:142:22: note: in expansion of macro ‘newSViv’
         ? sv_2mortal(newSViv((IV) BN_dup(p_bn)))
                      ^~~~~~~
RSA.xs: At top level:
RSA.xs:146:5: warning: no previous prototype for ‘extractBioString’ [-Wmissing-prototypes]
 SV* extractBioString(BIO* p_stringBio)
     ^~~~~~~~~~~~~~~~
RSA.xs: In function ‘extractBioString’:
RSA.xs:151:47: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(BIO_flush(p_stringBio) == 1);
                                               ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:155:62: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(BIO_set_close(p_stringBio, BIO_CLOSE) == 1);
                                                              ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs: At top level:
RSA.xs:160:6: warning: no previous prototype for ‘_load_rsa_key’ [-Wmissing-prototypes]
 RSA* _load_rsa_key(SV* p_keyStringSv,
      ^~~~~~~~~~~~~
RSA.xs: In function ‘_load_rsa_key’:
RSA.xs:171:75: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(stringBIO = BIO_new_mem_buf(keyString, keyStringLength));
                                                                           ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:175:60: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(BIO_set_close(stringBIO, BIO_CLOSE) == 1);
                                                            ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:178:23: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(rsa);
                       ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs: At top level:
RSA.xs:182:5: warning: no previous prototype for ‘rsa_crypt’ [-Wmissing-prototypes]
 SV* rsa_crypt(rsaData* p_rsa, SV* p_from,
     ^~~~~~~~~
RSA.xs: In function ‘rsa_crypt’:
RSA.xs:202:25: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
         CHECK_OPEN_SSL(0);
                         ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_new_private_key’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:368:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__new_public_key_pkcs1’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:391:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__new_public_key_x509’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:414:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_DESTROY’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:437:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_get_private_key_string’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:461:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.xs:259:52: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(stringBIO = BIO_new(BIO_s_mem()));
                                                    ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_get_public_key_string’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:494:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.xs:273:52: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(stringBIO = BIO_new(BIO_s_mem()));
                                                    ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_get_public_key_x509_string’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:526:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.xs:286:52: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(stringBIO = BIO_new(BIO_s_mem()));
                                                    ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_generate_key’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:558:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.xs:301:5: warning: ‘RSA_generate_key’ is deprecated [-Wdeprecated-declarations]
     CHECK_OPEN_SSL(rsa = RSA_generate_key(SvIV(bitsSV), exponent, NULL, NULL));
     ^~~~~~~~~~~~~~
In file included from /usr/include/openssl/rsa.h:13:0,
                 from /usr/include/openssl/x509.h:31,
                 from /usr/include/openssl/pem.h:17,
                 from RSA.xs:10:
/usr/include/openssl/rsa.h:193:1: note: declared here
 DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
 ^
RSA.xs:301:78: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(rsa = RSA_generate_key(SvIV(bitsSV), exponent, NULL, NULL));
                                                                              ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__new_key_from_parameters’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:592:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.xs:327:35: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(rsa = RSA_new());
                                   ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:371:29: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
             CHECK_OPEN_SSL(0);
                             ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__get_key_parameters’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:686:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_encrypt’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:723:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_decrypt’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:751:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_private_encrypt’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:783:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_public_decrypt’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:815:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_size’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:843:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_check_key’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:869:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__random_seed’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:899:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__random_status’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:925:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_md5_hash’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:943:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha1_hash’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:966:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha224_hash’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:992:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha256_hash’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1015:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha384_hash’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1038:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha512_hash’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1061:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_ripemd160_hash’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1085:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_no_padding’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1108:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_pkcs1_padding’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1131:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_pkcs1_oaep_padding’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1154:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sslv23_padding’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1177:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_sign’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1200:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.xs:578:73: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(digest = get_message_digest(text_SV, p_rsa->hashMode));
                                                                         ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:584:40: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                             p_rsa->rsa));
                                        ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_verify’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1250:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.xs:605:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (RSA_size(p_rsa->rsa) < sig_length)
                              ^
RSA.xs:610:73: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(digest = get_message_digest(text_SV, p_rsa->hashMode));
                                                                         ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:619:44: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
             CHECK_OPEN_SSL(ERR_peek_error());
                                            ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:626:29: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
             CHECK_OPEN_SSL(0);
                             ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_is_private’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1310:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
RSA.c: In function ‘boot_Crypt__OpenSSL__RSA’:
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:434:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi/CORE/perl.h:157:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
RSA.c:1341:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSBOOTARGSXSAPIVERCHK;
     ^~~~
RSA.xs: In function ‘_is_private’:
RSA.xs:53:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
Makefile:345: recipe for target 'RSA.o' failed
make: *** [RSA.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module                 Need Have   
    ---------------------- ---- -------
    Crypt::OpenSSL::Random 0    0.11   
    Test                   0    1.26_01

build_requires:

    Module                 Need Have   
    ---------------------- ---- -------
    ExtUtils::MakeMaker    0    7.30   

configure_requires:

    Module                 Need Have   
    ---------------------- ---- -------
    ExtUtils::MakeMaker    0    7.30   


------------------------------
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.22.4/bin:/home/njh/perl5/perlbrew/bin:/usr/bin:/bin
    PERL = /home/njh/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4
    PERL5LIB = /tmp/build/Crypt-OpenSSL-Random-0.11-15/blib/arch:/tmp/build/Crypt-OpenSSL-Random-0.11-15/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 17420
    PERL5_CPAN_IS_RUNNING = 17420
    PERLBREW_BASHRC_VERSION = 0.78
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.22.4/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.22.4/bin
    PERLBREW_PERL = perl-5.22.4
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.78
    PERL_LOCAL_LIB_ROOT = 
    SHELL = /bin/sh

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

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

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.16      
    CPAN::Meta          2.150001  
    Cwd                 3.56_02   
    ExtUtils::CBuilder  0.280221  
    ExtUtils::Command   7.30      
    ExtUtils::Install   2.06      
    ExtUtils::MakeMaker 7.30      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.28      
    File::Spec          3.56_02   
    JSON                2.94      
    JSON::PP            2.27300_01
    Module::Build       0.4224    
    Module::Signature   n/a       
    Parse::CPAN::Meta   1.4414_001
    Test::Harness       3.35_01   
    Test::More          1.302086  
    YAML                1.23      
    YAML::Syck          1.30      
    version             0.9909    


--

Summary of my perl5 (revision 5 version 22 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=4.11.0-1-amd64, archname=x86_64-linux-thread-multi
    uname='linux microcenter 4.11.0-1-amd64 #1 smp debian 4.11.6-1 (2017-06-19) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.22.4 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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.22.4/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc=' gcc-7', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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.1.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 MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        PERL_USE_DEVEL USE_64_BIT_ALL USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Jul 17 2017 13:11:44
  %ENV:
    PERL="/home/njh/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4"
    PERL5LIB="/tmp/build/Crypt-OpenSSL-Random-0.11-15/blib/arch:/tmp/build/Crypt-OpenSSL-Random-0.11-15/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="17420"
    PERL5_CPAN_IS_RUNNING="17420"
    PERLBREW_BASHRC_VERSION="0.78"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.22.4/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.22.4/bin"
    PERLBREW_PERL="perl-5.22.4"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.78"
    PERL_LOCAL_LIB_ROOT=""
  @INC:
    /tmp/build/Crypt-OpenSSL-Random-0.11-15/blib/arch
    /tmp/build/Crypt-OpenSSL-Random-0.11-15/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/site_perl/5.22.4/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/site_perl/5.22.4
    /home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4
    .