cpantestlogs/Lexical::SingleAssignment_genfailure.log
2017-05-02 18:44:36 -07:00

106 lines
6.1 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/1493530834.13186
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 Lexical::SingleAssignment () on cpanmetadb ...
Unpacking Lexical-SingleAssignment-0.01.tar.gz
--> Working on Lexical::SingleAssignment
Fetching http://www.cpan.org/authors/id/N/NU/NUFFIN/Lexical-SingleAssignment-0.01.tar.gz ... OK
Lexical-SingleAssignment-0.01/
Lexical-SingleAssignment-0.01/.gitignore
Lexical-SingleAssignment-0.01/inc/
Lexical-SingleAssignment-0.01/lib/
Lexical-SingleAssignment-0.01/Makefile.PL
Lexical-SingleAssignment-0.01/MANIFEST
Lexical-SingleAssignment-0.01/MANIFEST.SKIP
Lexical-SingleAssignment-0.01/META.yml
Lexical-SingleAssignment-0.01/ppport.h
Lexical-SingleAssignment-0.01/ptable.h
Lexical-SingleAssignment-0.01/SingleAssignment.xs
Lexical-SingleAssignment-0.01/t/
Lexical-SingleAssignment-0.01/typemap
Lexical-SingleAssignment-0.01/t/basic.t
Lexical-SingleAssignment-0.01/lib/Lexical/
Lexical-SingleAssignment-0.01/lib/Lexical/SingleAssignment.pm
Lexical-SingleAssignment-0.01/inc/Module/
Lexical-SingleAssignment-0.01/inc/Module/Install/
Lexical-SingleAssignment-0.01/inc/Module/Install.pm
Lexical-SingleAssignment-0.01/inc/Module/Install/Base.pm
Lexical-SingleAssignment-0.01/inc/Module/Install/Can.pm
Lexical-SingleAssignment-0.01/inc/Module/Install/Compiler.pm
Lexical-SingleAssignment-0.01/inc/Module/Install/Fetch.pm
Lexical-SingleAssignment-0.01/inc/Module/Install/Makefile.pm
Lexical-SingleAssignment-0.01/inc/Module/Install/Metadata.pm
Lexical-SingleAssignment-0.01/inc/Module/Install/Win32.pm
Lexical-SingleAssignment-0.01/inc/Module/Install/WriteAll.pm
Entering Lexical-SingleAssignment-0.01
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Checking if you have B::Hooks::OP::Check 0 ... Yes (0.19)
Checking if you have ExtUtils::Depends 0 ... Yes (0.405)
Running Makefile.PL
Configuring Lexical-SingleAssignment-0.01 ... Cannot determine perl version info from lib/Lexical/SingleAssignment.pm
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Lexical::SingleAssignment
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have B::Hooks::OP::Check 0 ... Yes (0.19)
Checking if you have ExtUtils::Depends 0 ... Yes (0.405)
Checking if you have namespace::clean 0 ... Yes (0.27)
Checking if you have Test::More 0.88 ... Yes (1.302083)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing Lexical-SingleAssignment-0.01 ... cp lib/Lexical/SingleAssignment.pm blib/lib/Lexical/SingleAssignment.pm
Running Mkbootstrap for SingleAssignment ()
chmod 644 "SingleAssignment.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SingleAssignment.bs blib/arch/auto/Lexical/SingleAssignment/SingleAssignment.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" "/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' -typemap '/home/ryan/.cpanm/work/1493530834.13186/Lexical-SingleAssignment-0.01/typemap' SingleAssignment.xs > SingleAssignment.xsc
mv SingleAssignment.xsc SingleAssignment.c
cc -c -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/B/Hooks/OP/Check/Install -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" SingleAssignment.c
SingleAssignment.xs: In function lsa_ck_sassign:
SingleAssignment.xs:109:22: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
OP *lvalue = rvalue->op_sibling;
^~
SingleAssignment.xs: In function lsa_ck_aassign:
SingleAssignment.xs:140:47: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
LISTOP *lvalues = (LISTOP *)cBINOPo->op_first->op_sibling;
^~
SingleAssignment.xs:144:34: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
for ( lvalue = lvalues->op_first->op_sibling; lvalue; lvalue = lvalue->op_sibling ) {
^~
SingleAssignment.xs:144:71: error: OP {aka struct op} has no member named op_sibling; did you mean op_sibparent?
for ( lvalue = lvalues->op_first->op_sibling; lvalue; lvalue = lvalue->op_sibling ) {
^~
Makefile:340: recipe for target 'SingleAssignment.o' failed
make: *** [SingleAssignment.o] Error 1
! Installing Lexical::SingleAssignment failed. See /home/ryan/.cpanm/work/1493530834.13186/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Lexical::SingleAssignment] 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