114 lines
5.3 KiB
Text
114 lines
5.3 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/1493760796.21330
|
||
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 Sub::Filter () on cpanmetadb ...
|
||
Unpacking Sub-Filter-0.004.tar.gz
|
||
--> Working on Sub::Filter
|
||
Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Sub-Filter-0.004.tar.gz ... OK
|
||
Sub-Filter-0.004
|
||
Sub-Filter-0.004/.gitignore
|
||
Sub-Filter-0.004/MANIFEST
|
||
Sub-Filter-0.004/Makefile.PL
|
||
Sub-Filter-0.004/META.json
|
||
Sub-Filter-0.004/Build.PL
|
||
Sub-Filter-0.004/META.yml
|
||
Sub-Filter-0.004/README
|
||
Sub-Filter-0.004/Changes
|
||
Sub-Filter-0.004/SIGNATURE
|
||
Sub-Filter-0.004/typemap
|
||
Sub-Filter-0.004/lib
|
||
Sub-Filter-0.004/lib/Sub
|
||
Sub-Filter-0.004/lib/Sub/Filter.pm
|
||
Sub-Filter-0.004/lib/Sub/Filter.xs
|
||
Sub-Filter-0.004/t
|
||
Sub-Filter-0.004/t/ret_undef.t
|
||
Sub-Filter-0.004/t/ret_slots.t
|
||
Sub-Filter-0.004/t/ret_array.t
|
||
Sub-Filter-0.004/t/pod_syn.t
|
||
Sub-Filter-0.004/t/ret_void_2f.t
|
||
Sub-Filter-0.004/t/ret_scalar_0f.t
|
||
Sub-Filter-0.004/t/ret_scalar_2.t
|
||
Sub-Filter-0.004/t/ret_void_2.t
|
||
Sub-Filter-0.004/t/ret_except.t
|
||
Sub-Filter-0.004/t/ret_context.t
|
||
Sub-Filter-0.004/t/ret_attr.t
|
||
Sub-Filter-0.004/t/ret_scalar_2f.t
|
||
Sub-Filter-0.004/t/ret_void.t
|
||
Sub-Filter-0.004/t/pod_cvg.t
|
||
Sub-Filter-0.004/t/ret_evalreturn.t
|
||
Sub-Filter-0.004/t/ret_scalar.t
|
||
Sub-Filter-0.004/t/ret_scalar_0.t
|
||
Entering Sub-Filter-0.004
|
||
Checking configure dependencies from META.json
|
||
Checking if you have Module::Build 0.38 ... Yes (0.4222)
|
||
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
|
||
Checking if you have strict 0 ... Yes (1.11)
|
||
Checking if you have warnings 0 ... Yes (1.37)
|
||
Running Build.PL
|
||
Configuring Sub-Filter-0.004 ... Created MYMETA.yml and MYMETA.json
|
||
Creating new 'Build' script for 'Sub-Filter' version '0.004'
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have warnings 0 ... Yes (1.37)
|
||
Checking if you have Test::More 0 ... Yes (1.302083)
|
||
Checking if you have Sub::Mutate 0.005 ... Yes (0.007)
|
||
Checking if you have Carp 0 ... Yes (1.38)
|
||
Checking if you have Attribute::Lexical 0.004 ... Yes (0.004)
|
||
Checking if you have Module::Build 0 ... Yes (0.4222)
|
||
Checking if you have ExtUtils::CBuilder 0.15 ... Yes (0.280224)
|
||
Checking if you have XSLoader 0 ... Yes (0.24)
|
||
Checking if you have strict 0 ... Yes (1.11)
|
||
OK
|
||
Building and testing Sub-Filter-0.004 ... Building Sub-Filter
|
||
cc -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE -DVERSION="0.004" -DXS_VERSION="0.004" -fPIC -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/Sub/Filter.o lib/Sub/Filter.c
|
||
lib/Sub/Filter.xs: In function ‘THX_new_padlist_for_filter’:
|
||
lib/Sub/Filter.xs:192:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
|
||
padname = newAV();
|
||
^
|
||
lib/Sub/Filter.xs: In function ‘THX_apply_retfilter_to_xsub’:
|
||
lib/Sub/Filter.xs:246:3: error: ‘PL_sv_objcount’ undeclared (first use in this function)
|
||
PL_sv_objcount++;
|
||
^~~~~~~~~~~~~~
|
||
lib/Sub/Filter.xs:246:3: note: each undeclared identifier is reported only once for each function it appears in
|
||
lib/Sub/Filter.xs: In function ‘THX_link_op’:
|
||
lib/Sub/Filter.xs:308:7: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
child->op_sibling = parent->op_flags & OPf_KIDS ?
|
||
^~
|
||
lib/Sub/Filter.xs: In function ‘THX_apply_retfilter_to_psub_gen_calls’:
|
||
lib/Sub/Filter.xs:374:49: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
for(kid = cUNOPx(op)->op_first; kid; kid = kid->op_sibling) {
|
||
^~
|
||
lib/Sub/Filter.xs: In function ‘THX_apply_retfilter_to_psub_relink_ops’:
|
||
lib/Sub/Filter.xs:412:49: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
for(kid = cUNOPx(op)->op_first; kid; kid = kid->op_sibling) {
|
||
^~
|
||
error building lib/Sub/Filter.o from 'lib/Sub/Filter.c' at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/CBuilder/Base.pm line 174.
|
||
! Installing Sub::Filter failed. See /home/ryan/.cpanm/work/1493760796.21330/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose Sub::Filter] 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
|