164 lines
6 KiB
Text
164 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/1493643685.26379
|
||
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 SVG::Manual () on cpanmetadb ...
|
||
! Finding SVG::Manual on cpanmetadb failed.
|
||
Searching SVG::Manual () on metacpan ...
|
||
Unpacking SVG-2.50.tar.gz
|
||
--> Working on SVG::Manual
|
||
Fetching http://www.cpan.org/authors/id/R/RO/RONAN/SVG-2.50.tar.gz ... OK
|
||
SVG-2.50/
|
||
SVG-2.50/LICENSE
|
||
SVG-2.50/lib/
|
||
SVG-2.50/lib/SVG.pm
|
||
SVG-2.50/lib/SVG/
|
||
SVG-2.50/lib/SVG/Extension.pm
|
||
SVG-2.50/lib/SVG/Element.pm
|
||
SVG-2.50/lib/SVG/Manual.pm
|
||
SVG-2.50/lib/SVG/XML.pm
|
||
SVG-2.50/lib/SVG/DOM.pm
|
||
SVG-2.50/Changes
|
||
SVG-2.50/README
|
||
SVG-2.50/examples/
|
||
SVG-2.50/examples/svg_dom_sample.pl
|
||
SVG-2.50/examples/yaph5.cgi
|
||
SVG-2.50/examples/inlinesvg.pl
|
||
SVG-2.50/examples/sun_text_sample.pl
|
||
SVG-2.50/examples/svgtest2.pl
|
||
SVG-2.50/examples/SVG_02_sample.pl
|
||
SVG-2.50/examples/minsvg.pl
|
||
SVG-2.50/examples/image_sample.pl
|
||
SVG-2.50/examples/starpath.cgi
|
||
SVG-2.50/examples/inline_sample.pl
|
||
SVG-2.50/examples/attributeManip.pl
|
||
SVG-2.50/examples/svg.pl
|
||
SVG-2.50/MANIFEST
|
||
SVG-2.50/META.yml
|
||
SVG-2.50/Makefile.PL
|
||
SVG-2.50/t/
|
||
SVG-2.50/t/07-extension.t
|
||
SVG-2.50/t/99_test_pod_coverage.t
|
||
SVG-2.50/t/09-script.t
|
||
SVG-2.50/t/13-duplicateids.t
|
||
SVG-2.50/t/11-customtags.t
|
||
SVG-2.50/t/10-autoload.t
|
||
SVG-2.50/t/22-xlink.t
|
||
SVG-2.50/t/23-xmlescape.t
|
||
SVG-2.50/t/16-siblings.t
|
||
SVG-2.50/t/19-style.t
|
||
SVG-2.50/t/01-loadsvg.t
|
||
SVG-2.50/t/18-filter.t
|
||
SVG-2.50/t/03-render.t
|
||
SVG-2.50/t/04-inline.t
|
||
SVG-2.50/t/08-looknfeel.t
|
||
SVG-2.50/t/05-processinginstruction.t
|
||
SVG-2.50/t/17-tagtypes.t
|
||
SVG-2.50/t/14-attributes.t
|
||
SVG-2.50/t/98_all_pod.t
|
||
SVG-2.50/t/20-anchor.t
|
||
SVG-2.50/t/12-elementid.t
|
||
SVG-2.50/t/24-doubleuse.t
|
||
SVG-2.50/t/21-polygon.t
|
||
SVG-2.50/t/02-simpledoc.t
|
||
SVG-2.50/t/06-doctype.t
|
||
SVG-2.50/t/15-parentage.t
|
||
Entering SVG-2.50
|
||
Checking configure dependencies from META.yml
|
||
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
||
Running Makefile.PL
|
||
Configuring SVG-2.50 ... Undefined requirement for Scalar::Util treated as '0' at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/MakeMaker.pm line 466.
|
||
Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for SVG
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
Checking if you have Scalar::Util 0 ... Yes (1.47)
|
||
OK
|
||
Building and testing SVG-2.50 ... cp lib/SVG/DOM.pm blib/lib/SVG/DOM.pm
|
||
cp lib/SVG/Element.pm blib/lib/SVG/Element.pm
|
||
cp lib/SVG.pm blib/lib/SVG.pm
|
||
cp lib/SVG/Extension.pm blib/lib/SVG/Extension.pm
|
||
cp lib/SVG/XML.pm blib/lib/SVG/XML.pm
|
||
cp lib/SVG/Manual.pm blib/lib/SVG/Manual.pm
|
||
Manifying 6 pod documents
|
||
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
|
||
t/01-loadsvg.t ................ ok
|
||
t/02-simpledoc.t .............. ok
|
||
t/03-render.t ................. ok
|
||
t/04-inline.t ................. ok
|
||
t/05-processinginstruction.t .. ok
|
||
t/06-doctype.t ................ ok
|
||
t/07-extension.t .............. ok
|
||
t/08-looknfeel.t .............. ok
|
||
t/09-script.t ................. ok
|
||
t/10-autoload.t ............... ok
|
||
t/11-customtags.t ............. ok
|
||
t/12-elementid.t .............. ok
|
||
t/13-duplicateids.t ........... ok
|
||
t/14-attributes.t ............. ok
|
||
t/15-parentage.t .............. ok
|
||
t/16-siblings.t ............... ok
|
||
t/17-tagtypes.t ............... ok
|
||
t/18-filter.t ................. ok
|
||
t/19-style.t .................. ok
|
||
t/20-anchor.t ................. ok
|
||
t/21-polygon.t ................ ok
|
||
t/22-xlink.t .................. ok
|
||
t/23-xmlescape.t .............. ok
|
||
t/24-doubleuse.t .............. ok
|
||
|
||
# Failed test 'POD test for blib/lib/SVG/Manual.pm'
|
||
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod.pm line 187.
|
||
# blib/lib/SVG/Manual.pm (221): Non-ASCII character seen before =encoding in 'Pilpr<70>,'. Assuming CP1252
|
||
|
||
# Failed test 'POD test for blib/lib/SVG/Element.pm'
|
||
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod.pm line 187.
|
||
# blib/lib/SVG/Element.pm (748): Non-ASCII character seen before =encoding in 'qq<71>text<78>'. Assuming CP1252
|
||
# Looks like you failed 2 tests of 6.
|
||
t/98_all_pod.t ................
|
||
Dubious, test returned 2 (wstat 512, 0x200)
|
||
Failed 2/6 subtests
|
||
t/99_test_pod_coverage.t ...... ok
|
||
|
||
Test Summary Report
|
||
-------------------
|
||
t/98_all_pod.t (Wstat: 512 Tests: 6 Failed: 2)
|
||
Failed tests: 4-5
|
||
Non-zero exit status: 2
|
||
Files=26, Tests=116, 3 wallclock secs ( 0.06 usr 0.02 sys + 0.87 cusr 0.04 csys = 0.99 CPU)
|
||
Result: FAIL
|
||
Failed 1/26 test programs. 2/116 subtests failed.
|
||
Makefile:861: recipe for target 'test_dynamic' failed
|
||
make: *** [test_dynamic] Error 255
|
||
! Installing SVG::Manual failed. See /home/ryan/.cpanm/work/1493643685.26379/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose SVG::Manual] 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
|