Crypt-OpenSSL-RSA v0.30 Perl 5 v5.14.4 MSWin32-x86-multi-thread
- Status
- Unknown
- From
- NONAME
- Dist
-
Crypt-OpenSSL-RSA v0.30
- Platform
- Perl 5 v5.14.4 MSWin32-x86-multi-thread
- Date
- 2018-09-26 13:30:13
- ID
- 832bbdbe-6e57-1014-a59c-f418032c038b
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 Todd Rinaldo,
This is a computer-generated report for Crypt-OpenSSL-RSA-0.30
on perl 5.14.4, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'C:\Strawberry\c\bin\dmake.exe':
cp RSA.pm blib\lib\Crypt\OpenSSL\RSA.pm
AutoSplitting blib\lib\Crypt\OpenSSL\RSA.pm (blib\lib\auto\Crypt\OpenSSL\RSA)
Running Mkbootstrap for RSA ()
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "RSA.bs"
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- RSA.bs blib\arch\auto\Crypt\OpenSSL\RSA\RSA.bs 644
"C:\Strawberry\perl\bin\perl.exe" "C:\home\heaven\perl5\lib\perl5\ExtUtils\xsubpp" -typemap C:\Strawberry\perl\lib\ExtUtils\typemap -typemap C:\Strawberry\cpan\build\Crypt-OpenSSL-RSA-0.30-0\typemap RSA.xs > RSA.xsc
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- RSA.xsc RSA.c
gcc -c -IC:\Strawberry\perl\..\c/include -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" "-IC:\Strawberry\perl\lib\CORE" -DPERL5 -DOPENSSL_NO_KRB5 RSA.c
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"Crypt::OpenSSL::RSA\", 'DLBASE' => 'RSA', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
g++ RSA.def -o blib\arch\auto\Crypt\OpenSSL\RSA\RSA.dll -mdll -s -L"C:\Strawberry\perl\lib\CORE" -L"C:\Strawberry\c\lib" RSA.o "C:\Strawberry\perl\lib\CORE\libperl514.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libmoldname.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libkernel32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libuser32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libgdi32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libwinspool.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libcomdlg32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libadvapi32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libshell32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libole32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\liboleaut32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libnetapi32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libuuid.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libws2_32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libmpr.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libwinmm.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libversion.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libodbc32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libodbccp32.a" "C:\Strawberry\c\i686-w64-mingw32\lib\libcomctl32.a" -Wl,--enable-auto-image-base
RSA.o:RSA.c:(.text+0xd61): undefined reference to `RSA_size'
RSA.o:RSA.c:(.text+0xe7e): undefined reference to `RAND_status'
RSA.o:RSA.c:(.text+0xfa7): undefined reference to `RAND_seed'
RSA.o:RSA.c:(.text+0xfac): undefined reference to `RAND_status'
RSA.o:RSA.c:(.text+0x114c): undefined reference to `RSA_check_key'
RSA.o:RSA.c:(.text+0x12ca): undefined reference to `RSA_free'
RSA.o:RSA.c:(.text+0x1338): undefined reference to `ERR_get_error'
RSA.o:RSA.c:(.text+0x1340): undefined reference to `ERR_reason_error_string'
RSA.o:RSA.c:(.text+0x1347): undefined reference to `ERR_clear_error'
RSA.o:RSA.c:(.text+0x1375): undefined reference to `ERR_get_error'
RSA.o:RSA.c:(.text+0x137d): undefined reference to `ERR_reason_error_string'
RSA.o:RSA.c:(.text+0x1384): undefined reference to `ERR_clear_error'
RSA.o:RSA.c:(.text+0x15c5): undefined reference to `RSA_new'
RSA.o:RSA.c:(.text+0x170d): undefined reference to `BN_CTX_new'
RSA.o:RSA.c:(.text+0x1744): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x1755): undefined reference to `BN_value_one'
RSA.o:RSA.c:(.text+0x176d): undefined reference to `BN_sub'
RSA.o:RSA.c:(.text+0x17a1): undefined reference to `BN_clear_free'
RSA.o:RSA.c:(.text+0x17b1): undefined reference to `BN_clear_free'
RSA.o:RSA.c:(.text+0x17bd): undefined reference to `BN_clear_free'
RSA.o:RSA.c:(.text+0x17d1): undefined reference to `BN_clear_free'
RSA.o:RSA.c:(.text+0x17e5): undefined reference to `BN_clear_free'
RSA.o:RSA.c:(.text+0x17f9): undefined reference to `BN_CTX_free'
RSA.o:RSA.c:(.text+0x180d): undefined reference to `RSA_free'
RSA.o:RSA.c:(.text+0x1821): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x1851): undefined reference to `BN_div'
RSA.o:RSA.c:(.text+0x1871): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x1884): undefined reference to `BN_value_one'
RSA.o:RSA.c:(.text+0x189c): undefined reference to `BN_sub'
RSA.o:RSA.c:(.text+0x18c0): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x18f2): undefined reference to `BN_div'
RSA.o:RSA.c:(.text+0x1920): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x194c): undefined reference to `BN_mul'
RSA.o:RSA.c:(.text+0x1978): undefined reference to `BN_mod_inverse'
RSA.o:RSA.c:(.text+0x19a8): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x19d4): undefined reference to `BN_div'
RSA.o:RSA.c:(.text+0x19e6): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x1a2e): undefined reference to `BN_div'
RSA.o:RSA.c:(.text+0x1a3f): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x1a73): undefined reference to `BN_mod_inverse'
RSA.o:RSA.c:(.text+0x1a9c): undefined reference to `RSA_check_key'
RSA.o:RSA.c:(.text+0x1b75): undefined reference to `BN_new'
RSA.o:RSA.c:(.text+0x1b87): undefined reference to `BN_set_word'
RSA.o:RSA.c:(.text+0x1b8c): undefined reference to `RSA_new'
RSA.o:RSA.c:(.text+0x1bb9): undefined reference to `RSA_generate_key_ex'
RSA.o:RSA.c:(.text+0x1bc5): undefined reference to `BN_free'
RSA.o:RSA.c:(.text+0x1da3): undefined reference to `SHA384'
RSA.o:RSA.c:(.text+0x1e23): undefined reference to `SHA256'
RSA.o:RSA.c:(.text+0x1e4c): undefined reference to `SHA224'
RSA.o:RSA.c:(.text+0x1e6a): undefined reference to `RIPEMD160'
RSA.o:RSA.c:(.text+0x1e88): undefined reference to `SHA1'
RSA.o:RSA.c:(.text+0x1ea6): undefined reference to `SHA512'
RSA.o:RSA.c:(.text+0x1ec4): undefined reference to `MD5'
RSA.o:RSA.c:(.text+0x1fc3): undefined reference to `RSA_size'
RSA.o:RSA.c:(.text+0x201f): undefined reference to `RSA_verify'
RSA.o:RSA.c:(.text+0x2028): undefined reference to `ERR_peek_error'
RSA.o:RSA.c:(.text+0x21e6): undefined reference to `RSA_size'
RSA.o:RSA.c:(.text+0x2251): undefined reference to `RSA_sign'
RSA.o:RSA.c:(.text+0x2347): undefined reference to `BN_dup'
RSA.o:RSA.c:(.text+0x271f): undefined reference to `BIO_ctrl'
RSA.o:RSA.c:(.text+0x2748): undefined reference to `BIO_ctrl'
RSA.o:RSA.c:(.text+0x278a): undefined reference to `BIO_ctrl'
RSA.o:RSA.c:(.text+0x2797): undefined reference to `BIO_free'
RSA.o:RSA.c:(.text+0x2889): undefined reference to `BIO_s_mem'
RSA.o:RSA.c:(.text+0x2891): undefined reference to `BIO_new'
RSA.o:RSA.c:(.text+0x28a9): undefined reference to `PEM_write_bio_RSA_PUBKEY'
RSA.o:RSA.c:(.text+0x29e9): undefined reference to `BIO_s_mem'
RSA.o:RSA.c:(.text+0x29f1): undefined reference to `BIO_new'
RSA.o:RSA.c:(.text+0x2a09): undefined reference to `PEM_write_bio_RSAPublicKey'
RSA.o:RSA.c:(.text+0x2b49): undefined reference to `BIO_s_mem'
RSA.o:RSA.c:(.text+0x2b51): undefined reference to `BIO_new'
RSA.o:RSA.c:(.text+0x2b95): undefined reference to `PEM_write_bio_RSAPrivateKey'
RSA.o:RSA.c:(.text+0x2c47): undefined reference to `BIO_new_mem_buf'
RSA.o:RSA.c:(.text+0x2c92): undefined reference to `BIO_ctrl'
RSA.o:RSA.c:(.text+0x2c9f): undefined reference to `BIO_free'
RSA.o:RSA.c:(.text+0x2d5c): undefined reference to `PEM_read_bio_RSA_PUBKEY'
RSA.o:RSA.c:(.text+0x2e3c): undefined reference to `PEM_read_bio_RSAPublicKey'
RSA.o:RSA.c:(.text+0x2f1c): undefined reference to `PEM_read_bio_RSAPrivateKey'
RSA.o:RSA.c:(.text+0x2fc6): undefined reference to `RSA_size'
RSA.o:RSA.c:(.text+0x3153): undefined reference to `RSA_public_decrypt'
RSA.o:RSA.c:(.text+0x32a0): undefined reference to `RSA_private_encrypt'
RSA.o:RSA.c:(.text+0x3400): undefined reference to `RSA_private_decrypt'
RSA.o:RSA.c:(.text+0x3553): undefined reference to `RSA_public_encrypt'
RSA.o:RSA.c:(.text+0x3a36): undefined reference to `ERR_load_crypto_strings'
collect2: ld returned 1 exit status
dmake.exe: Error code 129, while making 'blib\arch\auto\Crypt\OpenSSL\RSA\RSA.dll'
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------------------- ----- --------
Crypt::OpenSSL::Random 0 0.11
perl 5.006 5.014004
Test::More 0 1.302140
build_requires:
Module Need Have
---------------------- ----- --------
ExtUtils::MakeMaker 0 7.35_06
configure_requires:
Module Need Have
---------------------- ----- --------
Crypt::OpenSSL::Guess 0.11 0.11
ExtUtils::MakeMaker 0 7.35_06
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
COMSPEC = C:\windows\system32\cmd.exe
NONINTERACTIVE_TESTING = 1
NUMBER_OF_PROCESSORS = 4
PATH = C:\home\heaven\perl5\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin
PERL = C:\Strawberry\perl\bin\perl.exe
PERL5LIB = C:\home\heaven\perl5\lib\perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 7696
PERL5_CPAN_IS_RUNNING = 7696
PERL_LOCAL_LIB_ROOT = C:\home\heaven\perl5
PERL_MB_OPT = --install_base "C:\\home\\heaven\\perl5"
PERL_MM_OPT = INSTALL_BASE=C:\\home\\heaven\\perl5
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 37 Stepping 5, GenuineIntel
TEMP = C:\Users\user\AppData\Local\Temp
TERM = dumb
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\Strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = Win7
Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.21
CPAN::Meta 2.143240
Cwd 3.75
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.35_06
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.35_06
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.75
JSON 2.94
JSON::PP 2.97001
Module::Build 0.42_28
Module::Signature 0.70
Parse::CPAN::Meta 1.4414
Test::Harness 3.36
Test::More 1.302140
YAML 1.26
YAML::Syck 1.29
version 0.9924
--
Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
uname='Win32 strawberry-perl 5.14.4.1 #1 Mon Mar 11 19:56:31 2013 i386'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.6.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\Strawberry\perl\lib\CORE" -L"C:\Strawberry\c\lib"'
libpth=C:\Strawberry\c\lib C:\Strawberry\c\i686-w64-mingw32\lib
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl514.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\Strawberry\perl\lib\CORE" -L"C:\Strawberry\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PL_OP_SLAB_ALLOC
USE_ITHREADS USE_LARGE_FILES USE_PERLIO
USE_PERL_ATOF
Built under MSWin32
Compiled at Mar 11 2013 20:02:09
%ENV:
PERL="C:\Strawberry\perl\bin\perl.exe"
PERL5LIB="C:\home\heaven\perl5\lib\perl5"
PERL5_CPANPLUS_IS_RUNNING="7696"
PERL5_CPAN_IS_RUNNING="7696"
PERL_LOCAL_LIB_ROOT="C:\home\heaven\perl5"
PERL_MB_OPT="--install_base "C:\\home\\heaven\\perl5""
PERL_MM_OPT="INSTALL_BASE=C:\\home\\heaven\\perl5"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
C:\home\heaven\perl5\lib\perl5/MSWin32-x86-multi-thread
C:\home\heaven\perl5\lib\perl5
C:/Strawberry/perl/site/lib
C:/Strawberry/perl/vendor/lib
C:/Strawberry/perl/lib
.