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

197 lines
9.7 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/1493592746.26107
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 B::Size () on cpanmetadb ...
Unpacking B-Size-0.09.tar.gz
--> Working on B::Size
Fetching http://www.cpan.org/authors/id/P/PG/PGOLLUCCI/B-Size-0.09.tar.gz ... OK
B-Size-0.09
B-Size-0.09/patches
B-Size-0.09/META.yml
B-Size-0.09/test.pl
B-Size-0.09/Changes
B-Size-0.09/Size.xs
B-Size-0.09/MANIFEST
B-Size-0.09/Size.pm
B-Size-0.09/typemap
B-Size-0.09/b_sizeof.c
B-Size-0.09/lib
B-Size-0.09/Makefile.PL
B-Size-0.09/README
B-Size-0.09/lib/B
B-Size-0.09/lib/B/TerseSize.pm
B-Size-0.09/patches/b_clearsym_60.pat
Entering B-Size-0.09
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring B-Size-0.09 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for B::Size
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 B-Size-0.09 ... cp Size.pm blib/lib/B/Size.pm
cp lib/B/TerseSize.pm blib/lib/B/TerseSize.pm
Running Mkbootstrap for Size ()
chmod 644 "Size.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Size.bs blib/arch/auto/B/Size/Size.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/1493592746.26107/B-Size-0.09/typemap' Size.xs > Size.xsc
mv Size.xsc Size.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.09\" -DXS_VERSION=\"0.09\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Size.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 Size.xs:2:
b_sizeof.c: In function boot_B_Sizeof:
b_sizeof.c:27:51: error: XRV undeclared (first use in this function)
(void)newCONSTSUB(stash, "XRV", newSViv(sizeof(XRV)));
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:376:55: note: in definition of macro newCONSTSUB
#define newCONSTSUB(a,b,c) Perl_newCONSTSUB(aTHX_ a,b,c)
^
b_sizeof.c:27:36: note: in expansion of macro newSViv
(void)newCONSTSUB(stash, "XRV", newSViv(sizeof(XRV)));
^~~~~~~
b_sizeof.c:27:51: note: each undeclared identifier is reported only once for each function it appears in
(void)newCONSTSUB(stash, "XRV", newSViv(sizeof(XRV)));
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:376:55: note: in definition of macro newCONSTSUB
#define newCONSTSUB(a,b,c) Perl_newCONSTSUB(aTHX_ a,b,c)
^
b_sizeof.c:27:36: note: in expansion of macro newSViv
(void)newCONSTSUB(stash, "XRV", newSViv(sizeof(XRV)));
^~~~~~~
b_sizeof.c:35:53: error: invalid application of sizeof to incomplete type XPVBM {aka struct xpvbm}
(void)newCONSTSUB(stash, "XPVBM", newSViv(sizeof(XPVBM)));
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:376:55: note: in definition of macro newCONSTSUB
#define newCONSTSUB(a,b,c) Perl_newCONSTSUB(aTHX_ a,b,c)
^
b_sizeof.c:35:38: note: in expansion of macro newSViv
(void)newCONSTSUB(stash, "XPVBM", newSViv(sizeof(XPVBM)));
^~~~~~~
Size.xs: In function REGEXP_size:
Size.xs:49:16: error: REGEXP {aka struct p5rx} has no member named prelen
retval = rx->prelen;
^~
Size.xs:51:27: error: REGEXP {aka struct p5rx} has no member named regstclass
retval += sizeof_if(rx->regstclass);
^
Size.xs:38:23: note: in definition of macro sizeof_if
#define sizeof_if(p) (p ? sizeof(*p) : 0);
^
Size.xs:51:27: error: REGEXP {aka struct p5rx} has no member named regstclass
retval += sizeof_if(rx->regstclass);
^
Size.xs:38:35: note: in definition of macro sizeof_if
#define sizeof_if(p) (p ? sizeof(*p) : 0);
^
Size.xs:52:27: error: REGEXP {aka struct p5rx} has no member named subbeg
retval += sizeof_if(rx->subbeg);
^
Size.xs:38:23: note: in definition of macro sizeof_if
#define sizeof_if(p) (p ? sizeof(*p) : 0);
^
Size.xs:52:27: error: REGEXP {aka struct p5rx} has no member named subbeg
retval += sizeof_if(rx->subbeg);
^
Size.xs:38:35: note: in definition of macro sizeof_if
#define sizeof_if(p) (p ? sizeof(*p) : 0);
^
Size.xs:53:27: error: REGEXP {aka struct p5rx} has no member named startp
retval += sizeof_if(rx->startp);
^
Size.xs:38:23: note: in definition of macro sizeof_if
#define sizeof_if(p) (p ? sizeof(*p) : 0);
^
Size.xs:53:27: error: REGEXP {aka struct p5rx} has no member named startp
retval += sizeof_if(rx->startp);
^
Size.xs:38:35: note: in definition of macro sizeof_if
#define sizeof_if(p) (p ? sizeof(*p) : 0);
^
Size.xs:54:27: error: REGEXP {aka struct p5rx} has no member named endp
retval += sizeof_if(rx->endp);
^
Size.xs:38:23: note: in definition of macro sizeof_if
#define sizeof_if(p) (p ? sizeof(*p) : 0);
^
Size.xs:54:27: error: REGEXP {aka struct p5rx} has no member named endp
retval += sizeof_if(rx->endp);
^
Size.xs:38:35: note: in definition of macro sizeof_if
#define sizeof_if(p) (p ? sizeof(*p) : 0);
^
Size.xs:56:11: error: REGEXP {aka struct p5rx} has no member named data
if (rx->data) {
^~
Size.xs:57:16: error: REGEXP {aka struct p5rx} has no member named data
int n = rx->data->count;
^~
Size.xs:58:26: error: REGEXP {aka struct p5rx} has no member named data
retval += sizeof(*rx->data);
^~
Size.xs:62:20: error: REGEXP {aka struct p5rx} has no member named data
switch (rx->data->what[n]) {
^~
Size.xs:65:51: error: REGEXP {aka struct p5rx} has no member named data
retval += B__Size_SV_size((SV*)rx->data->data[n]);
^~
Size.xs:76:11: error: REGEXP {aka struct p5rx} has no member named substrs
if (rx->substrs) {
^~
Size.xs:78:12: error: REGEXP {aka struct p5rx} has no member named substrs
if (rx->anchored_substr) {
^~
Size.xs:79:38: error: REGEXP {aka struct p5rx} has no member named substrs
retval += B__Size_SV_size(rx->anchored_substr);
^~
Size.xs:81:12: error: REGEXP {aka struct p5rx} has no member named substrs
if (rx->float_substr) {
^~
Size.xs:82:38: error: REGEXP {aka struct p5rx} has no member named substrs
retval += B__Size_SV_size(rx->float_substr);
^~
Size.xs:85:26: error: REGEXP {aka struct p5rx} has no member named substrs
retval += sizeof(*rx->substrs);
^~
Size.c: In function XS_B__OP_op_name:
Size.c:410:9: warning: assignment discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
RETVAL = OP_op_name(i);
^
Size.c: In function XS_B__OP_op_desc:
Size.c:429:9: warning: assignment discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
RETVAL = OP_op_desc(i);
^
Makefile:331: recipe for target 'Size.o' failed
make: *** [Size.o] Error 1
! Installing B::Size failed. See /home/ryan/.cpanm/work/1493592746.26107/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose B::Size] 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