cpantestlogs/Memoize::Once_genfailure.log
2017-05-02 18:44:36 -07:00

112 lines
5.4 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/1493760755.20834
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 Memoize::Once () on cpanmetadb ...
Unpacking Memoize-Once-0.000.tar.gz
--> Working on Memoize::Once
Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Memoize-Once-0.000.tar.gz ... OK
Memoize-Once-0.000
Memoize-Once-0.000/META.yml
Memoize-Once-0.000/SIGNATURE
Memoize-Once-0.000/MANIFEST
Memoize-Once-0.000/Changes
Memoize-Once-0.000/README
Memoize-Once-0.000/Makefile.PL
Memoize-Once-0.000/.cvsignore
Memoize-Once-0.000/META.json
Memoize-Once-0.000/Build.PL
Memoize-Once-0.000/lib
Memoize-Once-0.000/lib/Memoize
Memoize-Once-0.000/lib/Memoize/.cvsignore
Memoize-Once-0.000/lib/Memoize/Once.xs
Memoize-Once-0.000/lib/Memoize/Once.pm
Memoize-Once-0.000/t
Memoize-Once-0.000/t/list.t
Memoize-Once-0.000/t/lex_in.t
Memoize-Once-0.000/t/struct.t
Memoize-Once-0.000/t/undef.t
Memoize-Once-0.000/t/pod_cvg.t
Memoize-Once-0.000/t/recurse.t
Memoize-Once-0.000/t/hint_in.t
Memoize-Once-0.000/t/exception.t
Memoize-Once-0.000/t/bad_syntax.t
Memoize-Once-0.000/t/basic.t
Memoize-Once-0.000/t/context.t
Memoize-Once-0.000/t/pod_syn.t
Memoize-Once-0.000/t/precedence.t
Entering Memoize-Once-0.000
Checking configure dependencies from META.json
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Checking if you have Module::Build 0.38 ... Yes (0.4222)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have warnings 0 ... Yes (1.37)
Running Build.PL
Configuring Memoize-Once-0.000 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Memoize-Once' version '0.000'
Checking dependencies from MYMETA.json ...
Checking if you have Devel::CallChecker 0.003 ... Yes (0.007)
Checking if you have IO::File 1.03 ... Yes (1.16)
Checking if you have Exporter 0 ... Yes (5.72)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have parent 0 ... Yes (0.236)
Checking if you have Module::Build 0 ... Yes (0.4222)
Checking if you have Test::More 0 ... Yes (1.302083)
Checking if you have ExtUtils::CBuilder 0.15 ... Yes (0.280224)
Checking if you have warnings 0 ... Yes (1.37)
Checking if you have XSLoader 0 ... Yes (0.24)
OK
Building and testing Memoize-Once-0.000 ... Building Memoize-Once
cc -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE -DVERSION="0.000" -DXS_VERSION="0.000" -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/Memoize/Once.o lib/Memoize/Once.c
lib/Memoize/Once.xs: In function myck_entersub_once:
lib/Memoize/Once.xs:32:12: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
if(!pushop->op_sibling) pushop = cUNOPx(pushop)->op_first;
^~
lib/Memoize/Once.xs:33:18: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
thunkop = pushop->op_sibling;
^~
lib/Memoize/Once.xs:34:25: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
if(!thunkop || !thunkop->op_sibling || thunkop->op_sibling->op_sibling)
^~
lib/Memoize/Once.xs:34:48: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
if(!thunkop || !thunkop->op_sibling || thunkop->op_sibling->op_sibling)
^~
lib/Memoize/Once.xs:36:8: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
pushop->op_sibling = thunkop->op_sibling;
^~
lib/Memoize/Once.xs:36:30: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
pushop->op_sibling = thunkop->op_sibling;
^~
lib/Memoize/Once.xs:37:9: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
thunkop->op_sibling = NULL;
^~
error building lib/Memoize/Once.o from 'lib/Memoize/Once.c' at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/CBuilder/Base.pm line 174.
! Installing Memoize::Once failed. See /home/ryan/.cpanm/work/1493760755.20834/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Memoize::Once] 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