156 lines
7.8 KiB
Text
156 lines
7.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/1493760764.20912
|
||
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 Parse::Perl () on cpanmetadb ...
|
||
Unpacking Parse-Perl-0.007.tar.gz
|
||
--> Working on Parse::Perl
|
||
Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Parse-Perl-0.007.tar.gz ... OK
|
||
Parse-Perl-0.007
|
||
Parse-Perl-0.007/META.yml
|
||
Parse-Perl-0.007/SIGNATURE
|
||
Parse-Perl-0.007/MANIFEST
|
||
Parse-Perl-0.007/Changes
|
||
Parse-Perl-0.007/README
|
||
Parse-Perl-0.007/.gitignore
|
||
Parse-Perl-0.007/Makefile.PL
|
||
Parse-Perl-0.007/META.json
|
||
Parse-Perl-0.007/Build.PL
|
||
Parse-Perl-0.007/lib
|
||
Parse-Perl-0.007/lib/Parse
|
||
Parse-Perl-0.007/lib/Parse/Perl.xs
|
||
Parse-Perl-0.007/lib/Parse/Perl.pm
|
||
Parse-Perl-0.007/lib/Parse/Perl
|
||
Parse-Perl-0.007/lib/Parse/Perl/CopHintsHash.pod
|
||
Parse-Perl-0.007/lib/Parse/Perl/Environment.pod
|
||
Parse-Perl-0.007/t
|
||
Parse-Perl-0.007/t/lex_arybase.t
|
||
Parse-Perl-0.007/t/return.t
|
||
Parse-Perl-0.007/t/lex_variable.t
|
||
Parse-Perl-0.007/t/nest_sub.t
|
||
Parse-Perl-0.007/t/lex_warnings.t
|
||
Parse-Perl-0.007/t/except.t
|
||
Parse-Perl-0.007/t/pod_cvg.t
|
||
Parse-Perl-0.007/t/phase.t
|
||
Parse-Perl-0.007/t/curcop.t
|
||
Parse-Perl-0.007/t/nest_capture.t
|
||
Parse-Perl-0.007/t/lex_hinthash.t
|
||
Parse-Perl-0.007/t/name.t
|
||
Parse-Perl-0.007/t/lex_package.t
|
||
Parse-Perl-0.007/t/magicblock.t
|
||
Parse-Perl-0.007/t/stub.t
|
||
Parse-Perl-0.007/t/leximport.t
|
||
Parse-Perl-0.007/t/context.t
|
||
Parse-Perl-0.007/t/develdeclare.t
|
||
Parse-Perl-0.007/t/lex_strict.t
|
||
Parse-Perl-0.007/t/pod_syn.t
|
||
Parse-Perl-0.007/t/error.t
|
||
Parse-Perl-0.007/t/args.t
|
||
Entering Parse-Perl-0.007
|
||
Checking configure dependencies from META.json
|
||
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
|
||
Checking if you have strict 0 ... Yes (1.11)
|
||
Checking if you have Module::Build 0.38 ... Yes (0.4222)
|
||
Checking if you have warnings 0 ... Yes (1.37)
|
||
Running Build.PL
|
||
Configuring Parse-Perl-0.007 ... Created MYMETA.yml and MYMETA.json
|
||
Creating new 'Build' script for 'Parse-Perl' version '0.007'
|
||
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 Devel::CallChecker 0.003 ... Yes (0.007)
|
||
Checking if you have Exporter 0 ... Yes (5.72)
|
||
Checking if you have warnings 0 ... Yes (1.37)
|
||
Checking if you have Test::More 0 ... Yes (1.302083)
|
||
Checking if you have parent 0 ... Yes (0.236)
|
||
Checking if you have Module::Build 0 ... Yes (0.4222)
|
||
Checking if you have ExtUtils::CBuilder 0.15 ... Yes (0.280224)
|
||
OK
|
||
Building and testing Parse-Perl-0.007 ... Building Parse-Perl
|
||
cc -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE -DVERSION="0.007" -DXS_VERSION="0.007" -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/Parse/Perl.o lib/Parse/Perl.c
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3919:0,
|
||
from lib/Parse/Perl.xs:3:
|
||
lib/Parse/Perl.xs: In function ‘pp_current_pad’:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/cv.h:70:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
|
||
#define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \
|
||
^
|
||
lib/Parse/Perl.xs:529:16: note: in expansion of macro ‘CvPADLIST’
|
||
AV *padlist = CvPADLIST(function);
|
||
^~~~~~~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3918:0,
|
||
from lib/Parse/Perl.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pad.h:108:36: error: ‘SV {aka struct sv}’ has no member named ‘xpadn_low’
|
||
#define COP_SEQ_RANGE_LOW(pn) (pn)->xpadn_low
|
||
^
|
||
lib/Parse/Perl.xs:544:13: note: in expansion of macro ‘COP_SEQ_RANGE_LOW’
|
||
(seq > COP_SEQ_RANGE_LOW(namesv) &&
|
||
^~~~~~~~~~~~~~~~~
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pad.h:109:37: error: ‘SV {aka struct sv}’ has no member named ‘xpadn_high’
|
||
#define COP_SEQ_RANGE_HIGH(pn) (pn)->xpadn_high
|
||
^
|
||
lib/Parse/Perl.xs:545:14: note: in expansion of macro ‘COP_SEQ_RANGE_HIGH’
|
||
seq <= COP_SEQ_RANGE_HIGH(namesv))) &&
|
||
^~~~~~~~~~~~~~~~~~
|
||
lib/Parse/Perl.xs: In function ‘THX_gen_current_environment_op’:
|
||
lib/Parse/Perl.xs:590:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
|
||
padlist = CvPADLIST(cv);
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3919:0,
|
||
from lib/Parse/Perl.xs:3:
|
||
lib/Parse/Perl.xs: In function ‘THX_close_pad’:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/cv.h:70:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
|
||
#define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \
|
||
^
|
||
lib/Parse/Perl.xs:674:16: note: in expansion of macro ‘CvPADLIST’
|
||
AV *padlist = CvPADLIST(func);
|
||
^~~~~~~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3918:0,
|
||
from lib/Parse/Perl.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pad.h:110:35: error: ‘SV {aka struct sv}’ has no member named ‘xpadn_low’
|
||
#define PARENT_PAD_INDEX(pn) (pn)->xpadn_low
|
||
^
|
||
lib/Parse/Perl.xs:691:9: note: in expansion of macro ‘PARENT_PAD_INDEX’
|
||
pix = PARENT_PAD_INDEX(namesv);
|
||
^~~~~~~~~~~~~~~~
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pad.h:319:30: error: ‘SV {aka struct sv}’ has no member named ‘xpadn_flags’; did you mean ‘sv_flags’?
|
||
#define PadnameFLAGS(pn) (pn)->xpadn_flags
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pad.h:329:29: note: in expansion of macro ‘PadnameFLAGS’
|
||
#define PadnameIsSTATE(pn) (PadnameFLAGS(pn) & PADNAMEt_STATE)
|
||
^~~~~~~~~~~~
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pad.h:342:22: note: in expansion of macro ‘PadnameIsSTATE’
|
||
#define SvPAD_STATE PadnameIsSTATE
|
||
^~~~~~~~~~~~~~
|
||
lib/Parse/Perl.xs:711:27: note: in expansion of macro ‘SvPAD_STATE’
|
||
!(SvPADSTALE(vsv) && !SvPAD_STATE(namesv))))
|
||
^~~~~~~~~~~
|
||
error building lib/Parse/Perl.o from 'lib/Parse/Perl.c' at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/CBuilder/Base.pm line 174.
|
||
! Installing Parse::Perl failed. See /home/ryan/.cpanm/work/1493760764.20912/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose Parse::Perl] 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
|