121 lines
5.8 KiB
Text
121 lines
5.8 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/1493760792.21252
|
||
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 String::Base () on cpanmetadb ...
|
||
Unpacking String-Base-0.001.tar.gz
|
||
--> Working on String::Base
|
||
Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/String-Base-0.001.tar.gz ... OK
|
||
String-Base-0.001
|
||
String-Base-0.001/META.yml
|
||
String-Base-0.001/SIGNATURE
|
||
String-Base-0.001/MANIFEST
|
||
String-Base-0.001/Changes
|
||
String-Base-0.001/README
|
||
String-Base-0.001/.gitignore
|
||
String-Base-0.001/Makefile.PL
|
||
String-Base-0.001/META.json
|
||
String-Base-0.001/Build.PL
|
||
String-Base-0.001/lib
|
||
String-Base-0.001/lib/String
|
||
String-Base-0.001/lib/String/Base.xs
|
||
String-Base-0.001/lib/String/Base.pm
|
||
String-Base-0.001/t
|
||
String-Base-0.001/t/substr.t
|
||
String-Base-0.001/t/index.t
|
||
String-Base-0.001/t/pod_cvg.t
|
||
String-Base-0.001/t/scope_0.pm
|
||
String-Base-0.001/t/pod_syn.t
|
||
String-Base-0.001/t/scope.t
|
||
String-Base-0.001/t/pos.t
|
||
Entering String-Base-0.001
|
||
Checking configure dependencies from META.json
|
||
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
|
||
Checking if you have warnings 0 ... Yes (1.37)
|
||
Checking if you have Module::Build 0.38 ... Yes (0.4222)
|
||
Checking if you have strict 0 ... Yes (1.11)
|
||
Running Build.PL
|
||
Configuring String-Base-0.001 ... Created MYMETA.yml and MYMETA.json
|
||
Creating new 'Build' script for 'String-Base' version '0.001'
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have Test::More 0 ... Yes (1.302083)
|
||
Checking if you have Lexical::SealRequireHints 0.006 ... Yes (0.010)
|
||
Checking if you have warnings 0 ... Yes (1.37)
|
||
Checking if you have Module::Build 0 ... Yes (0.4222)
|
||
Checking if you have strict 0 ... Yes (1.11)
|
||
Checking if you have ExtUtils::CBuilder 0.15 ... Yes (0.280224)
|
||
Checking if you have XSLoader 0 ... Yes (0.24)
|
||
OK
|
||
Building and testing String-Base-0.001 ... Building String-Base
|
||
cc -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE -DVERSION="0.001" -DXS_VERSION="0.001" -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/String/Base.o lib/String/Base.c
|
||
lib/String/Base.xs: In function ‘myck_substr’:
|
||
lib/String/Base.xs:71:12: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
sop = pop->op_sibling;
|
||
^~
|
||
lib/String/Base.xs:73:12: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
iop = sop->op_sibling;
|
||
^~
|
||
lib/String/Base.xs:75:13: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
rest = iop->op_sibling;
|
||
^~
|
||
lib/String/Base.xs:76:6: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
iop->op_sibling = NULL;
|
||
^~
|
||
lib/String/Base.xs:80:6: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
iop->op_sibling = rest;
|
||
^~
|
||
lib/String/Base.xs:81:6: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
sop->op_sibling = iop;
|
||
^~
|
||
lib/String/Base.xs: In function ‘myck_index’:
|
||
lib/String/Base.xs:100:12: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
hop = pop->op_sibling;
|
||
^~
|
||
lib/String/Base.xs:102:12: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
nop = hop->op_sibling;
|
||
^~
|
||
lib/String/Base.xs:104:12: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
iop = nop->op_sibling;
|
||
^~
|
||
lib/String/Base.xs:106:18: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
OP *rest = iop->op_sibling;
|
||
^~
|
||
lib/String/Base.xs:107:7: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
iop->op_sibling = NULL;
|
||
^~
|
||
lib/String/Base.xs:111:7: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
iop->op_sibling = rest;
|
||
^~
|
||
lib/String/Base.xs:112:7: error: ‘OP {aka struct op}’ has no member named ‘op_sibling’; did you mean ‘op_sibparent’?
|
||
nop->op_sibling = iop;
|
||
^~
|
||
error building lib/String/Base.o from 'lib/String/Base.c' at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/CBuilder/Base.pm line 174.
|
||
! Installing String::Base failed. See /home/ryan/.cpanm/work/1493760792.21252/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose String::Base] 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
|