cpantestlogs/Array::Base_genfailure.log
2017-05-02 18:44:36 -07:00

126 lines
5.9 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/1493760675.19725
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 Array::Base () on cpanmetadb ...
Unpacking Array-Base-0.005.tar.gz
--> Working on Array::Base
Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Array-Base-0.005.tar.gz ... OK
Array-Base-0.005
Array-Base-0.005/META.yml
Array-Base-0.005/SIGNATURE
Array-Base-0.005/MANIFEST
Array-Base-0.005/Changes
Array-Base-0.005/README
Array-Base-0.005/.gitignore
Array-Base-0.005/Makefile.PL
Array-Base-0.005/META.json
Array-Base-0.005/Build.PL
Array-Base-0.005/lib
Array-Base-0.005/lib/Array
Array-Base-0.005/lib/Array/Base.xs
Array-Base-0.005/lib/Array/Base.pm
Array-Base-0.005/t
Array-Base-0.005/t/aeach.t
Array-Base-0.005/t/av2arylen.t
Array-Base-0.005/t/akeys.t
Array-Base-0.005/t/pod_cvg.t
Array-Base-0.005/t/splice.t
Array-Base-0.005/t/aslice.t
Array-Base-0.005/t/scope_0.pm
Array-Base-0.005/t/lslice.t
Array-Base-0.005/t/aelem.t
Array-Base-0.005/t/pod_syn.t
Array-Base-0.005/t/scope.t
Entering Array-Base-0.005
Checking configure dependencies from META.json
Checking if you have Module::Build 0.38 ... Yes (0.4222)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Checking if you have warnings 0 ... Yes (1.37)
Running Build.PL
Configuring Array-Base-0.005 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Array-Base' version '0.005'
Checking dependencies from MYMETA.json ...
Checking if you have XSLoader 0 ... Yes (0.24)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have Test::More 0 ... Yes (1.302083)
Checking if you have Module::Build 0 ... Yes (0.4222)
Checking if you have Lexical::SealRequireHints 0.006 ... Yes (0.010)
Checking if you have warnings 0 ... Yes (1.37)
Checking if you have ExtUtils::CBuilder 0.15 ... Yes (0.280224)
OK
Building and testing Array-Base-0.005 ... Building Array-Base
cc -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE -DVERSION="0.005" -DXS_VERSION="0.005" -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/Array/Base.o lib/Array/Base.c
lib/Array/Base.xs: In function myck_aelem:
lib/Array/Base.xs:95:12: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
iop = aop->op_sibling;
^~
lib/Array/Base.xs:96:17: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
if(!iop || iop->op_sibling) goto bad_ops;
^~
lib/Array/Base.xs:97:6: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
aop->op_sibling =
^~
lib/Array/Base.xs: In function THX_base_myck_slice:
lib/Array/Base.xs:117:12: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
aop = lop->op_sibling;
^~
lib/Array/Base.xs:118:17: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
if(!aop || aop->op_sibling) goto bad_ops;
^~
lib/Array/Base.xs:119:6: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
lop->op_sibling = NULL;
^~
lib/Array/Base.xs:122:6: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
mop->op_sibling = aop;
^~
lib/Array/Base.xs: In function myck_splice:
lib/Array/Base.xs:159:12: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
aop = pop->op_sibling;
^~
lib/Array/Base.xs:161:12: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
iop = aop->op_sibling;
^~
lib/Array/Base.xs:163:18: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
OP *rest = iop->op_sibling;
^~
lib/Array/Base.xs:164:7: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
iop->op_sibling = NULL;
^~
lib/Array/Base.xs:168:7: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
iop->op_sibling = rest;
^~
lib/Array/Base.xs:169:7: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
aop->op_sibling = iop;
^~
error building lib/Array/Base.o from 'lib/Array/Base.c' at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/CBuilder/Base.pm line 174.
! Installing Array::Base failed. See /home/ryan/.cpanm/work/1493760675.19725/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Array::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