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

452 lines
22 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/1492983117.19528
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 Perl () on cpanmetadb ...
! Finding Perl on cpanmetadb failed.
Searching Perl () on metacpan ...
Unpacking PerlInterp-0.02.tar.gz
--> Working on Perl
Fetching http://www.cpan.org/authors/id/G/GS/GSAR/PerlInterp-0.02.tar.gz ... OK
PerlInterp-0.02/
PerlInterp-0.02/typemap
PerlInterp-0.02/t/
PerlInterp-0.02/t/base.t
PerlInterp-0.02/t/inner.t
PerlInterp-0.02/Makefile.PL
PerlInterp-0.02/Perl.xs
PerlInterp-0.02/README
PerlInterp-0.02/Perl.pm
PerlInterp-0.02/MANIFEST
Entering PerlInterp-0.02
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring PerlInterp-0.02 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Perl
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing PerlInterp-0.02 ... cp Perl.pm blib/lib/Perl.pm
Running Mkbootstrap for Perl ()
chmod 644 "Perl.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Perl.bs blib/arch/auto/Perl/Perl.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/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/1492983117.19528/PerlInterp-0.02/typemap' Perl.xs > Perl.xsc
mv Perl.xsc Perl.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Perl.c
Perl.xs:12:2: error: #error "Must build Perl with -DMULTIPLICITY"
#error "Must build Perl with -DMULTIPLICITY"
^~~~~
Perl.xs:33:27: error: PL_tokenbuf undeclared here (not in a function)
char ptokenbuf[sizeof(PL_tokenbuf)];
^~~~~~~~~~~
Perl.xs:34:29: error: PL_nextval undeclared here (not in a function)
YYSTYPE pnextval[sizeof(PL_nextval)];
^~~~~~~~~~
Perl.xs:35:26: error: PL_nexttype undeclared here (not in a function)
I32 pnexttype[sizeof(PL_nexttype)];
^~~~~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from Perl.xs:8:
Perl.xs: In function save_globals:
Perl.xs:52:13: error: PL_uid undeclared (first use in this function)
SAVEINT(PL_uid);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:548:42: note: in definition of macro save_int
#define save_int(a) Perl_save_int(aTHX_ a)
^
Perl.xs:52:5: note: in expansion of macro SAVEINT
SAVEINT(PL_uid);
^~~~~~~
Perl.xs:52:13: note: each undeclared identifier is reported only once for each function it appears in
SAVEINT(PL_uid);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:548:42: note: in definition of macro save_int
#define save_int(a) Perl_save_int(aTHX_ a)
^
Perl.xs:52:5: note: in expansion of macro SAVEINT
SAVEINT(PL_uid);
^~~~~~~
Perl.xs:53:13: error: PL_euid undeclared (first use in this function)
SAVEINT(PL_euid);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:548:42: note: in definition of macro save_int
#define save_int(a) Perl_save_int(aTHX_ a)
^
Perl.xs:53:5: note: in expansion of macro SAVEINT
SAVEINT(PL_euid);
^~~~~~~
Perl.xs:54:13: error: PL_gid undeclared (first use in this function)
SAVEINT(PL_gid);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:548:42: note: in definition of macro save_int
#define save_int(a) Perl_save_int(aTHX_ a)
^
Perl.xs:54:5: note: in expansion of macro SAVEINT
SAVEINT(PL_gid);
^~~~~~~
Perl.xs:55:13: error: PL_egid undeclared (first use in this function)
SAVEINT(PL_egid);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:548:42: note: in definition of macro save_int
#define save_int(a) Perl_save_int(aTHX_ a)
^
Perl.xs:55:5: note: in expansion of macro SAVEINT
SAVEINT(PL_egid);
^~~~~~~
Perl.xs:59:13: error: PL_op_seqmax undeclared (first use in this function)
SAVEI16(PL_op_seqmax);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:527:42: note: in definition of macro save_I16
#define save_I16(a) Perl_save_I16(aTHX_ a)
^
Perl.xs:59:5: note: in expansion of macro SAVEI16
SAVEI16(PL_op_seqmax);
^~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/scope.h:228:35: error: lvalue required as unary & operand
#define SAVEINT(i) save_int((int*)&(i))
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:548:42: note: in definition of macro save_int
#define save_int(a) Perl_save_int(aTHX_ a)
^
Perl.xs:63:5: note: in expansion of macro SAVEINT
SAVEINT(PL_maxo);
^~~~~~~
Perl.xs:64:13: error: lvalue required as left operand of assignment
PL_maxo = MAXO;
^
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from Perl.xs:8:
Perl.xs:69:13: error: PL_lex_state undeclared (first use in this function)
SAVEI32(PL_lex_state);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:69:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_state);
^~~~~~~
Perl.xs:70:13: error: PL_lex_defer undeclared (first use in this function)
SAVEI32(PL_lex_defer);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:70:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_defer);
^~~~~~~
Perl.xs:71:13: error: PL_lex_expect undeclared (first use in this function)
SAVEINT(PL_lex_expect);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:548:42: note: in definition of macro save_int
#define save_int(a) Perl_save_int(aTHX_ a)
^
Perl.xs:71:5: note: in expansion of macro SAVEINT
SAVEINT(PL_lex_expect);
^~~~~~~
Perl.xs:72:13: error: PL_lex_brackets undeclared (first use in this function)
SAVEI32(PL_lex_brackets);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:72:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_brackets);
^~~~~~~
Perl.xs:73:13: error: PL_lex_formbrack undeclared (first use in this function)
SAVEI32(PL_lex_formbrack);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:73:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_formbrack);
^~~~~~~
Perl.xs:74:13: error: PL_lex_fakebrack undeclared (first use in this function)
SAVEI32(PL_lex_fakebrack);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:74:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_fakebrack);
^~~~~~~
Perl.xs:75:13: error: PL_lex_casemods undeclared (first use in this function)
SAVEI32(PL_lex_casemods);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:75:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_casemods);
^~~~~~~
Perl.xs:76:13: error: PL_lex_dojoin undeclared (first use in this function)
SAVEI32(PL_lex_dojoin);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:76:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_dojoin);
^~~~~~~
Perl.xs:77:13: error: PL_lex_starts undeclared (first use in this function)
SAVEI32(PL_lex_starts);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:77:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_starts);
^~~~~~~
Perl.xs:82:14: error: PL_lex_op undeclared (first use in this function)
SAVESPTR(PL_lex_op);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:563:44: note: in definition of macro save_sptr
#define save_sptr(a) Perl_save_sptr(aTHX_ a)
^
Perl.xs:82:5: note: in expansion of macro SAVESPTR
SAVESPTR(PL_lex_op);
^~~~~~~~
Perl.xs:83:14: error: PL_lex_inpat undeclared (first use in this function)
SAVESPTR(PL_lex_inpat);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:563:44: note: in definition of macro save_sptr
#define save_sptr(a) Perl_save_sptr(aTHX_ a)
^
Perl.xs:83:5: note: in expansion of macro SAVESPTR
SAVESPTR(PL_lex_inpat);
^~~~~~~~
Perl.xs:84:13: error: PL_lex_inwhat undeclared (first use in this function)
SAVEI32(PL_lex_inwhat);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:84:5: note: in expansion of macro SAVEI32
SAVEI32(PL_lex_inwhat);
^~~~~~~
Perl.xs:85:14: error: PL_lex_brackstack undeclared (first use in this function)
SAVEPPTR(PL_lex_brackstack);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:555:44: note: in definition of macro save_pptr
#define save_pptr(a) Perl_save_pptr(aTHX_ a)
^
Perl.xs:85:5: note: in expansion of macro SAVEPPTR
SAVEPPTR(PL_lex_brackstack);
^~~~~~~~
Perl.xs:86:14: error: PL_lex_casestack undeclared (first use in this function)
SAVEPPTR(PL_lex_casestack);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:555:44: note: in definition of macro save_pptr
#define save_pptr(a) Perl_save_pptr(aTHX_ a)
^
Perl.xs:86:5: note: in expansion of macro SAVEPPTR
SAVEPPTR(PL_lex_casestack);
^~~~~~~~
Perl.xs:87:13: error: PL_nexttoke undeclared (first use in this function)
SAVEI32(PL_nexttoke);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:87:5: note: in expansion of macro SAVEI32
SAVEI32(PL_nexttoke);
^~~~~~~
Perl.xs:88:14: error: PL_linestr undeclared (first use in this function)
SAVESPTR(PL_linestr);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:563:44: note: in definition of macro save_sptr
#define save_sptr(a) Perl_save_sptr(aTHX_ a)
^
Perl.xs:88:5: note: in expansion of macro SAVESPTR
SAVESPTR(PL_linestr);
^~~~~~~~
Perl.xs:89:14: error: PL_bufptr undeclared (first use in this function)
SAVEPPTR(PL_bufptr);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:555:44: note: in definition of macro save_pptr
#define save_pptr(a) Perl_save_pptr(aTHX_ a)
^
Perl.xs:89:5: note: in expansion of macro SAVEPPTR
SAVEPPTR(PL_bufptr);
^~~~~~~~
Perl.xs:90:14: error: PL_oldbufptr undeclared (first use in this function)
SAVEPPTR(PL_oldbufptr);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:555:44: note: in definition of macro save_pptr
#define save_pptr(a) Perl_save_pptr(aTHX_ a)
^
Perl.xs:90:5: note: in expansion of macro SAVEPPTR
SAVEPPTR(PL_oldbufptr);
^~~~~~~~
Perl.xs:91:14: error: PL_oldoldbufptr undeclared (first use in this function)
SAVEPPTR(PL_oldoldbufptr);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:555:44: note: in definition of macro save_pptr
#define save_pptr(a) Perl_save_pptr(aTHX_ a)
^
Perl.xs:91:5: note: in expansion of macro SAVEPPTR
SAVEPPTR(PL_oldoldbufptr);
^~~~~~~~
Perl.xs:92:14: error: PL_bufend undeclared (first use in this function)
SAVEPPTR(PL_bufend);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:555:44: note: in definition of macro save_pptr
#define save_pptr(a) Perl_save_pptr(aTHX_ a)
^
Perl.xs:92:5: note: in expansion of macro SAVEPPTR
SAVEPPTR(PL_bufend);
^~~~~~~~
Perl.xs:93:13: error: PL_expect undeclared (first use in this function)
SAVEINT(PL_expect);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:548:42: note: in definition of macro save_int
#define save_int(a) Perl_save_int(aTHX_ a)
^
Perl.xs:93:5: note: in expansion of macro SAVEINT
SAVEINT(PL_expect);
^~~~~~~
Perl.xs:94:13: error: PL_multi_start undeclared (first use in this function)
SAVEI32(PL_multi_start);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:94:5: note: in expansion of macro SAVEI32
SAVEI32(PL_multi_start);
^~~~~~~
Perl.xs:95:13: error: PL_multi_end undeclared (first use in this function)
SAVEI32(PL_multi_end);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:95:5: note: in expansion of macro SAVEI32
SAVEI32(PL_multi_end);
^~~~~~~
Perl.xs:96:13: error: PL_multi_open undeclared (first use in this function)
SAVEI32(PL_multi_open);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:96:5: note: in expansion of macro SAVEI32
SAVEI32(PL_multi_open);
^~~~~~~
Perl.xs:97:13: error: PL_multi_close undeclared (first use in this function)
SAVEI32(PL_multi_close);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:97:5: note: in expansion of macro SAVEI32
SAVEI32(PL_multi_close);
^~~~~~~
Perl.xs:98:13: error: PL_error_count undeclared (first use in this function)
SAVEI32(PL_error_count);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:98:5: note: in expansion of macro SAVEI32
SAVEI32(PL_error_count);
^~~~~~~
Perl.xs:107:13: error: PL_thisexpr undeclared (first use in this function)
SAVEI32(PL_thisexpr);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:528:42: note: in definition of macro save_I32
#define save_I32(a) Perl_save_I32(aTHX_ a)
^
Perl.xs:107:5: note: in expansion of macro SAVEI32
SAVEI32(PL_thisexpr);
^~~~~~~
Perl.xs:108:14: error: PL_last_uni undeclared (first use in this function)
SAVEPPTR(PL_last_uni);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:555:44: note: in definition of macro save_pptr
#define save_pptr(a) Perl_save_pptr(aTHX_ a)
^
Perl.xs:108:5: note: in expansion of macro SAVEPPTR
SAVEPPTR(PL_last_uni);
^~~~~~~~
Perl.xs:109:14: error: PL_last_lop undeclared (first use in this function)
SAVEPPTR(PL_last_lop);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:555:44: note: in definition of macro save_pptr
#define save_pptr(a) Perl_save_pptr(aTHX_ a)
^
Perl.xs:109:5: note: in expansion of macro SAVEPPTR
SAVEPPTR(PL_last_lop);
^~~~~~~~
Perl.xs:110:13: error: PL_last_lop_op undeclared (first use in this function)
SAVEI16(PL_last_lop_op);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:527:42: note: in definition of macro save_I16
#define save_I16(a) Perl_save_I16(aTHX_ a)
^
Perl.xs:110:5: note: in expansion of macro SAVEI16
SAVEI16(PL_last_lop_op);
^~~~~~~
Perl.xs:111:13: error: PL_in_my undeclared (first use in this function)
SAVEI16(PL_in_my);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:527:42: note: in definition of macro save_I16
#define save_I16(a) Perl_save_I16(aTHX_ a)
^
Perl.xs:111:5: note: in expansion of macro SAVEI16
SAVEI16(PL_in_my);
^~~~~~~
Perl.xs:112:14: error: PL_in_my_stash undeclared (first use in this function)
SAVESPTR(PL_in_my_stash);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:563:44: note: in definition of macro save_sptr
#define save_sptr(a) Perl_save_sptr(aTHX_ a)
^
Perl.xs:112:5: note: in expansion of macro SAVESPTR
SAVESPTR(PL_in_my_stash);
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from Perl.xs:8:
Perl.xs: In function XS_Perl_eval:
Perl.xs:225:51: error: na undeclared (first use in this function)
warn ("Perl->eval failed: %s\n", SvPV(ERRSV, na)) ;
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:10: note: in definition of macro SvPV_flags
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
^~
Perl.xs:225:39: note: in expansion of macro SvPV
warn ("Perl->eval failed: %s\n", SvPV(ERRSV, na)) ;
^~~~
Makefile:328: recipe for target 'Perl.o' failed
make: *** [Perl.o] Error 1
! Installing Perl failed. See /home/ryan/.cpanm/work/1492983117.19528/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose 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