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

441 lines
30 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/1493637175.22747
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 Pogo () on cpanmetadb ...
Unpacking Pogo-0.10.tar.gz
--> Working on Pogo
Fetching http://www.cpan.org/authors/id/S/SE/SEYN/Pogo-0.10.tar.gz ... OK
Pogo-0.10/
Pogo-0.10/Changes
Pogo-0.10/startgoodsrv
Pogo-0.10/pogocall.c
Pogo-0.10/PogoLink.pm
Pogo-0.10/MANIFEST
Pogo-0.10/typemap
Pogo-0.10/TODO
Pogo-0.10/Pogo.xs
Pogo-0.10/pogogcls.h
Pogo-0.10/pogocall.h
Pogo-0.10/Makefile.PL.linux-pthread
Pogo-0.10/nstring.h
Pogo-0.10/Pogo.jp.pod
Pogo-0.10/PogoLink.jp.pod
Pogo-0.10/sample/
Pogo-0.10/sample/MyHash.pm
Pogo-0.10/sample/person.pl
Pogo-0.10/sample/Person.pm
Pogo-0.10/sample/sample.cfg
Pogo-0.10/sample/schedule.pl
Pogo-0.10/browse
Pogo-0.10/Pogo.pm
Pogo-0.10/pogomain.h
Pogo-0.10/test.cfg
Pogo-0.10/nstring.cxx
Pogo-0.10/Makefile.PL.linux
Pogo-0.10/Makefile.PL.freebsd
Pogo-0.10/pogogcls.cxx
Pogo-0.10/Makefile.PL.freebsd-pthread
Pogo-0.10/test.pl
Pogo-0.10/cmdgoodsrv
Pogo-0.10/PogoIndex.pm
Pogo-0.10/pogomain.cxx
Pogo-0.10/README.jp
Pogo-0.10/README
Pogo-0.10/Makefile.PL
Entering Pogo-0.10
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring Pogo-0.10 ... Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lg++
Warning (mostly harmless): No library found for -lgcc
Warning (mostly harmless): No library found for -lclient
Generating a Unix-style Makefile
Writing Makefile for Pogo
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 Pogo-0.10 ... cp PogoIndex.pm blib/lib/PogoIndex.pm
cp PogoLink.jp.pod blib/lib/PogoLink.jp.pod
cp Pogo.pm blib/lib/Pogo.pm
AutoSplitting blib/lib/Pogo.pm (blib/lib/auto/Pogo)
cp Pogo.jp.pod blib/lib/Pogo.jp.pod
cp PogoLink.pm blib/lib/PogoLink.pm
Running Mkbootstrap for Pogo ()
chmod 644 "Pogo.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pogo.bs blib/arch/auto/Pogo/Pogo.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" -noprototypes -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1493637175.22747/Pogo-0.10/typemap' Pogo.xs > Pogo.xsc
mv Pogo.xsc Pogo.c
g++ -c -I/usr/local/goods/inc -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Pogo.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 Pogo.xs:6:
Pogo.c: In function void XS_Pogo__Var_get_class(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:185:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var_set_class(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:215:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var_begin_transaction(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:242:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var_abort_transaction(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:269:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var_end_transaction(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:296:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var__call(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:328:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var__equal(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:372:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(1), _nstr.len);
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:384:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var_wait_modification(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:422:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var_object_id(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:452:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Var_root(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:481:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(0), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Scalar_new(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:527:19: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(1), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Scalar_set(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:624:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(1), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Array_new(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:666:19: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Array_set(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:774:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Array_push(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:884:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(1), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Array_insert(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:959:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Hash_new(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:1040:19: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Hash_set(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:1148:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Htree_new(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:1334:19: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Htree_set(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:1442:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Btree_new(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:1627:19: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(1), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Btree_set(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:1728:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Ntree_new(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:1995:19: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(1), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__Ntree_set(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:2096:15: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Pogo.c: In function void XS_Pogo__SNArray_new(CV*):
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:598:58: error: cannot convert unsigned int* to STRLEN* {aka long unsigned int*} for argument 2 to char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)
#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:1654:40: note: in expansion of macro sv_2pv_flags
? ((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/sv.h:1648:30: note: in expansion of macro SvPV_flags
#define SvPV(sv, lp) SvPV_flags(sv, lp, SV_GMAGIC)
^~~~~~~~~~
Pogo.c:2364:19: note: in expansion of macro SvPV
_nstr.str = SvPV(ST(2), _nstr.len);
^~~~
Makefile:360: recipe for target 'Pogo.o' failed
make: *** [Pogo.o] Error 1
! Installing Pogo failed. See /home/ryan/.cpanm/work/1493637175.22747/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Pogo] 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