130 lines
6 KiB
Text
130 lines
6 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/1493238880.30088
|
||
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 PerlIO::code () on cpanmetadb ...
|
||
Unpacking PerlIO-code-0.03.tar.gz
|
||
--> Working on PerlIO::code
|
||
Fetching http://www.cpan.org/authors/id/G/GF/GFUJI/PerlIO-code-0.03.tar.gz ... OK
|
||
PerlIO-code-0.03/
|
||
PerlIO-code-0.03/.cvsignore
|
||
PerlIO-code-0.03/Changes
|
||
PerlIO-code-0.03/code.xs
|
||
PerlIO-code-0.03/example/
|
||
PerlIO-code-0.03/example/benchmark.pl
|
||
PerlIO-code-0.03/example/toupper.pl
|
||
PerlIO-code-0.03/inc/
|
||
PerlIO-code-0.03/inc/Module/
|
||
PerlIO-code-0.03/inc/Module/Install/
|
||
PerlIO-code-0.03/inc/Module/Install/Base.pm
|
||
PerlIO-code-0.03/inc/Module/Install/Can.pm
|
||
PerlIO-code-0.03/inc/Module/Install/Fetch.pm
|
||
PerlIO-code-0.03/inc/Module/Install/Makefile.pm
|
||
PerlIO-code-0.03/inc/Module/Install/Metadata.pm
|
||
PerlIO-code-0.03/inc/Module/Install/Win32.pm
|
||
PerlIO-code-0.03/inc/Module/Install/WriteAll.pm
|
||
PerlIO-code-0.03/inc/Module/Install.pm
|
||
PerlIO-code-0.03/lib/
|
||
PerlIO-code-0.03/lib/PerlIO/
|
||
PerlIO-code-0.03/lib/PerlIO/code.pm
|
||
PerlIO-code-0.03/Makefile.PL
|
||
PerlIO-code-0.03/MANIFEST
|
||
PerlIO-code-0.03/META.yml
|
||
PerlIO-code-0.03/ppport.h
|
||
PerlIO-code-0.03/README
|
||
PerlIO-code-0.03/t/
|
||
PerlIO-code-0.03/t/00_load.t
|
||
PerlIO-code-0.03/t/01_code.t
|
||
PerlIO-code-0.03/t/02_with_arg.t
|
||
PerlIO-code-0.03/t/99_pod-coverage.t
|
||
PerlIO-code-0.03/t/99_pod.t
|
||
PerlIO-code-0.03/test.pl
|
||
Entering PerlIO-code-0.03
|
||
Checking configure dependencies from META.yml
|
||
Running Makefile.PL
|
||
Configuring PerlIO-code-0.03 ... Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for PerlIO::code
|
||
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 PerlIO-code-0.03 ... cp lib/PerlIO/code.pm blib/lib/PerlIO/code.pm
|
||
Running Mkbootstrap for code ()
|
||
chmod 644 "code.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- code.bs blib/arch/auto/PerlIO/code/code.bs 644
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" "/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' code.xs > code.xsc
|
||
mv code.xsc code.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.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" code.c
|
||
code.xs: In function ‘boot_PerlIO__code’:
|
||
code.xs:241:28: warning: passing argument 1 of ‘PerlIO_define_layer’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
|
||
PerlIO_define_layer(aTHX_ &PerlIO_code);
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/iperlsys.h:51:0,
|
||
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3880,
|
||
from code.xs:2:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perlio.h:76:20: note: expected ‘PerlIO_funcs * {aka struct _PerlIO_funcs *}’ but argument is of type ‘const PerlIO_funcs * {aka const struct _PerlIO_funcs *}’
|
||
PERL_CALLCONV void PerlIO_define_layer(pTHX_ PerlIO_funcs *tab);
|
||
^~~~~~~~~~~~~~~~~~~
|
||
rm -f blib/arch/auto/PerlIO/code/code.so
|
||
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong code.o -o blib/arch/auto/PerlIO/code/code.so \
|
||
\
|
||
|
||
chmod 755 blib/arch/auto/PerlIO/code/code.so
|
||
Manifying 1 pod document
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- code.bs blib/arch/auto/PerlIO/code/code.bs 644
|
||
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iinc" "-Iblib/lib" "-Iblib/arch" test.pl
|
||
done.
|
||
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, 'inc', 'blib/lib', 'blib/arch')" t/*.t
|
||
t/00_load.t .......... ok
|
||
|
||
# Failed test 'unable to create empty named subroutine'
|
||
# at t/01_code.t line 94.
|
||
# Looks like you failed 1 test of 23.
|
||
t/01_code.t ..........
|
||
Dubious, test returned 1 (wstat 256, 0x100)
|
||
Failed 1/23 subtests
|
||
t/02_with_arg.t ...... ok
|
||
t/99_pod-coverage.t .. ok
|
||
t/99_pod.t ........... ok
|
||
|
||
Test Summary Report
|
||
-------------------
|
||
t/01_code.t (Wstat: 256 Tests: 23 Failed: 1)
|
||
Failed test: 23
|
||
Non-zero exit status: 1
|
||
Files=5, Tests=34, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.16 cusr 0.00 csys = 0.18 CPU)
|
||
Result: FAIL
|
||
Failed 1/5 test programs. 1/34 subtests failed.
|
||
Makefile:951: recipe for target 'test_dynamic' failed
|
||
make: *** [test_dynamic] Error 255
|
||
! Installing PerlIO::code failed. See /home/ryan/.cpanm/work/1493238880.30088/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose PerlIO::code] 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
|