Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. root@tableeditor:/usr/local/lib/TableEditor/bin# cpanm --verbose Test::Most
  2. cpanm (App::cpanminus) 1.5015 on perl 5.014002 built for i486-linux-gnu-thread-multi-64int
  3. Work directory is /root/.cpanm/work/1427800132.17554
  4. You have make /usr/bin/make
  5. You have LWP 6.04
  6. You have /bin/tar: tar (GNU tar) 1.26
  7. Copyright (C) 2011 Free Software Foundation, Inc.
  8. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  9. This is free software: you are free to change and redistribute it.
  10. There is NO WARRANTY, to the extent permitted by law.
  11.  
  12. Written by John Gilmore and Jay Fenlason.
  13. Searching Test::Most on cpanmetadb ...
  14. --> Working on Test::Most
  15. Fetching http://www.cpan.org/authors/id/O/OV/OVID/Test-Most-0.34.tar.gz ... OK
  16. Unpacking Test-Most-0.34.tar.gz
  17. Test-Most-0.34/
  18. Test-Most-0.34/Changes
  19. Test-Most-0.34/lib/
  20. Test-Most-0.34/Makefile.PL
  21. Test-Most-0.34/MANIFEST
  22. Test-Most-0.34/MANIFEST.SKIP
  23. Test-Most-0.34/META.json
  24. Test-Most-0.34/META.yml
  25. Test-Most-0.34/README
  26. Test-Most-0.34/t/
  27. Test-Most-0.34/xt/
  28. Test-Most-0.34/xt/author/
  29. Test-Most-0.34/xt/author/pod-coverage.t
  30. Test-Most-0.34/xt/author/pod.t
  31. Test-Most-0.34/t/00-load.t
  32. Test-Most-0.34/t/bug_duplicate_plan.t
  33. Test-Most-0.34/t/common.t
  34. Test-Most-0.34/t/defer_plan.t
  35. Test-Most-0.34/t/env_bail.t
  36. Test-Most-0.34/t/env_die.t
  37. Test-Most-0.34/t/exception.t
  38. Test-Most-0.34/t/exclude_test_modules.t
  39. Test-Most-0.34/t/exclude_test_symbols.t
  40. Test-Most-0.34/t/explain.t
  41. Test-Most-0.34/t/function_bail.t
  42. Test-Most-0.34/t/function_die.t
  43. Test-Most-0.34/t/import_bail.t
  44. Test-Most-0.34/t/import_die.t
  45. Test-Most-0.34/t/import_strict_and_warnings.t
  46. Test-Most-0.34/t/lib/
  47. Test-Most-0.34/t/timex.t
  48. Test-Most-0.34/t/lib/DuplicatePlanRegression.pm
  49. Test-Most-0.34/t/lib/OurTester.pm
  50. Test-Most-0.34/lib/Test/
  51. Test-Most-0.34/lib/Test/Most/
  52. Test-Most-0.34/lib/Test/Most.pm
  53. Test-Most-0.34/lib/Test/Most/Exception.pm
  54. Entering Test-Most-0.34
  55. Checking configure dependencies from META.yml
  56. Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.57_05)
  57. Configuring Test-Most-0.34 ... Running Makefile.PL
  58. Checking if your kit is complete...
  59. Looks good
  60. Warning: prerequisite Test::Deep 0.106 not found.
  61. Warning: prerequisite Test::Differences 0.61 not found.
  62. Writing Makefile for Test::Most
  63. Writing MYMETA.yml
  64. OK
  65. Checking dependencies from MYMETA.yml ...
  66. Building and testing Test-Most-0.34 ... cp lib/Test/Most/Exception.pm blib/lib/Test/Most/Exception.pm
  67. cp lib/Test/Most.pm blib/lib/Test/Most.pm
  68. Manifying blib/man3/Test::Most::Exception.3pm
  69. Manifying blib/man3/Test::Most.3pm
  70. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  71. t/00-load.t ..................... 1/9
  72. # Failed test 'use Test::Most;'
  73. # at t/00-load.t line 7.
  74. # Tried to use 'Test::Most'.
  75. # Error: Can't locate Test/Differences.pm in @INC (@INC contains: /root/.cpanm/work/1427800132.17554/Test-Most-0.34/blib/lib /root/.cpanm/work/1427800132.17554/Test-Most-0.34/blib/arch /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl) at (eval 19) line 2.
  76. # BEGIN failed--compilation aborted at (eval 19) line 2.
  77. # at (eval 4) line 2.
  78. # BEGIN failed--compilation aborted at (eval 4) line 2.
  79. Bailout called. Further testing stopped: Cannot load Test::Most
  80. FAILED--Further testing stopped: Cannot load Test::Most
  81. make: *** [test_dynamic] Error 255
  82. FAIL
  83. ! Installing Test::Most failed. See /root/.cpanm/build.log for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement