Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Filter-Crypto-2.07 v5.26.0 GNU/Linux
Date: 2017-06-04T14:44:30Z
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.0, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/Filter/Crypto.pm blib/lib/Filter/Crypto.pm
cp lib/PAR/Filter/Crypto.pm blib/lib/PAR/Filter/Crypto.pm
make[1]: Entering directory '/home/cpansand/.cpan/build/2017060409/Filter-Crypto-2.07-0/CryptFile'
cp lib/Filter/Crypto/CryptFile.pm ../blib/lib/Filter/Crypto/CryptFile.pm
Running Mkbootstrap for CryptFile ()
chmod 644 "CryptFile.bs"
"/opt/perl-5.26.0/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CryptFile.bs ../blib/arch/auto/Filter/Crypto/CryptFile/CryptFile.bs 644
"/opt/perl-5.26.0/bin/perl5.26.0" "/opt/perl-5.26.0/lib/5.26.0/ExtUtils/xsubpp" -typemap '/opt/perl-5.26.0/lib/5.26.0/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2017060409/Filter-Crypto-2.07-0/CryptFile/typemap' CryptFile.xs > CryptFile.xsc
mv CryptFile.xsc CryptFile.c
cc -c -I/usr/include -fwrapv -fno-strict-aliasing -pipe -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/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE" -DFILTER_CRYPTO_OPENSSL_VERSION=1010005 CryptFile.c
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);
^
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro âEXPECTâ
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro âcBOOLâ
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/handy.h:2301:9: note: in expansion of macro âUNLIKELYâ
(void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
^~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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) : \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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)) \
^~~~~~~~~~~~~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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),
^~~~~~~~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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);
^
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro âEXPECTâ
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro âcBOOLâ
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/handy.h:2301:9: note: in expansion of macro âUNLIKELYâ
(void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
^~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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)) \
^~~~~~~~~~~~~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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),
^~~~~~~~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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);
^
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro âEXPECTâ
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro âcBOOLâ
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux/CORE/handy.h:2301:9: note: in expansion of macro âUNLIKELYâ
(void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
^~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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)) \
^~~~~~~~~~~~~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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),
^~~~~~~~~~~~~~
/opt/perl-5.26.0/lib/5.26.0/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 /opt/perl-5.26.0/lib/5.26.0/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);
^
/opt/perl-5.26.0/lib/5.26.0/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);
^~~~~
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 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))
^
./../CryptoCommon-xs.inc: In function âXS_Filter__Crypto__CryptFile_DESTROYâ:
./../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:247:1: note: declared here
DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid))
^
Makefile:322: recipe for target 'CryptFile.o' failed
make[1]: *** [CryptFile.o] Error 1
make[1]: Leaving directory '/home/cpansand/.cpan/build/2017060409/Filter-Crypto-2.07-0/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.026000
constant 0 1.33
Cwd 0 3.67
Exporter 0 5.72
ExtUtils::MakeMaker 6.66 7.24
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.026000
Pod::Usage 1.15 1.69
Scalar::Util 0 1.47
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.24
FindBin 0 1.51
Test::More 0 1.302085
configure_requires:
Module Need Have
--------------------- -------- ---------
Carp 0 1.42
Config 0 5.026000
constant 0 1.33
Cwd 0 3.67
ExtUtils::MakeMaker 6.66 7.24
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.026000
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:
LANG = en_US.UTF-8
LANGUAGE = en_US:en
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /opt/perl-5.26.0/bin/perl5.26.0
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 28368
PERL5_CPAN_IS_RUNNING = 28368
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 28150,28368
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1002/2017060406/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/zsh
TERM = screen.xterm-256color
TMPDIR = /var/tmp/cpansmoker-1002/2017060406
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.26.0/bin/perl5.26.0
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.18
CPAN::Meta 2.150010
Cwd 3.67
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
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.38
Test::More 1.302085
YAML 1.23
YAML::Syck 1.30
version 0.9917
--
Summary of my perl5 (revision 5 version 26 subversion 0) configuration:
Platform:
osname=linux
osvers=4.9.0-2-amd64
archname=x86_64-linux
uname='linux prod4 4.9.0-2-amd64 #1 smp debian 4.9.18-1 (2017-03-30) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.26.0 -Dcf_email=srezic@cpan.org'
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='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='6.3.0 20170516'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/6/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
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 Jun 3 2017 20:52:16
%ENV:
PERL="/opt/perl-5.26.0/bin/perl5.26.0"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="28368"
PERL5_CPAN_IS_RUNNING="28368"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="28150,28368"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1002/2017060406/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.26.0/lib/site_perl/5.26.0/x86_64-linux
/opt/perl-5.26.0/lib/site_perl/5.26.0
/opt/perl-5.26.0/lib/5.26.0/x86_64-linux
/opt/perl-5.26.0/lib/5.26.0
.