Advertisement
Guest User

Push to Heroku

a guest
Jan 18th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.69 KB | None | 0 0
  1. Initializing repository, done.
  2. Counting objects: 567, done.
  3. Delta compression using up to 4 threads.
  4. Compressing objects: 100% (543/543), done.
  5. Writing objects: 100% (567/567), 1.04 MiB | 116 KiB/s, done.
  6. Total 567 (delta 290), reused 0 (delta 0)
  7.  
  8. -----> Removing .DS_Store files
  9. -----> Ruby app detected
  10. -----> Compiling Ruby/Rails
  11. -----> Using Ruby version: ruby-2.0.0
  12. -----> Installing dependencies using Bundler version 1.5.2
  13. New app detected loading default bundler cache
  14. Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  15. Your Gemfile lists the gem jquery-rails (>= 0) more than once.
  16. You should probably keep only one of them.
  17. While it's not a problem now, it could cause errors if you change the version of just one of them later.
  18. Fetching gem metadata from https://rubygems.org/.........
  19. Fetching additional metadata from https://rubygems.org/..
  20. Using minitest (4.7.5)
  21. Using multi_json (1.8.2)
  22. Using atomic (1.1.14)
  23. Using tzinfo (0.3.38)
  24. Using builder (3.1.4)
  25. Using erubis (2.7.0)
  26. Using rack (1.5.2)
  27. Using polyglot (0.3.3)
  28. Using activerecord-deprecated_finders (1.0.3)
  29. Using arel (4.0.1)
  30. Using bcrypt-ruby (3.1.2)
  31. Installing mime-types (1.25.1)
  32. Using coffee-script-source (1.6.3)
  33. Using execjs (2.0.2)
  34. Using thor (0.18.1)
  35. Using tilt (1.4.1)
  36. Using hike (1.2.3)
  37. Using json (1.8.1)
  38. Using bundler (1.5.2)
  39. Installing i18n (0.6.9)
  40. Using thread_safe (0.1.3)
  41. Using rack-test (0.6.2)
  42. Using treetop (1.4.15)
  43. Using coffee-script (2.2.0)
  44. Installing rake (10.1.1)
  45. Installing sass (3.2.13)
  46. Using rdoc (3.12.2)
  47. Installing haml (4.0.4)
  48. Using activesupport (4.0.1)
  49. Using mail (2.5.4)
  50. Installing sprockets (2.10.1)
  51. Using sdoc (0.3.20)
  52. Using actionpack (4.0.1)
  53. Using activemodel (4.0.1)
  54. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  55. /tmp/build_db2e4de4-9868-4df6-ab81-89c2c7354824/vendor/ruby-2.0.0/bin/ruby extconf.rb
  56. checking for sqlite3.h... no
  57. sqlite3.h is missing. Try 'port install sqlite3 +universal'
  58. or 'yum install sqlite-devel' and check your shared library search path (the
  59. location where your sqlite3 shared library is located).
  60. *** extconf.rb failed ***
  61. Could not create Makefile due to some reason, probably lack of necessary
  62. libraries and/or headers. Check the mkmf.log file for more details. You may
  63. need configuration options.
  64. Provided configuration options:
  65. --with-opt-dir
  66. --without-opt-dir
  67. --with-opt-include
  68. --without-opt-include=${opt-dir}/include
  69. --with-opt-lib
  70. --without-opt-lib=${opt-dir}/lib
  71. --with-make-prog
  72. --without-make-prog
  73. --srcdir=.
  74. --curdir
  75. --ruby=/tmp/build_db2e4de4-9868-4df6-ab81-89c2c7354824/vendor/ruby-2.0.0/bin/ruby
  76. --with-sqlite3-dir
  77. --without-sqlite3-dir
  78. --with-sqlite3-include
  79. --without-sqlite3-include=${sqlite3-dir}/include
  80. --with-sqlite3-lib
  81. --without-sqlite3-lib=${sqlite3-dir}/
  82. --enable-local
  83. --disable-local
  84. Gem files will remain installed in /tmp/build_db2e4de4-9868-4df6-ab81-89c2c7354824/vendor/bundle/ruby/2.0.0/gems/sqlite3-1.3.8 for inspection.
  85. Results logged to /tmp/build_db2e4de4-9868-4df6-ab81-89c2c7354824/vendor/bundle/ruby/2.0.0/gems/sqlite3-1.3.8/ext/sqlite3/gem_make.out
  86. Installing uglifier (2.4.0)
  87. Installing jbuilder (1.5.3)
  88. Installing bootstrap-sass (3.0.3.0)
  89. An error occurred while installing sqlite3 (1.3.8), and Bundler cannot continue.
  90. Make sure that `gem install sqlite3 -v '1.3.8'` succeeds before bundling.
  91. Bundler Output: Your Gemfile lists the gem jquery-rails (>= 0) more than once.
  92. You should probably keep only one of them.
  93. While it's not a problem now, it could cause errors if you change the version of just one of them later.
  94. Fetching gem metadata from https://rubygems.org/.........
  95. Fetching additional metadata from https://rubygems.org/..
  96. Using minitest (4.7.5)
  97. Using multi_json (1.8.2)
  98. Using atomic (1.1.14)
  99. Using tzinfo (0.3.38)
  100. Using builder (3.1.4)
  101. Using erubis (2.7.0)
  102. Using rack (1.5.2)
  103. Using polyglot (0.3.3)
  104. Using activerecord-deprecated_finders (1.0.3)
  105. Using arel (4.0.1)
  106. Using bcrypt-ruby (3.1.2)
  107. Installing mime-types (1.25.1)
  108. Using coffee-script-source (1.6.3)
  109. Using execjs (2.0.2)
  110. Using thor (0.18.1)
  111. Using tilt (1.4.1)
  112. Using hike (1.2.3)
  113. Using json (1.8.1)
  114. Using bundler (1.5.2)
  115. Installing i18n (0.6.9)
  116. Using thread_safe (0.1.3)
  117. Using rack-test (0.6.2)
  118. Using treetop (1.4.15)
  119. Using coffee-script (2.2.0)
  120. Installing rake (10.1.1)
  121. Installing sass (3.2.13)
  122. Using rdoc (3.12.2)
  123. Installing haml (4.0.4)
  124. Using activesupport (4.0.1)
  125. Using mail (2.5.4)
  126. Installing sprockets (2.10.1)
  127. Using sdoc (0.3.20)
  128. Using actionpack (4.0.1)
  129. Using activemodel (4.0.1)
  130.  
  131. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  132.  
  133. /tmp/build_db2e4de4-9868-4df6-ab81-89c2c7354824/vendor/ruby-2.0.0/bin/ruby extconf.rb
  134. checking for sqlite3.h... no
  135. sqlite3.h is missing. Try 'port install sqlite3 +universal'
  136. or 'yum install sqlite-devel' and check your shared library search path (the
  137. location where your sqlite3 shared library is located).
  138. *** extconf.rb failed ***
  139. Could not create Makefile due to some reason, probably lack of necessary
  140. libraries and/or headers. Check the mkmf.log file for more details. You may
  141. need configuration options.
  142.  
  143. Provided configuration options:
  144. --with-opt-dir
  145. --without-opt-dir
  146. --with-opt-include
  147. --without-opt-include=${opt-dir}/include
  148. --with-opt-lib
  149. --without-opt-lib=${opt-dir}/lib
  150. --with-make-prog
  151. --without-make-prog
  152. --srcdir=.
  153. --curdir
  154. --ruby=/tmp/build_db2e4de4-9868-4df6-ab81-89c2c7354824/vendor/ruby-2.0.0/bin/ruby
  155. --with-sqlite3-dir
  156. --without-sqlite3-dir
  157. --with-sqlite3-include
  158. --without-sqlite3-include=${sqlite3-dir}/include
  159. --with-sqlite3-lib
  160. --without-sqlite3-lib=${sqlite3-dir}/
  161. --enable-local
  162. --disable-local
  163.  
  164.  
  165. Gem files will remain installed in /tmp/build_db2e4de4-9868-4df6-ab81-89c2c7354824/vendor/bundle/ruby/2.0.0/gems/sqlite3-1.3.8 for inspection.
  166. Results logged to /tmp/build_db2e4de4-9868-4df6-ab81-89c2c7354824/vendor/bundle/ruby/2.0.0/gems/sqlite3-1.3.8/ext/sqlite3/gem_make.out
  167. Installing uglifier (2.4.0)
  168. Installing jbuilder (1.5.3)
  169. Installing bootstrap-sass (3.0.3.0)
  170. An error occurred while installing sqlite3 (1.3.8), and Bundler cannot continue.
  171. Make sure that `gem install sqlite3 -v '1.3.8'` succeeds before bundling.
  172. !
  173. ! Failed to install gems via Bundler.
  174. !
  175. ! Detected sqlite3 gem which is not supported on Heroku.
  176. ! https://devcenter.heroku.com/articles/sqlite3
  177. !
  178.  
  179. ! Push rejected, failed to compile Ruby app
  180.  
  181. To git@heroku.com:young-sands-7607.git
  182. ! [remote rejected] master -> master (pre-receive hook declined)
  183. error: failed to push some refs to 'git@heroku.com:young-sands-7607.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement