Advertisement
Guest User

Untitled

a guest
May 27th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. $ sudo cpan -i "Heap::Simple"
  2. CPAN: Storable loaded ok (v2.20)
  3. Going to read '/home/bchenlab/.cpan/Metadata'
  4. Database was generated on Fri, 27 May 2011 17:27:32 GMT
  5. Running install for module 'Heap::Simple'
  6. CPAN: Data::Dumper loaded ok (v2.124)
  7. 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/home/bchenlab/.cpan/prefs'
  8. Running make for T/TH/THOSPEL/Heap-Simple-0.13.tar.gz
  9. CPAN: Digest::SHA loaded ok (v5.47)
  10. CPAN: Compress::Zlib loaded ok (v2.02)
  11. Checksum for /home/bchenlab/.cpan/sources/authors/id/T/TH/THOSPEL/Heap-Simple-0.13.tar.gz ok
  12. CPAN: Archive::Tar loaded ok (v1.52)
  13. Heap-Simple-0.13/
  14. Heap-Simple-0.13/Makefile.PL
  15. Heap-Simple-0.13/Changes
  16. Heap-Simple-0.13/README
  17. Heap-Simple-0.13/t/
  18. Heap-Simple-0.13/t/Heap-Simple.t
  19. Heap-Simple-0.13/MANIFEST.SKIP
  20. Heap-Simple-0.13/MANIFEST
  21. Heap-Simple-0.13/META.yml
  22. Heap-Simple-0.13/lib/
  23. Heap-Simple-0.13/lib/Heap/
  24. Heap-Simple-0.13/lib/Heap/Simple.pm
  25. Heap-Simple-0.13/lib/Heap/Simple/
  26. Heap-Simple-0.13/lib/Heap/Simple/Package.pm
  27. Heap-Simple-0.13/md5-versions
  28. CPAN: File::Temp loaded ok (v0.22)
  29.  
  30. CPAN.pm: Going to build T/TH/THOSPEL/Heap-Simple-0.13.tar.gz
  31.  
  32.  
  33. You seem to have neither 'Heap::Simple::XS' nor 'Heap::Simple::Perl' installed.
  34. That should not stop this package from getting installed (in fact, you'll need
  35. to install this package before you can install any of the other two).
  36. However, this package won't be usable until you install one (or both) of these
  37. two.
  38.  
  39. Checking if your kit is complete...
  40. Looks good
  41. Writing Makefile for Heap::Simple
  42. Could not read '/home/bchenlab/.cpan/build/Heap-Simple-0.13-ixBMb5/META.yml'. Falling back to other methods to determine prerequisites
  43. THOSPEL/Heap-Simple-0.13.tar.gz
  44. make -- NOT OK
  45. Warning (usually harmless): 'YAML' not installed, will not store persistent state
  46. Running make test
  47. Can't test without successful make
  48. Running make install
  49. Make had returned bad status, install seems impossible
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement