Advertisement
Guest User

How do I fix an (Errno::EINVAL) error when installing rails 3

a guest
Feb 26th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. C:Ruby187bin>gem install rails -v 3.0.0
  2. Successfully installed activesupport-3.0.0
  3. Successfully installed builder-2.1.2
  4. Successfully installed i18n-0.4.1
  5. Successfully installed activemodel-3.0.0
  6. Successfully installed rack-1.2.1
  7. Successfully installed rack-test-0.5.4
  8. Successfully installed rack-mount-0.6.13
  9. Successfully installed tzinfo-0.3.23
  10. Successfully installed abstract-1.0.0
  11. Successfully installed erubis-2.6.6
  12. Successfully installed actionpack-3.0.0
  13. Successfully installed arel-1.0.1
  14. Successfully installed activerecord-3.0.0
  15. Successfully installed activeresource-3.0.0
  16. Successfully installed mime-types-1.16
  17. Successfully installed polyglot-0.3.1
  18. Successfully installed treetop-1.4.8
  19. Successfully installed mail-2.2.6
  20. Successfully installed actionmailer-3.0.0
  21. Successfully installed thor-0.14.0
  22. Successfully installed railties-3.0.0
  23. Successfully installed bundler-1.0.0
  24. Successfully installed rails-3.0.0
  25. 23 gems installed
  26. Installing ri documentation for activesupport-3.0.0...
  27. Installing ri documentation for builder-2.1.2...
  28. ERROR: While generating documentation for builder-2.1.2
  29. ... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->"
  30. ... RDOC args: --ri --op C:/Ruby187/lib/ruby/gems/1.8/doc/builder-2.1.2/ri --tit
  31. le Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES
  32. Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc
  33. doc/releases/builder-2.1.1.rdoc --title builder-2.1.2 Documentation
  34. (continuing with the rest of the installation)
  35. Installing ri documentation for i18n-0.4.1...
  36. Installing ri documentation for activemodel-3.0.0...
  37. Installing ri documentation for rack-1.2.1...
  38. Installing ri documentation for rack-test-0.5.4...
  39. Installing ri documentation for rack-mount-0.6.13...
  40. Installing ri documentation for tzinfo-0.3.23...
  41. Installing ri documentation for abstract-1.0.0...
  42. Installing ri documentation for erubis-2.6.6...
  43. Installing ri documentation for actionpack-3.0.0...
  44. Installing ri documentation for arel-1.0.1...
  45. Installing ri documentation for activerecord-3.0.0...
  46. ERROR: While executing gem ... (Errno::EINVAL)
  47. Invalid argument - ./</cdesc-<.yaml
  48.  
  49. gem install rails -v 3.0.0 --no-ri --no-rdoc
  50.  
  51. sudo gem install rdoc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement