Advertisement
shubhamgoyal

Error log

Dec 17th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.33 KB | None | 0 0
  1. Shubhams-MBP:giviki2 shubhamgoyal$ sudo bundle install --binstubs=.bundle/bin --path=.bundle/gems
  2. /Library/Ruby/Gems/2.0.0/gems/bundler-1.7.9/lib/bundler/vendor/thor/shell/basic.rb:355: warning: Insecure world writable dir /usr/local in PATH, mode 040777
  3. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
  4. Fetching source index from https://rubygems.org/
  5. Fetching git@github.com:GIVESocialMovement/twitter-cldr-rb.git
  6. The authenticity of host 'github.com (192.30.252.129)' can't be established.
  7. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
  8. Are you sure you want to continue connecting (yes/no)? yes
  9. Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list of known hosts.
  10. Installing rake 10.3.1
  11. Installing i18n 0.6.9
  12. Installing multi_json 1.9.2
  13. Installing activesupport 3.2.14
  14. Installing builder 3.0.4
  15. Installing activemodel 3.2.14
  16. Installing erubis 2.7.0
  17. Installing journey 1.0.4
  18. Installing rack 1.4.5
  19. Installing rack-cache 1.2
  20. Installing rack-test 0.6.2
  21. Installing hike 1.2.3
  22. Installing tilt 1.4.1
  23. Installing sprockets 2.2.2
  24. Installing actionpack 3.2.14
  25. Installing mime-types 1.25.1
  26. Installing polyglot 0.3.4
  27. Installing treetop 1.4.15
  28. Installing mail 2.5.4
  29. Installing actionmailer 3.2.14
  30. Installing arel 3.0.3
  31. Installing tzinfo 0.3.39
  32. Installing activerecord 3.2.14
  33. Installing activeresource 3.2.14
  34. Installing addressable 2.3.2
  35. Installing bcrypt-ruby 3.0.1
  36. Installing bigdecimal 1.1.0
  37. Installing bson 1.6.4
  38. Installing bson_ext 1.6.4
  39. Installing highline 1.6.13
  40. Installing net-ssh 2.5.2
  41. Installing net-scp 1.0.4
  42. Installing net-sftp 2.0.5
  43. Installing net-ssh-gateway 1.1.0
  44. Installing capistrano 2.12.0
  45. Installing capistrano-ext 1.2.1
  46. Installing nokogiri 1.5.5
  47. Installing ffi 1.2.0
  48. Installing childprocess 0.3.6
  49. Installing websocket 1.0.6
  50. Installing libwebsocket 0.1.7.1
  51. Installing rubyzip 0.9.9
  52. Installing selenium-webdriver 2.27.2
  53. Installing xpath 1.0.0
  54. Installing capybara 2.0.1
  55. Installing carrierwave 0.6.2
  56. Installing mongo 1.6.2
  57. Installing mongoid 2.4.12
  58. Installing carrierwave-mongoid 0.2.1
  59. Installing chronic 0.6.7
  60. Installing coffee-script-source 1.3.3
  61. Installing execjs 1.4.0
  62. Installing coffee-script 2.2.0
  63. Installing rack-ssl 1.3.4
  64. Installing json 1.8.1
  65. Installing rdoc 3.12.2
  66. Installing thor 0.19.1
  67. Installing railties 3.2.14
  68. Installing coffee-rails 3.2.2
  69. Installing columnize 0.8.9
  70. Installing daemons 1.1.8
  71. Installing database_cleaner 0.8.0
  72. Installing debugger-linecache 1.2.0
  73. Installing debugger-ruby_core_source 1.3.2
  74.  
  75. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  76.  
  77.     /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
  78. checking for rb_method_entry_t.called_id in method.h... no
  79. checking for rb_control_frame_t.method_id in method.h... no
  80. checking for rb_method_entry_t.called_id in method.h... no
  81. checking for rb_control_frame_t.method_id in method.h... no
  82. Makefile creation failed
  83. **************************************************************************
  84. No source for ruby-2.0.0-p481 provided with debugger-ruby_core_source gem.
  85. **************************************************************************
  86. *** extconf.rb failed ***
  87. Could not create Makefile due to some reason, probably lack of necessary
  88. libraries and/or headers.  Check the mkmf.log file for more details.  You may
  89. need configuration options.
  90.  
  91. Provided configuration options:
  92.     --with-opt-dir
  93.     --without-opt-dir
  94.     --with-opt-include
  95.     --without-opt-include=${opt-dir}/include
  96.     --with-opt-lib
  97.     --without-opt-lib=${opt-dir}/lib
  98.     --with-make-prog
  99.     --without-make-prog
  100.     --srcdir=.
  101.     --curdir
  102.     --ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
  103.     --with-ruby-dir
  104.     --without-ruby-dir
  105.     --with-ruby-include
  106.     --without-ruby-include=${ruby-dir}/include
  107.     --with-ruby-lib
  108.     --without-ruby-lib=${ruby-dir}/
  109.  
  110.  
  111. Gem files will remain installed in /Users/shubhamgoyal/giviki2/.bundle/gems/ruby/2.0.0/gems/debugger-1.6.6 for inspection.
  112. Results logged to /Users/shubhamgoyal/giviki2/.bundle/gems/ruby/2.0.0/gems/debugger-1.6.6/ext/ruby_debug/gem_make.out
  113. An error occurred while installing debugger (1.6.6), and Bundler cannot continue.
  114. Make sure that `gem install debugger -v '1.6.6'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement