Skip to content

Instantly share code, notes, and snippets.

@bcmiller
Created April 10, 2012 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcmiller/2351393 to your computer and use it in GitHub Desktop.
Save bcmiller/2351393 to your computer and use it in GitHub Desktop.
hudson-ruby-issues.
root@a.hudson.allplayers.com:~# gem install xml-simple addressable highline rest-client activesupport i18n nokogiri ci_reporter
Successfully installed xml-simple-1.1.1
Successfully installed addressable-2.2.7
Successfully installed highline-1.6.11
Successfully installed mime-types-1.18
Successfully installed rest-client-1.6.7
ERROR: Error installing activesupport:
multi_json requires RubyGems version >= 1.3.6
Successfully installed i18n-0.6.0
Building native extensions. This could take a while...
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb
extconf.rb:5:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:5
Gem files will remain installed in /var/lib/gems/1.8/gems/nokogiri-1.5.2 for inspection.
Results logged to /var/lib/gems/1.8/gems/nokogiri-1.5.2/ext/nokogiri/gem_make.out
Successfully installed builder-3.0.0
Successfully installed ci_reporter-1.7.0
8 gems installed
Installing ri documentation for xml-simple-1.1.1...
Installing ri documentation for addressable-2.2.7...
Installing ri documentation for highline-1.6.11...
Installing ri documentation for mime-types-1.18...
Installing ri documentation for rest-client-1.6.7...
Installing ri documentation for i18n-0.6.0...
Installing ri documentation for builder-3.0.0...
ERROR: While generating documentation for builder-3.0.0
... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->"
... RDOC args: --ri --op /var/lib/gems/1.8/doc/builder-3.0.0/ri --title Builder -- Easy XML Building --main README.rdoc --line-numbers --quiet lib CHANGES Rakefile README README.rdoc TAGS doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc --title builder-3.0.0 Documentation
(continuing with the rest of the installation)
Installing ri documentation for ci_reporter-1.7.0...
Invalid output formatter
For help on options, try 'rdoc --help'
root@a.hudson.allplayers.com:~# gem install rspec
ERROR: Error installing rspec:
rspec requires rspec-expectations (~> 2.9.0, runtime)
root@a.hudson.allplayers.com:~# gem install rspec-expectations
Successfully installed diff-lcs-1.1.3
Successfully installed rspec-expectations-2.9.1
2 gems installed
Installing ri documentation for diff-lcs-1.1.3...
Installing ri documentation for rspec-expectations-2.9.1...
gem install rspeInstalling RDoc documentation for diff-lcs-1.1.3...
Installing RDoc documentation for rspec-expectations-2.9.1...
root@a.hudson.allplayers.com:~# gem install rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment