Advertisement
bdunlap

sbopkg installing perl-File-Which error

Sep 5th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. Processing perl-File-Which
  2.  
  3. perl-File-Which:
  4. Found File-Which-1.09.tar.gz in /var/cache/sbopkg.
  5. Checking MD5SUM:
  6. MD5SUM check for File-Which-1.09.tar.gz ... OK
  7. Building package for perl-File-Which...
  8. File-Which-1.09/
  9. File-Which-1.09/META.yml
  10. File-Which-1.09/LICENSE
  11. File-Which-1.09/Makefile.PL
  12. File-Which-1.09/README
  13. File-Which-1.09/script/
  14. File-Which-1.09/script/pwhich
  15. File-Which-1.09/MANIFEST
  16. File-Which-1.09/Changes
  17. File-Which-1.09/lib/
  18. File-Which-1.09/lib/File/
  19. File-Which-1.09/lib/File/Which.pm
  20. File-Which-1.09/t/
  21. File-Which-1.09/t/04_pwhich.t
  22. File-Which-1.09/t/02_all.t
  23. File-Which-1.09/t/97_meta.t
  24. File-Which-1.09/t/01_compile.t
  25. File-Which-1.09/t/98_pod.t
  26. File-Which-1.09/t/03_simple.t
  27. File-Which-1.09/t/99_pmv.t
  28. File-Which-1.09/t/test-bin/
  29. File-Which-1.09/t/test-bin/test2.bat
  30. File-Which-1.09/t/test-bin/all
  31. File-Which-1.09/t/test-bin/test1.exe
  32. File-Which-1.09/t/test-bin/all.exe
  33. File-Which-1.09/t/test-bin/README.txt
  34. File-Which-1.09/t/test-bin/all.bat
  35. File-Which-1.09/t/test-bin/test4/
  36. File-Which-1.09/t/test-bin/test4/foo.txt
  37. File-Which-1.09/t/test-bin/test3
  38. Warning: prerequisite Test::Script 1.05 not found.
  39. Checking if your kit is complete...
  40. Looks good
  41. Writing Makefile for File::Which
  42. Writing MYMETA.yml and MYMETA.json
  43. cp lib/File/Which.pm blib/lib/File/Which.pm
  44. cp script/pwhich blib/script/pwhich
  45. /usr/bin/perl5.18.1 -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pwhich
  46. Manifying blib/man1/pwhich.1
  47. Manifying blib/man3/File::Which.3
  48. PERL_DL_NONLAZY=1 /usr/bin/perl5.18.1 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  49. Can't locate Test/Script.pm in @INC (you may need to install the Test::Script module) (@INC contains: /tmp/SBo/File-Which-1.09/blib/lib /tmp/SBo/File-Which-1.09/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/01_compile.t line 11.
  50. BEGIN failed--compilation aborted at t/01_compile.t line 11.
  51. # Looks like your test exited with 2 before it could output anything.
  52. t/01_compile.t ..
  53. Dubious, test returned 2 (wstat 512, 0x200)
  54. Failed 2/2 subtests
  55. t/02_all.t ...... ok
  56. t/03_simple.t ... ok
  57. Can't locate Test/Script.pm in @INC (you may need to install the Test::Script module) (@INC contains: /tmp/SBo/File-Which-1.09/blib/lib /tmp/SBo/File-Which-1.09/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/04_pwhich.t line 12.
  58. BEGIN failed--compilation aborted at t/04_pwhich.t line 12.
  59. # Looks like your test exited with 2 before it could output anything.
  60. t/04_pwhich.t ...
  61. Dubious, test returned 2 (wstat 512, 0x200)
  62. Failed 4/4 subtests
  63. t/97_meta.t ..... skipped: Author tests not required for installation
  64. t/98_pod.t ...... skipped: Author tests not required for installation
  65. t/99_pmv.t ...... skipped: Author tests not required for installation
  66.  
  67. Test Summary Report
  68. -------------------
  69. t/01_compile.t (Wstat: 512 Tests: 0 Failed: 0)
  70. Non-zero exit status: 2
  71. Parse errors: Bad plan. You planned 2 tests but ran 0.
  72. t/04_pwhich.t (Wstat: 512 Tests: 0 Failed: 0)
  73. Non-zero exit status: 2
  74. Parse errors: Bad plan. You planned 4 tests but ran 0.
  75. Files=7, Tests=14, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.11 cusr 0.00 csys = 0.13 CPU)
  76. Result: FAIL
  77. Failed 2/7 test programs. 0/14 subtests failed.
  78. make: *** [test_dynamic] Error 255
  79.  
  80. perl-File-Which:
  81. Would you like to continue processing the rest of the
  82. queue or would you like to abort? If this failed
  83. package is a dependency of another package in the queue
  84. then it may not make sense to continue.
  85.  
  86. (Y)es to continue, (N)o to abort, (R)etry the build?:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement