Advertisement
hammady

error installing charlock_holmes on heroku

Mar 27th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.47 KB | None | 0 0
  1. hammady@hossams-air~/Workspace/herokutest$ git push heroku master
  2. Initializing repository, done.
  3. Counting objects: 63, done.
  4. Delta compression using up to 4 threads.
  5. Compressing objects: 100% (51/51), done.
  6. Writing objects: 100% (63/63), 14.12 KiB | 0 bytes/s, done.
  7. Total 63 (delta 3), reused 0 (delta 0)
  8.  
  9. -----> Fetching custom git buildpack... done
  10. -----> Multipack app detected
  11. =====> Downloading Buildpack: https://github.com/benjie/heroku-buildpack-apt
  12. =====> Detected Framework: Apt
  13. -----> Updating apt caches
  14. Get:1 http://archive.ubuntu.com lucid Release.gpg [189B]
  15. Get:2 http://archive.ubuntu.com lucid-security Release.gpg [198B]
  16. Get:3 http://archive.ubuntu.com lucid-updates Release.gpg [198B]
  17. Get:4 http://apt.postgresql.org lucid-pgdg Release.gpg [836B]
  18. Get:5 http://archive.ubuntu.com lucid Release [57.2kB]
  19. Get:6 http://apt.postgresql.org lucid-pgdg Release [25.6kB]
  20. Get:7 http://archive.ubuntu.com lucid-security Release [57.3kB]
  21. Ign http://apt.postgresql.org lucid-pgdg Release
  22. Get:8 http://archive.ubuntu.com lucid-updates Release [58.3kB]
  23. Get:9 http://apt.postgresql.org lucid-pgdg/main Packages [30.9kB]
  24. Get:10 http://archive.ubuntu.com lucid/main Packages [1383kB]
  25. Get:11 http://archive.ubuntu.com lucid/universe Packages [5430kB]
  26. Get:12 http://archive.ubuntu.com lucid-security/main Packages [549kB]
  27. Get:13 http://archive.ubuntu.com lucid-updates/main Packages [739kB]
  28. Fetched 8332kB in 4s (1968kB/s)
  29. Reading package lists...
  30. W: GPG error: http://apt.postgresql.org lucid-pgdg Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7FCC7D46ACCC4CF8
  31. -----> Fetching .debs for libicu-dev
  32. Reading package lists...
  33. Building dependency tree...
  34. The following extra packages will be installed:
  35. libicu42
  36. Suggested packages:
  37. icu-doc
  38. The following NEW packages will be installed:
  39. libicu-dev libicu42
  40. 0 upgraded, 2 newly installed, 0 to remove and 93 not upgraded.
  41. Need to get 10.5MB of archives.
  42. After this operation, 32.4MB of additional disk space will be used.
  43. Get:1 http://archive.ubuntu.com/ubuntu/ lucid-security/main libicu42 4.2.1-3ubuntu0.10.04.1 [7607kB]
  44. Get:2 http://archive.ubuntu.com/ubuntu/ lucid-security/main libicu-dev 4.2.1-3ubuntu0.10.04.1 [2885kB]
  45. Fetched 10.5MB in 1s (6643kB/s)
  46. Download complete and in download only mode
  47. -----> Installing libicu-dev_4.2.1-3ubuntu0.10.04.1_amd64.deb
  48. -----> Installing libicu42_4.2.1-3ubuntu0.10.04.1_amd64.deb
  49. -----> Writing profile script
  50. =====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-ruby
  51. =====> Detected Framework: Ruby
  52. -----> Compiling Ruby/Rails
  53. -----> Using Ruby version: ruby-2.0.0
  54. -----> Installing dependencies using 1.5.2
  55. New app detected loading default bundler cache
  56. Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  57. Fetching gem metadata from https://rubygems.org/..........
  58. Fetching additional metadata from https://rubygems.org/..
  59. Using i18n (0.6.9)
  60. Using minitest (4.7.5)
  61. Installing multi_json (1.9.2)
  62. Using builder (3.1.4)
  63. Using erubis (2.7.0)
  64. Using rack (1.5.2)
  65. Using mime-types (1.25.1)
  66. Using polyglot (0.3.4)
  67. Using activerecord-deprecated_finders (1.0.3)
  68. Using arel (4.0.2)
  69. Installing atomic (1.1.16)
  70. Using coffee-script-source (1.7.0)
  71. Using execjs (2.0.2)
  72. Installing rake (10.2.1)
  73. Using hike (1.2.3)
  74. Using json (1.8.1)
  75. Using bundler (1.5.2)
  76. Using tilt (1.4.1)
  77. Installing tzinfo (0.3.39)
  78. Using rack-test (0.6.2)
  79. Using treetop (1.4.15)
  80. Installing thor (0.19.1)
  81. Using coffee-script (2.2.0)
  82. Using rdoc (4.1.1)
  83. Installing sass (3.2.18)
  84. Using sprockets (2.11.0)
  85. Using mail (2.5.4)
  86. Using sdoc (0.4.0)
  87. Installing thread_safe (0.3.1)
  88. Using activesupport (4.0.1)
  89. Using actionpack (4.0.1)
  90. Using activemodel (4.0.1)
  91. Using jbuilder (1.5.3)
  92. Using railties (4.0.1)
  93. Using actionmailer (4.0.1)
  94. Using sprockets-rails (2.0.1)
  95. Using activerecord (4.0.1)
  96. Using coffee-rails (4.0.1)
  97. Using jquery-rails (3.1.0)
  98. Using rails (4.0.1)
  99. Using turbolinks (2.2.1)
  100. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  101. /tmp/build_3b349119-b744-409a-90b9-5703111a718f/vendor/ruby-2.0.0/bin/ruby extconf.rb --with-icu-dir="/tmp/build_3b349119-b744-409a-90b9-5703111a718f/.apt/usr"
  102. checking for main() in -licui18n... no
  103. checking for main() in -licui18n... no
  104. ***************************************************************************************
  105. *********** icu required (brew install icu4c or apt-get install libicu-dev) ***********
  106. ***************************************************************************************
  107. *** extconf.rb failed ***
  108. Could not create Makefile due to some reason, probably lack of necessary
  109. libraries and/or headers. Check the mkmf.log file for more details. You may
  110. need configuration options.
  111. Provided configuration options:
  112. --with-opt-dir
  113. --without-opt-dir
  114. --with-opt-include
  115. --without-opt-include=${opt-dir}/include
  116. --with-opt-lib
  117. --without-opt-lib=${opt-dir}/lib
  118. --with-make-prog
  119. --without-make-prog
  120. --srcdir=.
  121. --curdir
  122. --ruby=/tmp/build_3b349119-b744-409a-90b9-5703111a718f/vendor/ruby-2.0.0/bin/ruby
  123. --with-icu-dir
  124. --with-icu-include
  125. --without-icu-include=${icu-dir}/include
  126. --with-icu-lib
  127. --without-icu-lib=${icu-dir}/
  128. --with-icui18nlib
  129. --without-icui18nlib
  130. --with-icui18nlib
  131. --without-icui18nlib
  132. Gem files will remain installed in /tmp/build_3b349119-b744-409a-90b9-5703111a718f/vendor/bundle/ruby/2.0.0/gems/charlock_holmes-0.6.9.4 for inspection.
  133. Results logged to /tmp/build_3b349119-b744-409a-90b9-5703111a718f/vendor/bundle/ruby/2.0.0/gems/charlock_holmes-0.6.9.4/ext/charlock_holmes/gem_make.out
  134. Installing uglifier (2.5.0)
  135. Installing sass-rails (4.0.2)
  136. An error occurred while installing charlock_holmes (0.6.9.4), and Bundler cannot
  137. continue.
  138. Make sure that `gem install charlock_holmes -v '0.6.9.4'` succeeds before
  139. bundling.
  140. Bundler Output: Fetching gem metadata from https://rubygems.org/..........
  141. Fetching additional metadata from https://rubygems.org/..
  142. Using i18n (0.6.9)
  143. Using minitest (4.7.5)
  144. Installing multi_json (1.9.2)
  145. Using builder (3.1.4)
  146. Using erubis (2.7.0)
  147. Using rack (1.5.2)
  148. Using mime-types (1.25.1)
  149. Using polyglot (0.3.4)
  150. Using activerecord-deprecated_finders (1.0.3)
  151. Using arel (4.0.2)
  152. Installing atomic (1.1.16)
  153. Using coffee-script-source (1.7.0)
  154. Using execjs (2.0.2)
  155. Installing rake (10.2.1)
  156. Using hike (1.2.3)
  157. Using json (1.8.1)
  158. Using bundler (1.5.2)
  159. Using tilt (1.4.1)
  160. Installing tzinfo (0.3.39)
  161. Using rack-test (0.6.2)
  162. Using treetop (1.4.15)
  163. Installing thor (0.19.1)
  164. Using coffee-script (2.2.0)
  165. Using rdoc (4.1.1)
  166. Installing sass (3.2.18)
  167. Using sprockets (2.11.0)
  168. Using mail (2.5.4)
  169. Using sdoc (0.4.0)
  170. Installing thread_safe (0.3.1)
  171. Using activesupport (4.0.1)
  172. Using actionpack (4.0.1)
  173. Using activemodel (4.0.1)
  174. Using jbuilder (1.5.3)
  175. Using railties (4.0.1)
  176. Using actionmailer (4.0.1)
  177. Using sprockets-rails (2.0.1)
  178. Using activerecord (4.0.1)
  179. Using coffee-rails (4.0.1)
  180. Using jquery-rails (3.1.0)
  181. Using rails (4.0.1)
  182. Using turbolinks (2.2.1)
  183.  
  184. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  185.  
  186. /tmp/build_3b349119-b744-409a-90b9-5703111a718f/vendor/ruby-2.0.0/bin/ruby extconf.rb --with-icu-dir="/tmp/build_3b349119-b744-409a-90b9-5703111a718f/.apt/usr"
  187. checking for main() in -licui18n... no
  188. checking for main() in -licui18n... no
  189.  
  190.  
  191. ***************************************************************************************
  192. *********** icu required (brew install icu4c or apt-get install libicu-dev) ***********
  193. ***************************************************************************************
  194. *** extconf.rb failed ***
  195. Could not create Makefile due to some reason, probably lack of necessary
  196. libraries and/or headers. Check the mkmf.log file for more details. You may
  197. need configuration options.
  198.  
  199. Provided configuration options:
  200. --with-opt-dir
  201. --without-opt-dir
  202. --with-opt-include
  203. --without-opt-include=${opt-dir}/include
  204. --with-opt-lib
  205. --without-opt-lib=${opt-dir}/lib
  206. --with-make-prog
  207. --without-make-prog
  208. --srcdir=.
  209. --curdir
  210. --ruby=/tmp/build_3b349119-b744-409a-90b9-5703111a718f/vendor/ruby-2.0.0/bin/ruby
  211. --with-icu-dir
  212. --with-icu-include
  213. --without-icu-include=${icu-dir}/include
  214. --with-icu-lib
  215. --without-icu-lib=${icu-dir}/
  216. --with-icui18nlib
  217. --without-icui18nlib
  218. --with-icui18nlib
  219. --without-icui18nlib
  220.  
  221.  
  222. Gem files will remain installed in /tmp/build_3b349119-b744-409a-90b9-5703111a718f/vendor/bundle/ruby/2.0.0/gems/charlock_holmes-0.6.9.4 for inspection.
  223. Results logged to /tmp/build_3b349119-b744-409a-90b9-5703111a718f/vendor/bundle/ruby/2.0.0/gems/charlock_holmes-0.6.9.4/ext/charlock_holmes/gem_make.out
  224. Installing uglifier (2.5.0)
  225. Installing sass-rails (4.0.2)
  226. An error occurred while installing charlock_holmes (0.6.9.4), and Bundler cannot
  227. continue.
  228. Make sure that `gem install charlock_holmes -v '0.6.9.4'` succeeds before
  229. bundling.
  230. !
  231. ! Failed to install gems via Bundler.
  232. !
  233.  
  234. ! Push rejected, failed to compile Multipack app
  235.  
  236. To git@heroku.com:frozen-journey-7225.git
  237. ! [remote rejected] master -> master (pre-receive hook declined)
  238. error: failed to push some refs to 'git@heroku.com:frozen-journey-7225.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement