Advertisement
Guest User

Untitled

a guest
Feb 20th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. dma:~> gem install ruby-debug-base19
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing ruby-debug-base19:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /home/dma/.rvm/rubies/ruby-1.9.3-head/bin/ruby extconf.rb
  7. checking for vm_core.h... no
  8. /home/dma/.rvm/gems/ruby-1.9.3-head/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:39: Use RbConfig instead of obsolete and deprecated Config.
  9. checking for vm_core.h... no
  10. *** extconf.rb failed ***
  11. Could not create Makefile due to some reason, probably lack of
  12. necessary libraries and/or headers. Check the mkmf.log file for more
  13. details. You may need configuration options.
  14.  
  15. Provided configuration options:
  16. --with-opt-dir
  17. --with-opt-include
  18. --without-opt-include=${opt-dir}/include
  19. --with-opt-lib
  20. --without-opt-lib=${opt-dir}/lib
  21. --with-make-prog
  22. --without-make-prog
  23. --srcdir=.
  24. --curdir
  25. --ruby=/home/dma/.rvm/rubies/ruby-1.9.3-head/bin/ruby
  26. --with-ruby-dir
  27. --without-ruby-dir
  28. --with-ruby-include
  29. --without-ruby-include=${ruby-dir}/include
  30. --with-ruby-lib
  31. --without-ruby-lib=${ruby-dir}/lib
  32. /home/dma/.rvm/gems/ruby-1.9.3-head/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:268:in `block (2 levels) in read': Looking for http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p133.tar.gz and all I got was a 404! (URI::NotFoundError)
  33. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:1322:in `block (2 levels) in transport_request'
  34. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:2671:in `reading_body'
  35. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:1321:in `block in transport_request'
  36. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:1316:in `catch'
  37. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:1316:in `transport_request'
  38. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:1293:in `request'
  39. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:1286:in `block in request'
  40. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:745:in `start'
  41. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/net/http.rb:1284:in `request'
  42. from /home/dma/.rvm/gems/ruby-1.9.3-head/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:239:in `block in read'
  43. from /home/dma/.rvm/gems/ruby-1.9.3-head/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:286:in `connect'
  44. from /home/dma/.rvm/gems/ruby-1.9.3-head/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:234:in `read'
  45. from /home/dma/.rvm/gems/ruby-1.9.3-head/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:128:in `download'
  46. from /home/dma/.rvm/gems/ruby-1.9.3-head/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:55:in `block in create_makefile_with_core'
  47. from /home/dma/.rvm/rubies/ruby-1.9.3-head/lib64/ruby/1.9.1/tempfile.rb:320:in `open'
  48. from /home/dma/.rvm/gems/ruby-1.9.3-head/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:51:in `create_makefile_with_core'
  49. from extconf.rb:19:in `<main>'
  50. Requesting http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p133.tar.gz
  51.  
  52.  
  53. Gem files will remain installed in /home/dma/.rvm/gems/ruby-1.9.3-head/gems/linecache19-0.5.12 for inspection.
  54. Results logged to /home/dma/.rvm/gems/ruby-1.9.3-head/gems/linecache19-0.5.12/ext/trace_nums/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement