Created
March 9, 2012 19:22
-
-
Save ChasManRors/2008197 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby-1.9.2-p290@refinery $ git push heroku master | |
git push heroku master | |
Counting objects: 818, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (769/769), done. | |
Writing objects: 100% (818/818), 1.16 MiB | 284 KiB/s, done. | |
Total 818 (delta 60), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Ruby/Rails app detected | |
-----> Installing dependencies using Bundler version 1.1.rc.7 | |
Running: bundle install --without development:test --path vendor/bundle --binstubs bin/ --deployment | |
Fetching gem metadata from https://rubygems.org/....... | |
Fetching gem metadata from https://rubygems.org/.. | |
Installing rake (0.9.2.2) | |
Installing i18n (0.6.0) | |
Installing multi_json (1.1.0) | |
Installing activesupport (3.2.2) | |
Installing builder (3.0.0) | |
Installing activemodel (3.2.2) | |
Installing erubis (2.7.0) | |
Installing journey (1.0.3) | |
Installing rack (1.4.1) | |
Installing rack-cache (1.2) | |
Installing rack-test (0.6.1) | |
Installing hike (1.2.1) | |
Installing tilt (1.3.3) | |
Installing sprockets (2.1.2) | |
Installing actionpack (3.2.2) | |
Installing mime-types (1.17.2) | |
Installing polyglot (0.3.3) | |
Installing treetop (1.4.10) | |
Installing mail (2.4.3) | |
Installing actionmailer (3.2.2) | |
Installing arel (3.0.2) | |
Installing tzinfo (0.3.32) | |
Installing activerecord (3.2.2) | |
Installing activeresource (3.2.2) | |
Installing acts_as_indexed (0.7.7) | |
Installing addressable (2.2.7) | |
Installing archive-tar-minitar (0.5.2) | |
Installing awesome_nested_set (2.1.2) | |
Installing babosa (0.3.5) | |
Installing bcrypt-ruby (3.0.1) with native extensions | |
Installing coffee-script-source (1.2.0) | |
Installing execjs (1.3.0) | |
Installing coffee-script (2.2.0) | |
Installing rack-ssl (1.3.2) | |
Installing json (1.6.5) with native extensions | |
Installing rdoc (3.12) | |
Installing thor (0.14.6) | |
Installing railties (3.2.2) | |
Installing coffee-rails (3.2.2) | |
Installing columnize (0.3.6) | |
Installing orm_adapter (0.0.6) | |
Installing warden (1.1.1) | |
Installing devise (2.0.4) | |
Installing dragonfly (0.9.10) | |
Installing friendly_id (4.0.1) | |
Using bundler (1.1.rc.7) | |
Installing rails (3.2.2) | |
Installing paper_trail (2.6.0) | |
Installing globalize3 (0.2.0) | |
Installing launchy (2.0.5) | |
Installing rest-client (1.6.7) | |
Installing rubyzip (0.9.6.1) | |
Installing term-ansicolor (1.0.7) | |
Installing heroku (2.21.2) | |
Installing jquery-rails (2.0.1) | |
Installing ruby_core_source (0.1.5) | |
Installing linecache19 (0.5.12) with native extensions Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks! | |
/usr/local/lib/ruby/1.9.1/rubygems/installer.rb:483:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) | |
/usr/local/bin/ruby extconf.rb | |
checking for vm_core.h... no | |
checking for vm_core.h... no | |
*** extconf.rb failed *** | |
Could not create Makefile due to some reason, probably lack of | |
necessary libraries and/or headers. Check the mkmf.log file for more | |
details. You may need configuration options. | |
Provided configuration options: | |
--with-opt-dir | |
--without-opt-dir | |
--with-opt-include | |
--without-opt-include=${opt-dir}/include | |
--with-opt-lib | |
--without-opt-lib=${opt-dir}/lib | |
--with-make-prog | |
--without-make-prog | |
--srcdir=. | |
--curdir | |
--ruby=/usr/local/bin/ruby | |
--with-ruby-dir | |
--without-ruby-dir | |
--with-ruby-include | |
--without-ruby-include=${ruby-dir}/include | |
--with-ruby-lib | |
--without-ruby-lib=${ruby-dir}/lib | |
/usr/local/lib/ruby/1.9.1/fileutils.rb:243:in `mkdir': Read-only file system - /usr/local/include/ruby-1.9.1/ruby-1.9.2-p290 (Errno::EROFS) | |
from /usr/local/lib/ruby/1.9.1/fileutils.rb:243:in `fu_mkdir' | |
from /usr/local/lib/ruby/1.9.1/fileutils.rb:217:in `block (2 levels) in mkdir_p' | |
from /usr/local/lib/ruby/1.9.1/fileutils.rb:215:in `reverse_each' | |
from /usr/local/lib/ruby/1.9.1/fileutils.rb:215:in `block in mkdir_p' | |
from /usr/local/lib/ruby/1.9.1/fileutils.rb:201:in `each' | |
from /usr/local/lib/ruby/1.9.1/fileutils.rb:201:in `mkdir_p' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:59:in `block in create_makefile_with_core' | |
from /usr/local/lib/ruby/1.9.1/tempfile.rb:320:in `open' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:51:in `create_makefile_with_core' | |
from extconf.rb:19:in `<main>' | |
Requesting http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz | |
Downloading http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz | |
Gem files will remain installed in /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/linecache19-0.5.12 for inspection. | |
Results logged to /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/linecache19-0.5.12/ext/trace_nums/gem_make.out | |
from /usr/local/lib/ruby/1.9.1/rubygems/installer.rb:486:in `block in build_extensions' | |
from /usr/local/lib/ruby/1.9.1/rubygems/installer.rb:446:in `each' | |
from /usr/local/lib/ruby/1.9.1/rubygems/installer.rb:446:in `build_extensions' | |
from /usr/local/lib/ruby/1.9.1/rubygems/installer.rb:198:in `install' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/source.rb:90:in `block in install' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/rubygems_integration.rb:82:in `preserve_paths' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/source.rb:89:in `install' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/installer.rb:73:in `block in install_gem_from_spec' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/rubygems_integration.rb:97:in `with_build_args' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/installer.rb:72:in `install_gem_from_spec' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/installer.rb:56:in `block in run' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/installer.rb:55:in `run' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/installer.rb:12:in `install' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/cli.rb:220:in `install' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/vendor/thor/task.rb:22:in `run' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/vendor/thor.rb:263:in `dispatch' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/lib/bundler/vendor/thor/base.rb:386:in `start' | |
from /tmp/build_2ewgsgb4wjyuo/vendor/bundle/ruby/1.9.1/gems/bundler-1.1.rc.7/bin/bundle:13:in `<top (required)>' | |
from vendor/bundle/ruby/1.9.1/bin/bundle:19:in `load' | |
from vendor/bundle/ruby/1.9.1/bin/bundle:19:in `<main>' | |
! | |
! Failed to install gems via Bundler. | |
! | |
! Heroku push rejected, failed to compile Ruby/rails app | |
To [email protected]:morning-sunrise-2739.git | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to '[email protected]:morning-sunrise-2739.git' | |
ruby-1.9.2-p290@refinery $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment