99 lines
4.9 KiB
Text
99 lines
4.9 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/1493356651.9707
|
||
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 Perl6::Binding () on cpanmetadb ...
|
||
Unpacking Perl6-Binding-0.601.tar.gz
|
||
--> Working on Perl6::Binding
|
||
Fetching http://www.cpan.org/authors/id/K/KV/KVAIL/Perl6-Binding-0.601.tar.gz ... OK
|
||
Perl6-Binding-0.601/
|
||
Perl6-Binding-0.601/Binding.xs
|
||
Perl6-Binding-0.601/lib/
|
||
Perl6-Binding-0.601/lib/Perl6/
|
||
Perl6-Binding-0.601/lib/Perl6/Binding.pm
|
||
Perl6-Binding-0.601/Makefile.PL
|
||
Perl6-Binding-0.601/MANIFEST
|
||
Perl6-Binding-0.601/META.yml
|
||
Perl6-Binding-0.601/ppport.h
|
||
Perl6-Binding-0.601/README
|
||
Perl6-Binding-0.601/t/
|
||
Perl6-Binding-0.601/t/advanced.t
|
||
Perl6-Binding-0.601/t/array.t
|
||
Perl6-Binding-0.601/t/basic.t
|
||
Perl6-Binding-0.601/t/hash.t
|
||
Entering Perl6-Binding-0.601
|
||
Checking configure dependencies from META.yml
|
||
Running Makefile.PL
|
||
Configuring Perl6-Binding-0.601 ... Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for Perl6::Binding
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have PadWalker 0.10 ... Yes (2.2)
|
||
Checking if you have Text::Balanced 1.95 ... Yes (2.03)
|
||
Checking if you have Filter::Util::Call 1.0601 ... Yes (1.57)
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
OK
|
||
Building and testing Perl6-Binding-0.601 ... cp lib/Perl6/Binding.pm blib/lib/Perl6/Binding.pm
|
||
Running Mkbootstrap for Binding ()
|
||
chmod 644 "Binding.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Binding.bs blib/arch/auto/Perl6/Binding/Binding.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' Binding.xs > Binding.xsc
|
||
Please specify prototyping behavior for Binding.xs (see perlxs manual)
|
||
mv Binding.xsc Binding.c
|
||
cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.601\" -DXS_VERSION=\"0.601\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Binding.c
|
||
In file included from Binding.xs:5:0:
|
||
ppport.h:231:0: warning: "PERL_UNUSED_DECL" redefined
|
||
# define PERL_UNUSED_DECL
|
||
|
||
In file included from Binding.xs:2:0:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:323:0: note: this is the location of the previous definition
|
||
# define PERL_UNUSED_DECL __attribute__unused__
|
||
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3924:0,
|
||
from Binding.xs:2:
|
||
Binding.xs: In function ‘XS_Perl6__Binding__lexalias’:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/av.h:62:26: error: ‘PADLIST {aka struct padlist}’ has no member named ‘sv_u’
|
||
#define AvARRAY(av) ((av)->sv_u.svu_array)
|
||
^
|
||
Binding.xs:17:27: note: in expansion of macro ‘AvARRAY’
|
||
AV* padn = cv ? (AV*) AvARRAY(CvPADLIST(cv))[0] : PL_comppad_name;
|
||
^~~~~~~
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/av.h:62:26: error: ‘PADLIST {aka struct padlist}’ has no member named ‘sv_u’
|
||
#define AvARRAY(av) ((av)->sv_u.svu_array)
|
||
^
|
||
Binding.xs:18:27: note: in expansion of macro ‘AvARRAY’
|
||
AV* padv = cv ? (AV*) AvARRAY(CvPADLIST(cv))[CvDEPTH(cv)] : PL_comppad;
|
||
^~~~~~~
|
||
Makefile:334: recipe for target 'Binding.o' failed
|
||
make: *** [Binding.o] Error 1
|
||
! Installing Perl6::Binding failed. See /home/ryan/.cpanm/work/1493356651.9707/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose Perl6::Binding] 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
|