Advertisement
Guest User

Untitled

a guest
Oct 4th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. in perl -V
  2. ...
  3. ...
  4. @INC:
  5. /usr/lib/perl5/site_perl
  6. /usr/share/perl5/site_perl
  7. /usr/lib/perl5/vendor_perl
  8. /usr/share/perl5/vendor_perl
  9. /usr/lib/perl5/core_perl
  10. /usr/share/perl5/core_perl
  11.  
  12.  
  13.  
  14. and
  15.  
  16. yaourt -S perl-moose
  17.  
  18. ...
  19. ...
  20. t/type_constraints/util_type_constraints_export.t (Wstat: 512 Tests: 0 Failed: 0)
  21. Non-zero exit status: 2
  22. Parse errors: No plan found in TAP output
  23. t/type_constraints/util_type_reloading.t (Wstat: 1024 Tests: 4 Failed: 4)
  24. Failed tests: 1-4
  25. Non-zero exit status: 4
  26. Files=387, Tests=53, 35 wallclock secs ( 1.37 usr 0.65 sys + 27.80 cusr 3.91 csys = 33.73 CPU)
  27. Result: FAIL
  28. Failed 353/387 test programs. 19/53 subtests failed.
  29. make: *** [test_dynamic] Error 4
  30. ==> ERROR: A failure occurred in check().
  31. Aborting...
  32. ==> ERROR: Makepkg was unable to build perl-moose.
  33. ==> Restart building perl-moose ? [y/N]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement