Subject: | Install Error |
Date: | Fri, 22 Aug 2014 19:51:10 -0400 |
To: | bug-podlators [...] rt.cpan.org |
From: | Janak <kalaria [...] gmail.com> |
Show quoted text
>
> --> Working on Pod::Man
>
> Fetching http://www.cpan.org/authors/id/R/RR/RRA/podlators-2.5.3.tar.gz
>> ... OK
>
> Configuring podlators-v2.5.3 ... OK
>
> Building and testing podlators-v2.5.3 ... FAIL
>
> ! Installing Pod::Man failed. See
>> /home/jadaka/.cpanm/work/1408751013.7377/build.log for details. Retry with
>> --force to force install it.
>
> jadaka@arjun:~$ cat /home/jadaka/.cpanm/work/1408751013.7377/build.log
>
> cpanm (App::cpanminus) 1.7004 on perl 5.018002 built for
>> x86_64-linux-gnu-thread-multi
>
> Work directory is /home/jadaka/.cpanm/work/1408751013.7377
>
> You have make /usr/bin/make
>
> You have LWP 6.08
>
> You have /bin/tar: tar (GNU tar) 1.27.1
>
> Copyright (C) 2013 Free Software Foundation, Inc.
>
> License GPLv3+: GNU GPL version 3 or later <
>
> 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 Pod::Man on cpanmetadb ...
>
> --> Working on Pod::Man
>
> Fetching http://www.cpan.org/authors/id/R/RR/RRA/podlators-2.5.3.tar.gz
>
> -> OK
>
> Unpacking podlators-2.5.3.tar.gz
>
> Entering podlators-2.5.3
>
> Checking configure dependencies from META.json
>
> Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.98)
>
> Configuring podlators-v2.5.3
>
> Running Makefile.PL
>
> Checking if your kit is complete...
>
> Looks good
>
> Generating a Unix-style Makefile
>
> Writing Makefile for Pod
>
> Writing MYMETA.yml and MYMETA.json
>
> -> OK
>
> Checking dependencies from MYMETA.json ...
>
> Checking if you have Pod::Simple 3.06 ... Yes (3.28)
>
> Checking if you have File::Spec 0.8 ... Yes (3.47)
>
> Checking if you have Encode 0 ... Yes (2.62)
>
> Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.98)
>
> Building and testing podlators-v2.5.3
>
> cp lib/Pod/Text/Termcap.pm blib/lib/Pod/Text/Termcap.pm
>
> cp lib/Pod/Text/Color.pm blib/lib/Pod/Text/Color.pm
>
> cp lib/Pod/Text.pm blib/lib/Pod/Text.pm
>
> cp lib/Pod/ParseLink.pm blib/lib/Pod/ParseLink.pm
>
> cp lib/Pod/Text/Overstrike.pm blib/lib/Pod/Text/Overstrike.pm
>
> cp lib/Pod/Man.pm blib/lib/Pod/Man.pm
>
> cp scripts/pod2man blib/script/pod2man
>
> /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man
>
> cp scripts/pod2text blib/script/pod2text
>
> /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text
>
> Manifying blib/man1/perlpodstyle.1p
>
> Manifying blib/man1/pod2man.1p
>
> Manifying blib/man1/pod2text.1p
>
> Manifying blib/man3/Pod::Man.3pm
>
> Manifying blib/man3/Pod::ParseLink.3pm
>
> Manifying blib/man3/Pod::Text.3pm
>
> Manifying blib/man3/Pod::Text::Color.3pm
>
> Manifying blib/man3/Pod::Text::Overstrike.3pm
>
> Manifying blib/man3/Pod::Text::Termcap.3pm
>
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM"
>> "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0,
>> 'blib/lib', 'blib/arch')" t/*.t
>
>
>> # Failed test 'Pod::Text::Termcap output is correct'
>
> # at t/basic.t line 111.
>
> # Non-matching output left in out7450.cap
>
> # Looks like you failed 1 test of 15.
>
> t/basic.t ..........
>
> Dubious, test returned 1 (wstat 256, 0x100)
>
> Failed 1/15 subtests
>
> t/color.t .......... ok
>
> t/devise-date.t .... ok
>
> t/filehandle.t ..... ok
>
> t/man-empty.t ...... ok
>
> t/man-heading.t .... ok
>
> t/man-options.t .... ok
>
> t/man-perlio.t ..... ok
>
> t/man-utf8.t ....... ok
>
> t/man.t ............ ok
>
> t/overstrike.t ..... ok
>
> t/parselink.t ...... ok
>
> t/pod-parser.t ..... ok
>
> t/pod-spelling.t ... skipped: Spelling tests only run for maintainer
>
> t/pod.t ............ ok
>
>
>> # Failed test 'Output correct for test 1'
>
> # at t/termcap.t line 57.
>
> # got: 'WRAPPING
>
> # Do not include formatting codes when wrapping.
>
> #
>
> # '
>
> # expected: 'WRAPPING
>
> # Do not include formatting codes when wrapping.
>
> #
>
> # '
>
>
>> # Failed test 'Output correct for test 2'
>
> # at t/termcap.t line 57.
>
> # got: 'TAG WIDTH
>
> # 12345678 A
>
> #
>
> # 12345678 B
>
> #
>
> # 1 C
>
> #
>
> # 1 D
>
> #
>
> # '
>
> # expected: 'TAG WIDTH
>
> # 12345678 A
>
> #
>
> # 12345678 B
>
> #
>
> # 1 C
>
> #
>
> # 1 D
>
> #
>
> # '
>
> # Looks like you failed 2 tests of 4.
>
> t/termcap.t ........
>
> Dubious, test returned 2 (wstat 512, 0x200)
>
> Failed 2/4 subtests
>
> t/text-empty.t ..... ok
>
> t/text-encoding.t .. ok
>
> t/text-options.t ... ok
>
> t/text-perlio.t .... ok
>
> t/text-utf8.t ...... ok
>
> t/text.t ........... ok
>
>
>> Test Summary Report
>
> -------------------
>
> t/basic.t (Wstat: 256 Tests: 15 Failed: 1)
>
> Failed test: 15
>
> Non-zero exit status: 1
>
> t/termcap.t (Wstat: 512 Tests: 4 Failed: 2)
>
> Failed tests: 3-4
>
> Non-zero exit status: 2
>
> Files=22, Tests=232, 2 wallclock secs ( 0.07 usr 0.01 sys + 1.05 cusr
>> 0.10 csys = 1.23 CPU)
>
> Result: FAIL
>
> Failed 2/22 test programs. 3/232 subtests failed.
>
> make: *** [test_dynamic] Error 255
>
>
Message body is not shown because it is too large.