Created
September 5, 2011 17:20
-
-
Save dginev/1195508 to your computer and use it in GitHub Desktop.
Trying to install Perlude 0.50 through CPAN, Ubuntu 11.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo cpan Perlude | |
CPAN: Storable loaded ok (v2.21) | |
Going to read '/home/dreamweaver/.cpan/Metadata' | |
Database was generated on Mon, 05 Sep 2011 16:29:51 GMT | |
Running install for module 'Perlude' | |
CPAN: YAML loaded ok (v0.73) | |
Running make for M/MA/MARCC/Perlude-0.50.tar.gz | |
CPAN: Digest::SHA loaded ok (v5.48) | |
CPAN: Compress::Zlib loaded ok (v2.027) | |
Checksum for /home/dreamweaver/.cpan/sources/authors/id/M/MA/MARCC/Perlude-0.50.tar.gz ok | |
CPAN: Archive::Tar loaded ok (v1.60) | |
Perlude-0.50 | |
Perlude-0.50/Changes | |
Perlude-0.50/Build.PL | |
Perlude-0.50/META.yml | |
Perlude-0.50/README | |
Perlude-0.50/META.json | |
Perlude-0.50/README.textile | |
Perlude-0.50/MANIFEST | |
Perlude-0.50/t | |
Perlude-0.50/t/16_lines.t | |
Perlude-0.50/t/15_range.t | |
Perlude-0.50/t/00-load.t | |
Perlude-0.50/t/14_tuple.t | |
Perlude-0.50/t/pod.t | |
Perlude-0.50/t/09_enlist.t | |
Perlude-0.50/t/22-old-range.t | |
Perlude-0.50/t/10_fold.t | |
Perlude-0.50/t/11_consumers.t | |
Perlude-0.50/t/12_buffer.t | |
Perlude-0.50/t/17_concat.t | |
Perlude-0.50/t/20-old-take.t | |
Perlude-0.50/t/13_traverse.t | |
Perlude-0.50/t/21-old-takeWhile.t | |
Perlude-0.50/t/30_builtins.t | |
Perlude-0.50/t/pod-coverage.t | |
Perlude-0.50/lib | |
Perlude-0.50/lib/Perlude.pm | |
CPAN: File::Temp loaded ok (v0.22) | |
CPAN: Time::HiRes loaded ok (v1.9721) | |
CPAN.pm: Going to build M/MA/MARCC/Perlude-0.50.tar.gz | |
Created MYMETA.yml and MYMETA.json | |
Creating new 'Build' script for 'Perlude' version '0.50' | |
CPAN: Module::Build loaded ok (v0.38) | |
Building Perlude | |
MARCC/Perlude-0.50.tar.gz | |
./Build -- OK | |
Running Build test | |
t/00-load.t ........... No subtests run | |
t/09_enlist.t ......... ok | |
t/10_fold.t ........... ok | |
t/11_consumers.t ...... 1/27 Argument "ABC" isn't numeric in numeric gt (>) at /home/dreamweaver/.cpan/build/Perlude-0.50-MJwejB/blib/lib/Perlude.pm line 118. | |
Argument "ABC" isn't numeric in numeric gt (>) at /home/dreamweaver/.cpan/build/Perlude-0.50-MJwejB/blib/lib/Perlude.pm line 118. | |
t/11_consumers.t ...... ok | |
t/12_buffer.t ......... ok | |
t/13_traverse.t ....... ok | |
t/14_tuple.t .......... 1/9 Argument "a" isn't numeric in numeric le (<=) at /home/dreamweaver/.cpan/build/Perlude-0.50-MJwejB/blib/lib/Perlude.pm line 175. | |
t/14_tuple.t .......... ok | |
t/15_range.t .......... 1/12 # infinite ranges | |
t/15_range.t .......... ok | |
t/16_lines.t .......... Name "main::F" used only once: possible typo at t/16_lines.t line 11. | |
t/16_lines.t .......... ok | |
t/17_concat.t ......... ok | |
t/20-old-take.t ....... ok | |
t/21-old-takeWhile.t .. ok | |
t/22-old-range.t ...... skipped: range not implemented | |
t/30_builtins.t ....... Can't locate Perlude/builtins.pm in @INC (@INC contains: /home/dreamweaver/.cpan/build/Perlude-0.50-MJwejB/blib/lib /home/dreamweaver/.cpan/build/Perlude-0.50-MJwejB/blib/arch /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at t/30_builtins.t line 4. | |
BEGIN failed--compilation aborted at t/30_builtins.t line 4. | |
t/30_builtins.t ....... Dubious, test returned 2 (wstat 512, 0x200) | |
No subtests run | |
t/pod-coverage.t ...... skipped: i know: lack of doc ... | |
t/pod.t ............... ok | |
Test Summary Report | |
------------------- | |
t/00-load.t (Wstat: 0 Tests: 0 Failed: 0) | |
Parse errors: No plan found in TAP output | |
t/12_buffer.t (Wstat: 0 Tests: 9 Failed: 0) | |
TODO passed: 1-2, 6 | |
t/30_builtins.t (Wstat: 512 Tests: 0 Failed: 0) | |
Non-zero exit status: 2 | |
Parse errors: No plan found in TAP output | |
Files=16, Tests=171, 0 wallclock secs ( 0.10 usr 0.03 sys + 0.52 cusr 0.06 csys = 0.71 CPU) | |
Result: FAIL | |
Failed 2/16 test programs. 0/171 subtests failed. | |
MARCC/Perlude-0.50.tar.gz | |
./Build test -- NOT OK | |
//hint// to see the cpan-testers results for installing this module, try: | |
reports MARCC/Perlude-0.50.tar.gz | |
Running Build install | |
make test had returned bad status, won't install without force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment