134 lines
6.7 KiB
Text
134 lines
6.7 KiB
Text
perl-blead
|
||
==========
|
||
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
||
Work directory is /home/ryan/.cpanm/work/1493740656.29628
|
||
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 Business::OnlinePayment::TCLink () on cpanmetadb ...
|
||
Unpacking Business-OnlinePayment-TCLink-1.03.tar.gz
|
||
--> Working on Business::OnlinePayment::TCLink
|
||
Fetching http://www.cpan.org/authors/id/W/WI/WITTEN/Business-OnlinePayment-TCLink-1.03.tar.gz ... OK
|
||
Business-OnlinePayment-TCLink-1.03/
|
||
Business-OnlinePayment-TCLink-1.03/Changes
|
||
Business-OnlinePayment-TCLink-1.03/MANIFEST
|
||
Business-OnlinePayment-TCLink-1.03/Makefile.PL
|
||
Business-OnlinePayment-TCLink-1.03/README
|
||
Business-OnlinePayment-TCLink-1.03/README.freeside
|
||
Business-OnlinePayment-TCLink-1.03/TCLink.pm
|
||
Entering Business-OnlinePayment-TCLink-1.03
|
||
META.yml/json not found. Creating skeleton for it.
|
||
Running Makefile.PL
|
||
Configuring Business-OnlinePayment-TCLink-1.03 ... Warning: prerequisite Net::TCLink 0 not found.
|
||
Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for Business::OnlinePayment::TCLink
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
Checking if you have Net::TCLink 0 ... No
|
||
Checking if you have Business::OnlinePayment 0 ... Yes (3.04)
|
||
Searching Net::TCLink (0) on cpanmetadb ...
|
||
Unpacking Net_TCLink.pm-3.4.tar.gz
|
||
OK
|
||
==> Found dependencies: Net::TCLink
|
||
--> Working on Net::TCLink
|
||
Fetching http://www.cpan.org/authors/id/W/WI/WITTEN/Net_TCLink.pm-3.4.tar.gz ... OK
|
||
Net_TCLink.pm-3.4/
|
||
Net_TCLink.pm-3.4/doc/
|
||
Net_TCLink.pm-3.4/doc/TCDevGuide.txt
|
||
Net_TCLink.pm-3.4/doc/TCDevGuide.html
|
||
Net_TCLink.pm-3.4/Changes
|
||
Net_TCLink.pm-3.4/MANIFEST
|
||
Net_TCLink.pm-3.4/README
|
||
Net_TCLink.pm-3.4/LICENSE
|
||
Net_TCLink.pm-3.4/Makefile.PL
|
||
Net_TCLink.pm-3.4/TCLink.pm
|
||
Net_TCLink.pm-3.4/TCLink.xs
|
||
Net_TCLink.pm-3.4/test.pl
|
||
Net_TCLink.pm-3.4/tclink.h
|
||
Net_TCLink.pm-3.4/tclink.c
|
||
Entering Net_TCLink.pm-3.4
|
||
META.yml/json not found. Creating skeleton for it.
|
||
Running Makefile.PL
|
||
Configuring Net_TCLink-3.4 ... Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for Net::TCLink
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
OK
|
||
Building and testing Net-TCLink-3.4 ... cp TCLink.pm blib/lib/Net/TCLink.pm
|
||
AutoSplitting blib/lib/Net/TCLink.pm (blib/lib/auto/Net/TCLink)
|
||
Running Mkbootstrap for TCLink ()
|
||
chmod 644 "TCLink.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- TCLink.bs blib/arch/auto/Net/TCLink/TCLink.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' TCLink.xs > TCLink.xsc
|
||
Please specify prototyping behavior for TCLink.xs (see perlxs manual)
|
||
mv TCLink.xsc TCLink.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=\"3.4\" -DXS_VERSION=\"3.4\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" -DPERL5 -DTCLINK_VERSION=\"3.4-Perl-Linux-x86_64\" TCLink.c
|
||
In file included from TCLink.xs:5:0:
|
||
tclink.c: In function ‘Connect’:
|
||
tclink.c:542:13: warning: implicit declaration of function ‘SSLv3_client_method’ [-Wimplicit-function-declaration]
|
||
c->meth = SSLv3_client_method();
|
||
^~~~~~~~~~~~~~~~~~~
|
||
tclink.c:542:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
c->meth = SSLv3_client_method();
|
||
^
|
||
tclink.c:553:31: warning: passing argument 2 of ‘d2i_X509’ from incompatible pointer type [-Wincompatible-pointer-types]
|
||
c->tc_cert = d2i_X509(NULL, &cert_data_ptr, TC_CERT_SIZE);
|
||
^
|
||
In file included from /usr/include/openssl/objects.h:916:0,
|
||
from /usr/include/openssl/evp.h:27,
|
||
from /usr/include/openssl/x509.h:23,
|
||
from tclink.c:44,
|
||
from TCLink.xs:5:
|
||
/usr/include/openssl/x509.h:540:1: note: expected ‘const unsigned char **’ but argument is of type ‘unsigned char **’
|
||
DECLARE_ASN1_FUNCTIONS(X509)
|
||
^
|
||
rm -f blib/arch/auto/Net/TCLink/TCLink.so
|
||
LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong TCLink.o -o blib/arch/auto/Net/TCLink/TCLink.so \
|
||
-L/usr -L/usr/lib -lssl -lcrypto \
|
||
|
||
chmod 755 blib/arch/auto/Net/TCLink/TCLink.so
|
||
Manifying 1 pod document
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- TCLink.bs blib/arch/auto/Net/TCLink/TCLink.bs 644
|
||
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iblib/lib" "-Iblib/arch" test.pl
|
||
1..2
|
||
Can't load 'blib/arch/auto/Net/TCLink/TCLink.so' for module Net::TCLink: blib/arch/auto/Net/TCLink/TCLink.so: undefined symbol: SSLv3_client_method at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/DynaLoader.pm line 193.
|
||
|