Skip to content

Instantly share code, notes, and snippets.

@ahoward
Created February 6, 2010 21:51
Show Gist options
  • Save ahoward/296978 to your computer and use it in GitHub Desktop.
Save ahoward/296978 to your computer and use it in GitHub Desktop.
cfp:~$ sudo gem install tzinfo builder memcache-client rack rack-test
Successfully installed tzinfo-0.3.16
Successfully installed builder-2.1.2
Successfully installed memcache-client-1.7.8
Successfully installed rack-1.1.0
Successfully installed rack-test-0.5.3
5 gems installed
Installing ri documentation for tzinfo-0.3.16...
Building YARD (yri) index for tzinfo-0.3.16...
Installing ri documentation for builder-2.1.2...
ERROR: While generating documentation for builder-2.1.2
... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->"
... RDOC args: --ri --op /opt/local/lib/ruby/gems/1.8/doc/builder-2.1.2/ri --title Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc --title builder-2.1.2 Documentation
(continuing with the rest of the installation)
Building YARD (yri) index for builder-2.1.2...
Installing ri documentation for memcache-client-1.7.8...
Building YARD (yri) index for memcache-client-1.7.8...
Installing ri documentation for rack-1.1.0...
Building YARD (yri) index for rack-1.1.0...
Installing ri documentation for rack-test-0.5.3...
Building YARD (yri) index for rack-test-0.5.3...
Installing RDoc documentation for tzinfo-0.3.16...
Installing RDoc documentation for builder-2.1.2...
Installing RDoc documentation for memcache-client-1.7.8...
Installing RDoc documentation for rack-1.1.0...
Installing RDoc documentation for rack-test-0.5.3...
cfp:~$ sudo gem install rails --pre
ERROR: Error installing rails:
activesupport requires i18n (~> 0.3.0, runtime)
cfp:~$ sudo gem install i18n
Successfully installed i18n-0.3.3
1 gem installed
Installing ri documentation for i18n-0.3.3...
Building YARD (yri) index for i18n-0.3.3...
Installing RDoc documentation for i18n-0.3.3...
cfp:~$ sudo gem install rails --pre
ERROR: Error installing rails:
actionpack requires rack-mount (~> 0.4.0, runtime)
cfp:~$ sudo gem install rack-mount
Successfully installed rack-mount-0.4.5
1 gem installed
Installing ri documentation for rack-mount-0.4.5...
Building YARD (yri) index for rack-mount-0.4.5...
Installing RDoc documentation for rack-mount-0.4.5...
cfp:~$ sudo gem install rails --pre
ERROR: Error installing rails:
actionmailer requires mail (~> 2.1.2, runtime)
cfp:~$ fuck
-bash: fuck: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment