218 lines
14 KiB
Text
218 lines
14 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/1493020673.26018
|
||
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 MobaSiF::Template () on cpanmetadb ...
|
||
Unpacking MobaSiF-Template-0.02.tar.gz
|
||
--> Working on MobaSiF::Template
|
||
Fetching http://www.cpan.org/authors/id/B/BO/BOBPP/MobaSiF-Template-0.02.tar.gz ... OK
|
||
MobaSiF-Template-0.02/
|
||
MobaSiF-Template-0.02/Changes
|
||
MobaSiF-Template-0.02/Compiler.pm
|
||
MobaSiF-Template-0.02/Makefile.PL
|
||
MobaSiF-Template-0.02/MANIFEST
|
||
MobaSiF-Template-0.02/META.yml
|
||
MobaSiF-Template-0.02/ppport.h
|
||
MobaSiF-Template-0.02/README
|
||
MobaSiF-Template-0.02/t/
|
||
MobaSiF-Template-0.02/t/00_load.t
|
||
MobaSiF-Template-0.02/Template.pm
|
||
MobaSiF-Template-0.02/Template.xs
|
||
Entering MobaSiF-Template-0.02
|
||
Checking configure dependencies from META.yml
|
||
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
||
Running Makefile.PL
|
||
Configuring MobaSiF-Template-0.02 ... Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for MobaSiF::Template
|
||
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 MobaSiF-Template-0.02 ... cp Template.pm blib/lib/MobaSiF/Template.pm
|
||
cp Compiler.pm blib/lib/MobaSiF/Template/Compiler.pm
|
||
Running Mkbootstrap for Template ()
|
||
chmod 644 "Template.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Template.bs blib/arch/auto/MobaSiF/Template/Template.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' Template.xs > Template.xsc
|
||
Please specify prototyping behavior for Template.xs (see perlxs manual)
|
||
mv Template.xsc Template.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" Template.c
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
|
||
from Template.xs:2:
|
||
Template.xs: In function ‘process_replace’:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:57: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type [-Wincompatible-pointer-types]
|
||
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:55: note: in definition of macro ‘sv_2pv_flags’
|
||
#define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1648:30: note: in expansion of macro ‘SvPV_flags’
|
||
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
|
||
^~~~~~~~~~
|
||
Template.xs:247:10: note: in expansion of macro ‘SvPV’
|
||
pStr = SvPV(*ppSV, len);
|
||
^~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2971:21: note: expected ‘STRLEN * const {aka long unsigned int * const}’ but argument is of type ‘int *’
|
||
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
|
||
^~~~~~~~~~~~~~~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:57: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type [-Wincompatible-pointer-types]
|
||
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:55: note: in definition of macro ‘sv_2pv_flags’
|
||
#define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1648:30: note: in expansion of macro ‘SvPV_flags’
|
||
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
|
||
^~~~~~~~~~
|
||
Template.xs:249:10: note: in expansion of macro ‘SvPV’
|
||
pStr = SvPV(*ppSV, len);
|
||
^~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2971:21: note: expected ‘STRLEN * const {aka long unsigned int * const}’ but argument is of type ‘int *’
|
||
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
|
||
^~~~~~~~~~~~~~~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:57: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type [-Wincompatible-pointer-types]
|
||
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:55: note: in definition of macro ‘sv_2pv_flags’
|
||
#define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1648:30: note: in expansion of macro ‘SvPV_flags’
|
||
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
|
||
^~~~~~~~~~
|
||
Template.xs:251:10: note: in expansion of macro ‘SvPV’
|
||
pStr = SvPV(*ppSV, len);
|
||
^~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2971:21: note: expected ‘STRLEN * const {aka long unsigned int * const}’ but argument is of type ‘int *’
|
||
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
|
||
^~~~~~~~~~~~~~~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
|
||
from Template.xs:2:
|
||
Template.xs: In function ‘process_if’:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:57: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type [-Wincompatible-pointer-types]
|
||
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:55: note: in definition of macro ‘sv_2pv_flags’
|
||
#define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1648:30: note: in expansion of macro ‘SvPV_flags’
|
||
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
|
||
^~~~~~~~~~
|
||
Template.xs:287:14: note: in expansion of macro ‘SvPV’
|
||
pStrSrc = SvPV(*ppSV, len);
|
||
^~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2971:21: note: expected ‘STRLEN * const {aka long unsigned int * const}’ but argument is of type ‘int *’
|
||
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
|
||
^~~~~~~~~~~~~~~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:57: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type [-Wincompatible-pointer-types]
|
||
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:55: note: in definition of macro ‘sv_2pv_flags’
|
||
#define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1648:30: note: in expansion of macro ‘SvPV_flags’
|
||
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
|
||
^~~~~~~~~~
|
||
Template.xs:289:14: note: in expansion of macro ‘SvPV’
|
||
pStrSrc = SvPV(*ppSV, len);
|
||
^~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2971:21: note: expected ‘STRLEN * const {aka long unsigned int * const}’ but argument is of type ‘int *’
|
||
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
|
||
^~~~~~~~~~~~~~~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1654:57: warning: passing argument 2 of ‘Perl_sv_2pv_flags’ from incompatible pointer type [-Wincompatible-pointer-types]
|
||
? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:55: note: in definition of macro ‘sv_2pv_flags’
|
||
#define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
|
||
^
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1648:30: note: in expansion of macro ‘SvPV_flags’
|
||
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
|
||
^~~~~~~~~~
|
||
Template.xs:291:14: note: in expansion of macro ‘SvPV’
|
||
pStrSrc = SvPV(*ppSV, len);
|
||
^~~~
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5609:0,
|
||
from Template.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/proto.h:2971:21: note: expected ‘STRLEN * const {aka long unsigned int * const}’ but argument is of type ‘int *’
|
||
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
|
||
^~~~~~~~~~~~~~~~~
|
||
rm -f blib/arch/auto/MobaSiF/Template/Template.so
|
||
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Template.o -o blib/arch/auto/MobaSiF/Template/Template.so \
|
||
\
|
||
|
||
chmod 755 blib/arch/auto/MobaSiF/Template/Template.so
|
||
Manifying 2 pod documents
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Template.bs blib/arch/auto/MobaSiF/Template/Template.bs 644
|
||
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
|
||
|
||
# Failed test 'use MobaSiF::Template;'
|
||
# at t/00_load.t line 9.
|
||
# Tried to use 'MobaSiF::Template'.
|
||
# Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^loop\(([^\)]+)\){ <-- HERE $/ at /home/ryan/.cpanm/work/1493020673.26018/MobaSiF-Template-0.02/blib/lib/MobaSiF/Template/Compiler.pm line 126.
|
||
# Compilation failed in require at /home/ryan/.cpanm/work/1493020673.26018/MobaSiF-Template-0.02/blib/lib/MobaSiF/Template.pm line 8.
|
||
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493020673.26018/MobaSiF-Template-0.02/blib/lib/MobaSiF/Template.pm line 8.
|
||
# Compilation failed in require at t/00_load.t line 9.
|
||
# BEGIN failed--compilation aborted at t/00_load.t line 9.
|
||
# Looks like you failed 1 test of 1.
|
||
t/00_load.t ..
|
||
Dubious, test returned 1 (wstat 256, 0x100)
|
||
Failed 1/1 subtests
|
||
|
||
Test Summary Report
|
||
-------------------
|
||
t/00_load.t (Wstat: 256 Tests: 1 Failed: 1)
|
||
Failed test: 1
|
||
Non-zero exit status: 1
|
||
Files=1, Tests=1, 1 wallclock secs ( 0.00 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.02 CPU)
|
||
Result: FAIL
|
||
Failed 1/1 test programs. 1/1 subtests failed.
|
||
Makefile:1016: recipe for target 'test_dynamic' failed
|
||
make: *** [test_dynamic] Error 1
|
||
! Installing MobaSiF::Template failed. See /home/ryan/.cpanm/work/1493020673.26018/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose MobaSiF::Template] 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
|