cpantestlogs/POE::Filter::SSL_genfailure.log
2017-05-02 18:44:36 -07:00

108 lines
5.6 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493094157.25912
You have make /usr/bin/make
You have LWP 6.26
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching POE::Filter::SSL () on cpanmetadb ...
Unpacking POE-Filter-SSL-0.30.tar.gz
--> Working on POE::Filter::SSL
Fetching http://www.cpan.org/authors/id/P/PR/PRIVI/POE-Filter-SSL-0.30.tar.gz ... OK
POE-Filter-SSL-0.30/
POE-Filter-SSL-0.30/Changes
POE-Filter-SSL-0.30/Makefile.PL
POE-Filter-SSL-0.30/ppport.h
POE-Filter-SSL-0.30/META.yml
POE-Filter-SSL-0.30/typemap
POE-Filter-SSL-0.30/lib/
POE-Filter-SSL-0.30/lib/POE/
POE-Filter-SSL-0.30/lib/POE/Filter/
POE-Filter-SSL-0.30/lib/POE/Filter/SSL.pm
POE-Filter-SSL-0.30/README
POE-Filter-SSL-0.30/t/
POE-Filter-SSL-0.30/t/pod.t
POE-Filter-SSL-0.30/t/00-load.t
POE-Filter-SSL-0.30/t/pod-coverage.t
POE-Filter-SSL-0.30/SSL.xs
POE-Filter-SSL-0.30/MANIFEST
Entering POE-Filter-SSL-0.30
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring POE-Filter-SSL-0.30 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for POE::Filter::SSL
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Net::SSLeay 1.32 ... Yes (1.81)
Checking if you have HTTP::Status 0 ... Yes (6.11)
Checking if you have XSLoader 0 ... Yes (0.24)
Checking if you have POE::Filter::Stackable 0 ... Yes (1.367)
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have POE::Wheel::ReadWrite 0 ... Yes (1.367)
Checking if you have POE::Filter::HTTPD 0 ... Yes (1.367)
OK
Building and testing POE-Filter-SSL-0.30 ... cp lib/POE/Filter/SSL.pm blib/lib/POE/Filter/SSL.pm
Running Mkbootstrap for SSL ()
chmod 644 "SSL.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSL.bs blib/arch/auto/POE/Filter/SSL/SSL.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1493094157.25912/POE-Filter-SSL-0.30/typemap' SSL.xs > SSL.xsc
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in SSL.xs, line 17
Please specify prototyping behavior for SSL.xs (see perlxs manual)
mv SSL.xsc SSL.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" SSL.c
SSL.xs: In function XS_POE__Filter__SSL_verify_serial_against_crl_file:
SSL.xs:54:15: warning: passing argument 1 of OPENSSL_sk_num from incompatible pointer type [-Wincompatible-pointer-types]
n = sk_num(X509_CRL_get_REVOKED(crl));
^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/crypto.h:28:0,
from /usr/include/openssl/comp.h:16,
from /usr/include/openssl/ssl.h:47,
from SSL.xs:6:
/usr/include/openssl/stack.h:23:5: note: expected const OPENSSL_STACK * {aka const struct stack_st *} but argument is of type struct stack_st_X509_REVOKED *
int OPENSSL_sk_num(const OPENSSL_STACK *);
^~~~~~~~~~~~~~
SSL.xs:57:45: warning: passing argument 1 of OPENSSL_sk_value from incompatible pointer type [-Wincompatible-pointer-types]
revoked = (X509_REVOKED *)sk_value(X509_CRL_get_REVOKED(crl), i);
^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/crypto.h:28:0,
from /usr/include/openssl/comp.h:16,
from /usr/include/openssl/ssl.h:47,
from SSL.xs:6:
/usr/include/openssl/stack.h:24:7: note: expected const OPENSSL_STACK * {aka const struct stack_st *} but argument is of type struct stack_st_X509_REVOKED *
void *OPENSSL_sk_value(const OPENSSL_STACK *, int);
^~~~~~~~~~~~~~~~
SSL.xs:58:23: error: dereferencing pointer to incomplete type X509_REVOKED {aka struct x509_revoked_st}
if ( (revoked->serialNumber->length > 0) &&
^~
Makefile:337: recipe for target 'SSL.o' failed
make: *** [SSL.o] Error 1
! Installing POE::Filter::SSL failed. See /home/ryan/.cpanm/work/1493094157.25912/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose POE::Filter::SSL] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man