Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.13 KB | None | 0 0
  1. development:
  2. adapter: sqlite3
  3. database: db/development.sqlite3
  4. pool: 5
  5. timeout: 5000
  6.  
  7. test:
  8. adapter: sqlite3
  9. database: db/test.sqlite3
  10. pool: 5
  11. timeout: 5000
  12.  
  13. production:
  14. adapter: postgresql
  15. database: treebook
  16. pool: 5
  17. timeout: 5000
  18.  
  19. $ git push heroku master
  20. Counting objects: 180, done.
  21. Delta compression using up to 8 threads.
  22. Compressing objects: 100% (169/169), done.
  23. Writing objects: 100% (180/180), 38.52 MiB | 587.00 KiB/s, done.
  24. Total 180 (delta 16), reused 0 (delta 0)
  25. remote: Compressing source files... done.
  26. remote: Building source:
  27. remote:
  28. remote: -----> Ruby app detected
  29. remote: -----> Compiling Ruby/Rails
  30. remote: -----> Using Ruby version: ruby-2.2.4
  31. remote: -----> Installing dependencies using bundler 1.11.2
  32. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  33. remote: Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
  34. remote: Fetching gem metadata from https://rubygems.org/...........
  35. remote: Fetching version metadata from https://rubygems.org/...
  36. remote: Fetching dependency metadata from https://rubygems.org/..
  37. remote: Installing json 1.8.3 with native extensions
  38. remote: Installing i18n 0.7.0
  39. remote: Installing rake 11.2.2
  40. remote: Installing minitest 5.9.0
  41. remote: Installing thread_safe 0.3.5
  42. remote: Installing builder 3.2.2
  43. remote: Installing erubis 2.7.0
  44. remote: Installing mini_portile2 2.1.0
  45. remote: Installing pkg-config 1.1.7
  46. remote: Installing rack 1.6.4
  47. remote: Installing mime-types-data 3.2016.0521
  48. remote: Installing arel 6.0.3
  49. remote: Installing coffee-script-source 1.10.0
  50. remote: Installing execjs 2.7.0
  51. remote: Installing thor 0.19.1
  52. remote: Using bundler 1.11.2
  53. remote: Installing concurrent-ruby 1.0.2
  54. remote: Installing multi_json 1.12.1
  55. remote: Installing sass 3.4.22
  56. remote: Installing tilt 2.0.5
  57. remote: Installing sqlite3 1.3.11 with native extensions
  58. remote: Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  59. remote: /tmp/build_4e6586368c7df1ddb844833429e54761/vendor/ruby-2.2.4/bin/ruby -r ./siteconf20160729-222-1rjile5.rb extconf.rb
  60. remote: checking for sqlite3.h... no
  61. remote: sqlite3.h is missing. Try 'port install sqlite3 +universal',
  62. remote: 'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
  63. remote: and check your shared library search path (the
  64. remote: location where your sqlite3 shared library is located).
  65. remote: *** extconf.rb failed ***
  66. remote: Could not create Makefile due to some reason, probably lack of necessary
  67. remote: libraries and/or headers. Check the mkmf.log file for more details. You may
  68. remote: need configuration options.
  69. remote: Provided configuration options:
  70. remote: --with-opt-dir
  71. remote: --without-opt-dir
  72. remote: --with-opt-include
  73. remote: --without-opt-include=${opt-dir}/include
  74. remote: --with-opt-lib
  75. remote: --without-opt-lib=${opt-dir}/lib
  76. remote: --with-make-prog
  77. remote: --without-make-prog
  78. remote: --srcdir=.
  79. remote: --curdir
  80. remote: --ruby=/tmp/build_4e6586368c7df1ddb844833429e54761/vendor/ruby-2.2.4/bin/$(RUBY_BASE_NAME)
  81. remote: --with-sqlite3-dir
  82. remote: --without-sqlite3-dir
  83. remote: --with-sqlite3-include
  84. remote: --without-sqlite3-include=${sqlite3-dir}/include
  85. remote: --with-sqlite3-lib
  86. remote: --without-sqlite3-lib=${sqlite3-dir}/lib
  87. remote: extconf failed, exit code 1
  88. remote: Gem files will remain installed in /tmp/build_4e6586368c7df1ddb844833429e54761/vendor/bundle/ruby/2.2.0/gems/sqlite3-1.3.11 for inspection.
  89. remote: Results logged to /tmp/build_4e6586368c7df1ddb844833429e54761/vendor/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0-static/sqlite3-1.3.11/gem_make.out
  90. remote: Installing turbolinks-source 5.0.0
  91. remote: Installing tzinfo 1.2.2
  92. remote: Installing mime-types 3.1
  93. remote: Installing rdoc 4.2.2
  94. remote: Installing nokogiri 1.6.8 with native extensions
  95. remote: Installing rack-test 0.6.3
  96. remote: Installing coffee-script 2.4.1
  97. remote: Installing uglifier 3.0.0
  98. remote: Installing sprockets 3.6.2
  99. remote: An error occurred while installing sqlite3 (1.3.11), and Bundler cannot
  100. remote: continue.
  101. remote: Make sure that `gem install sqlite3 -v '1.3.11'` succeeds before bundling.
  102. remote: Bundler Output: Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
  103. remote: Fetching gem metadata from https://rubygems.org/...........
  104. remote: Fetching version metadata from https://rubygems.org/...
  105. remote: Fetching dependency metadata from https://rubygems.org/..
  106. remote: Installing json 1.8.3 with native extensions
  107. remote: Installing i18n 0.7.0
  108. remote: Installing rake 11.2.2
  109. remote: Installing minitest 5.9.0
  110. remote: Installing thread_safe 0.3.5
  111. remote: Installing builder 3.2.2
  112. remote: Installing erubis 2.7.0
  113. remote: Installing mini_portile2 2.1.0
  114. remote: Installing pkg-config 1.1.7
  115. remote: Installing rack 1.6.4
  116. remote: Installing mime-types-data 3.2016.0521
  117. remote: Installing arel 6.0.3
  118. remote: Installing coffee-script-source 1.10.0
  119. remote: Installing execjs 2.7.0
  120. remote: Installing thor 0.19.1
  121. remote: Using bundler 1.11.2
  122. remote: Installing concurrent-ruby 1.0.2
  123. remote: Installing multi_json 1.12.1
  124. remote: Installing sass 3.4.22
  125. remote: Installing tilt 2.0.5
  126. remote: Installing sqlite3 1.3.11 with native extensions
  127. remote:
  128. remote: Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  129. remote:
  130. remote: /tmp/build_4e6586368c7df1ddb844833429e54761/vendor/ruby-2.2.4/bin/ruby -r ./siteconf20160729-222-1rjile5.rb extconf.rb
  131. remote: checking for sqlite3.h... no
  132. remote: sqlite3.h is missing. Try 'port install sqlite3 +universal',
  133. remote: 'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
  134. remote: and check your shared library search path (the
  135. remote: location where your sqlite3 shared library is located).
  136. remote: *** extconf.rb failed ***
  137. remote: Could not create Makefile due to some reason, probably lack of necessary
  138. remote: libraries and/or headers. Check the mkmf.log file for more details. You may
  139. remote: need configuration options.
  140. remote:
  141. remote: Provided configuration options:
  142. remote: --with-opt-dir
  143. remote: --without-opt-dir
  144. remote: --with-opt-include
  145. remote: --without-opt-include=${opt-dir}/include
  146. remote: --with-opt-lib
  147. remote: --without-opt-lib=${opt-dir}/lib
  148. remote: --with-make-prog
  149. remote: --without-make-prog
  150. remote: --srcdir=.
  151. remote: --curdir
  152. remote: --ruby=/tmp/build_4e6586368c7df1ddb844833429e54761/vendor/ruby-2.2.4/bin/$(RUBY_BASE_NAME)
  153. remote: --with-sqlite3-dir
  154. remote: --without-sqlite3-dir
  155. remote: --with-sqlite3-include
  156. remote: --without-sqlite3-include=${sqlite3-dir}/include
  157. remote: --with-sqlite3-lib
  158. remote: --without-sqlite3-lib=${sqlite3-dir}/lib
  159. remote:
  160. remote: extconf failed, exit code 1
  161. remote:
  162. remote: Gem files will remain installed in /tmp/build_4e6586368c7df1ddb844833429e54761/vendor/bundle/ruby/2.2.0/gems/sqlite3-1.3.11 for inspection.
  163. remote: Results logged to /tmp/build_4e6586368c7df1ddb844833429e54761/vendor/bundle/ruby/2.2.0/extensions/x86_64-linux/2.2.0-static/sqlite3-1.3.11/gem_make.out
  164. remote: Installing turbolinks-source 5.0.0
  165. remote: Installing tzinfo 1.2.2
  166. remote: Installing mime-types 3.1
  167. remote: Installing rdoc 4.2.2
  168. remote: Installing nokogiri 1.6.8 with native extensions
  169. remote: Installing rack-test 0.6.3
  170. remote: Installing coffee-script 2.4.1
  171. remote: Installing uglifier 3.0.0
  172. remote: Installing sprockets 3.6.2
  173. remote: An error occurred while installing sqlite3 (1.3.11), and Bundler cannot
  174. remote: continue.
  175. remote: Make sure that `gem install sqlite3 -v '1.3.11'` succeeds before bundling.
  176. remote: !
  177. remote: ! Failed to install gems via Bundler.
  178. remote: !
  179. remote: ! Detected sqlite3 gem which is not supported on Heroku.
  180. remote: ! https://devcenter.heroku.com/articles/sqlite3
  181. remote: !
  182. remote: ! Push rejected, failed to compile Ruby app.
  183. remote:
  184. remote: ! Push failed
  185. remote: Verifying deploy...
  186. remote:
  187. remote: ! Push rejected to fast-meadow-50982.
  188. remote:
  189. To https://git.heroku.com/fast-meadow-50982.git
  190. ! [remote rejected] master -> master (pre-receive hook declined)
  191. error: failed to push some refs to 'https://git.heroku.com/fast-meadow-50982.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement