{"id":7229,"date":"2014-05-31T23:01:04","date_gmt":"2014-05-31T23:01:04","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/05\/31\/error-occurring-during-bundle-update-collection-of-common-programming-errors\/"},"modified":"2014-05-31T23:01:04","modified_gmt":"2014-05-31T23:01:04","slug":"error-occurring-during-bundle-update-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/05\/31\/error-occurring-during-bundle-update-collection-of-common-programming-errors\/","title":{"rendered":"Error occurring during bundle update-Collection of common programming errors"},"content":{"rendered":"<p>Running bundle update in terminal inside of my project folder and an error occurs and Bundler can&#8217;t continue. How can I resolve this and run a successful bundle update?<\/p>\n<p>Mac osx<\/p>\n<p>Terminal output:<\/p>\n<pre><code>master*$ bundle update\nFetching source index from http:\/\/code.thesite.com\/\nFetching gem metadata from https:\/\/rubygems.org\/..........\nFetching gem metadata from https:\/\/rubygems.org\/........\nResolving dependencies...\nUsing rake (10.1.0) \nUsing i18n (0.6.5) \nUsing minitest (4.7.5) \nUsing multi_json (1.8.2) \nUsing atomic (1.1.14) \nUsing thread_safe (0.1.3) \nUsing tzinfo (0.3.38) \nUsing activesupport (4.0.1) \nUsing builder (3.1.4) \nUsing erubis (2.7.0) \nUsing rack (1.5.2) \nUsing rack-test (0.6.2) \nUsing actionpack (4.0.1) \nUsing mime-types (1.25) \nUsing polyglot (0.3.3) \nUsing treetop (1.4.15) \nUsing mail (2.5.4) \nUsing actionmailer (4.0.1) \nUsing activemodel (4.0.1) \nUsing activerecord-deprecated_finders (1.0.3) \nUsing arel (4.0.1) \nUsing activerecord (4.0.1) \nUsing rails-observers (0.1.2) \nUsing activeresource (4.0.0) \nUsing json (1.8.1) \nUsing airbrake (3.1.14) \nUsing bundler (1.3.5) \nUsing highline (1.6.20) \nUsing net-ssh (2.7.0) \nUsing net-scp (1.1.2) \nUsing net-sftp (2.1.2) \nUsing net-ssh-gateway (1.2.0) \nUsing capistrano (2.15.5) \nUsing coffee-script-source (1.6.3) \nUsing execjs (2.0.2) \nUsing coffee-script (2.2.0) \nUsing thor (0.18.1) \nUsing railties (4.0.1) \nUsing coffee-rails (4.0.1) \nUsing rvm-capistrano (1.5.1) \nUsing cogo_deploy (1.0.5) \nUsing geoip-c (0.9.1) \nUsing tilt (1.4.1) \nUsing haml (4.0.4) \nUsing hike (1.2.3) \nUsing jbuilder (1.5.2) \nUsing jquery-rails (3.0.4) \nUsing libv8 (3.3.10.4) \nUsing mini_portile (0.5.2) \nUsing mysql2 (0.3.11) \nUsing net-http-persistent (2.9) \nUsing nokogiri (1.6.0) \nUsing sprockets (2.10.0) \nUsing sprockets-rails (2.0.1) \nUsing rails (4.0.1) \nUsing rdoc (3.12.2) \nUsing sanitize (2.0.6) \nUsing sass (3.2.12) \nUsing sass-rails (4.0.1) \nUsing sdoc (0.3.20) \nUsing sqlite3 (1.3.8) \nInstalling therubyracer (0.10.2) \nGem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.\n\n    \/Users\/me\/.rvm\/rubies\/ruby-2.0.0-p247\/bin\/ruby extconf.rb \nchecking for main() in -lobjc... yes\ncreating Makefile\n\nmake \"DESTDIR=\"\ncompiling rr.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\nrr.cpp:48:1: warning: control reaches end of non-void function [-Wreturn-type]\n}\n^\n1 warning generated.\ncompiling v8.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_array.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_callbacks.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_context.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_date.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_debug.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_exception.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\nv8_exception.cpp:10:16: warning: unused variable 'stack' [-Wunused-variable]\n  static void* stack[20];\n               ^\n1 warning generated.\ncompiling v8_external.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\nv8_external.cpp:10:9: warning: unused variable 'references' [-Wunused-variable]\n  VALUE references;\n        ^\n1 warning generated.\ncompiling v8_function.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_handle.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_locker.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\nv8_locker.cpp:45:5: warning: control reaches end of non-void function [-Wreturn-type]\n    }\n    ^\nv8_locker.cpp:85:5: warning: control reaches end of non-void function [-Wreturn-type]\n    }\n    ^\n2 warnings generated.\ncompiling v8_message.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_object.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\nv8_object.cpp:77:19: warning: unused variable 'proto' [-Wunused-variable]\n    Handle proto(rr_rb2v8(prototype));\n                  ^\n1 warning generated.\ncompiling v8_script.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_string.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_template.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_try_catch.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_v8.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\ncompiling v8_value.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\nv8_value.cpp:100:9: warning: unused function 'ToInt32' [-Wunused-function]\n  VALUE ToInt32(VALUE self) {\n        ^\n1 warning generated.\ncompiling v8_weakref.cpp\nclang: warning: argument unused during compilation: '-rdynamic'\nlinking shared-object v8.bundle\nclang: error: no such file or directory: '\/Users\/darcy\/.rvm\/gems\/ruby-2.0.0-p247\/gems\/libv8-3.3.10.4\/lib\/libv8\/build\/v8\/libv8.a'\nmake: *** [v8.bundle] Error 1\n\n\nGem files will remain installed in \/Users\/me\/.rvm\/gems\/ruby-2.0.0-p247\/gems\/therubyracer-0.10.2 for inspection.\nResults logged to \/Users\/me\/.rvm\/gems\/ruby-2.0.0-p247\/gems\/therubyracer-0.10.2\/ext\/v8\/gem_make.out\n\nAn error occurred while installing therubyracer (0.10.2), and Bundler cannot continue.\nMake sure that `gem install therubyracer -v '0.10.2'` succeeds before bundling.\n<\/code><\/pre>\n<p>Code in my Gemfile:<\/p>\n<pre><code>source 'https:\/\/rubygems.org'\nsource 'http:\/\/gems:gems@code.thesite.com'\n\n# Bundle edge Rails instead: gem 'rails', github: 'rails\/rails'\ngem 'rails', '4.0.1'\n\n# Use sqlite3 as the database for Active Record\ngem 'sqlite3'\n\n# Use SCSS for stylesheets\ngem 'sass-rails', '~&gt; 4.0.0'\n\n# Use Uglifier as compressor for JavaScript assets\ngem 'uglifier', '&gt;= 1.3.0'\n\n# Use CoffeeScript for .js.coffee assets and views\ngem 'coffee-rails', '~&gt; 4.0.0'\n\n# See https:\/\/github.com\/sstephenson\/execjs#readme for more supported runtimes\n# gem 'therubyracer', platforms: :ruby\n\n# Use jquery as the JavaScript library\ngem 'jquery-rails'\n\n# Turbolinks makes following links in your web application faster. Read more: https:\/\/github.com\/rails\/turbolinks\ngem 'turbolinks'\n\n# Build JSON APIs with ease. Read more: https:\/\/github.com\/rails\/jbuilder\ngem 'jbuilder', '~&gt; 1.2'\n\ngem 'wildcat', '~&gt; 2.1.0'\ngem 'business_deploy', '~&gt; 1.0.0', :require =&gt; false\n\ngroup :doc do\n  # bundle exec rake doc:rails generates the API under doc\/api.\n  gem 'sdoc', require: false\nend\n\n# Use ActiveModel has_secure_password\n# gem 'bcrypt-ruby', '~&gt; 3.1.2'\n\n# Use unicorn as the app server\n# gem 'unicorn'\n\n# Use Capistrano for deployment\n# gem 'capistrano', group: :development\n\n# Use debugger\n# gem 'debugger', group: [:development, :test]\n<\/code><\/pre>\n<p>In Gemfile.lock:<\/p>\n<pre><code>GEM\n  remote: https:\/\/rubygems.org\/\n  specs:\n    actionmailer (4.0.1)\n      actionpack (= 4.0.1)\n      mail (~&gt; 2.5.4)\n    actionpack (4.0.1)\n      activesupport (= 4.0.1)\n      builder (~&gt; 3.1.0)\n      erubis (~&gt; 2.7.0)\n      rack (~&gt; 1.5.2)\n      rack-test (~&gt; 0.6.2)\n    activemodel (4.0.1)\n      activesupport (= 4.0.1)\n      builder (~&gt; 3.1.0)\n    activerecord (4.0.1)\n      activemodel (= 4.0.1)\n      activerecord-deprecated_finders (~&gt; 1.0.2)\n      activesupport (= 4.0.1)\n      arel (~&gt; 4.0.0)\n    activerecord-deprecated_finders (1.0.3)\n    activesupport (4.0.1)\n      i18n (~&gt; 0.6, &gt;= 0.6.4)\n      minitest (~&gt; 4.2)\n      multi_json (~&gt; 1.3)\n      thread_safe (~&gt; 0.1)\n      tzinfo (~&gt; 0.3.37)\n    arel (4.0.1)\n    atomic (1.1.14)\n    builder (3.1.4)\n    coffee-rails (4.0.1)\n      coffee-script (&gt;= 2.2.0)\n      railties (&gt;= 4.0.0, &lt; 5.0)\n    coffee-script (2.2.0)\n      coffee-script-source\n      execjs\n    coffee-script-source (1.6.3)\n    erubis (2.7.0)\n    execjs (2.0.2)\n    hike (1.2.3)\n    i18n (0.6.5)\n    jbuilder (1.5.2)\n      activesupport (&gt;= 3.0.0)\n      multi_json (&gt;= 1.2.0)\n    jquery-rails (3.0.4)\n      railties (&gt;= 3.0, &lt; 5.0)\n      thor (&gt;= 0.14, &lt; 2.0)\n    json (1.8.1)\n    mail (2.5.4)\n      mime-types (~&gt; 1.16)\n      treetop (~&gt; 1.4.8)\n    mime-types (1.25)\n    minitest (4.7.5)\n    multi_json (1.8.2)\n    polyglot (0.3.3)\n    rack (1.5.2)\n    rack-test (0.6.2)\n      rack (&gt;= 1.0)\n    rails (4.0.1)\n      actionmailer (= 4.0.1)\n      actionpack (= 4.0.1)\n      activerecord (= 4.0.1)\n      activesupport (= 4.0.1)\n      bundler (&gt;= 1.3.0, &lt; 2.0)\n      railties (= 4.0.1)\n      sprockets-rails (~&gt; 2.0.0)\n    railties (4.0.1)\n      actionpack (= 4.0.1)\n      activesupport (= 4.0.1)\n      rake (&gt;= 0.8.7)\n      thor (&gt;= 0.18.1, &lt; 2.0)\n    rake (10.1.0)\n    rdoc (3.12.2)\n      json (~&gt; 1.4)\n    sass (3.2.12)\n    sass-rails (4.0.1)\n      railties (&gt;= 4.0.0, &lt; 5.0)\n      sass (&gt;= 3.1.10)\n      sprockets-rails (~&gt; 2.0.0)\n    sdoc (0.3.20)\n      json (&gt;= 1.1.3)\n      rdoc (~&gt; 3.10)\n    sprockets (2.10.0)\n      hike (~&gt; 1.2)\n      multi_json (~&gt; 1.0)\n      rack (~&gt; 1.0)\n      tilt (~&gt; 1.1, != 1.3.0)\n    sprockets-rails (2.0.1)\n      actionpack (&gt;= 3.0)\n      activesupport (&gt;= 3.0)\n      sprockets (~&gt; 2.8)\n    sqlite3 (1.3.8)\n    thor (0.18.1)\n    thread_safe (0.1.3)\n      atomic\n    tilt (1.4.1)\n    treetop (1.4.15)\n      polyglot\n      polyglot (&gt;= 0.3.1)\n    turbolinks (1.3.0)\n      coffee-rails\n    tzinfo (0.3.38)\n    uglifier (2.3.1)\n      execjs (&gt;= 0.3.0)\n      json (&gt;= 1.8.0)\n\nPLATFORMS\n  ruby\n\nDEPENDENCIES\n  coffee-rails (~&gt; 4.0.0)\n  jbuilder (~&gt; 1.2)\n  jquery-rails\n  rails (= 4.0.1)\n  sass-rails (~&gt; 4.0.0)\n  sdoc\n  sqlite3\n  turbolinks\n  uglifier (&gt;= 1.3.0)\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Running bundle update in terminal inside of my project folder and an error occurs and Bundler can&#8217;t continue. How can I resolve this and run a successful bundle update? Mac osx Terminal output: master*$ bundle update Fetching source index from http:\/\/code.thesite.com\/ Fetching gem metadata from https:\/\/rubygems.org\/&#8230;&#8230;&#8230;. Fetching gem metadata from https:\/\/rubygems.org\/&#8230;&#8230;.. Resolving dependencies&#8230; Using rake [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7229","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7229","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7229"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7229\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7229"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7229"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}