Advertisement
Guest User

issues using gollum(uses charlock_holmes) deployed on heroku

a guest
Aug 16th, 2014
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.37 KB | None | 0 0
  1.  
  2.     -----> Ruby app detected
  3.     -----> Compiling Ruby/Rails
  4.     -----> Using Ruby version: ruby-2.1.2
  5.     -----> Installing dependencies using 1.6.3
  6.            Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  7.            Fetching gem metadata from https://rubygems.org/.........
  8.            Using rake 10.3.2
  9.            Using i18n 0.6.11
  10.            Using minitest 5.4.0
  11.            Using builder 3.2.2
  12.            Using thread_safe 0.3.4
  13.            Using erubis 2.7.0
  14.            Using rack 1.5.2
  15.            Using mime-types 1.25.1
  16.            Using polyglot 0.3.5
  17.            Using arel 5.0.1.20140414130214
  18.            Using bcrypt 3.1.7
  19.            Using json 1.8.1
  20.            Using coffee-script-source 1.7.1
  21.            Using execjs 2.2.1
  22.            Using thor 0.19.1
  23.            Installing daemons 1.1.9
  24.            Using orm_adapter 0.5.0
  25.            Installing diff-lcs 1.2.5
  26.            Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  27.            /tmp/build_3a43012d-b7a2-47ed-954a-e83d2fb286c3/vendor/ruby-2.1.2/bin/ruby extconf.rb
  28.            checking for main() in -licui18n... no
  29.            checking for main() in -licui18n... no
  30.            ***************************************************************************************
  31.            *********** icu required (brew install icu4c or apt-get install libicu-dev) ***********
  32.            ***************************************************************************************
  33.            *** extconf.rb failed ***
  34.            Could not create Makefile due to some reason, probably lack of necessary
  35.            libraries and/or headers.  Check the mkmf.log file for more details.  You may
  36.            need configuration options.
  37.            Provided configuration options:
  38.            --with-opt-dir
  39.            --without-opt-dir
  40.            --with-opt-include
  41.            --without-opt-include=${opt-dir}/include
  42.            --with-opt-lib
  43.            --without-opt-lib=${opt-dir}/lib
  44.            --with-make-prog
  45.            --without-make-prog
  46.            --srcdir=.
  47.            --curdir
  48.            --ruby=/tmp/build_3a43012d-b7a2-47ed-954a-e83d2fb286c3/vendor/ruby-2.1.2/bin/ruby
  49.            --with-icu-dir
  50.            --without-icu-dir
  51.            --with-icu-include
  52.            --without-icu-include=${icu-dir}/include
  53.            --with-icu-lib
  54.            --without-icu-lib=${icu-dir}/lib
  55.            --with-icui18nlib
  56.            --without-icui18nlib
  57.            --with-icui18nlib
  58.            --without-icui18nlib
  59.            extconf failed, exit code 1
  60.            Gem files will remain installed in /tmp/build_3a43012d-b7a2-47ed-954a-e83d2fb286c3/vendor/bundle/ruby/2.1.0/gems/charlock_holmes-0.7.3 for inspection.
  61.            Results logged to /tmp/build_3a43012d-b7a2-47ed-954a-e83d2fb286c3/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0-static/charlock_holmes-0.7.3/gem_make.out
  62.            Installing eventmachine 1.0.3
  63.            Installing charlock_holmes_bundle_icu 0.6.9.2
  64.            An error occurred while installing charlock_holmes (0.7.3), and Bundler cannot
  65.            continue.
  66.            Make sure that `gem install charlock_holmes -v '0.7.3'` succeeds before
  67.            bundling.
  68.            Bundler Output: Fetching gem metadata from https://rubygems.org/.........
  69.            Using rake 10.3.2
  70.            Using i18n 0.6.11
  71.            Using minitest 5.4.0
  72.            Using builder 3.2.2
  73.            Using thread_safe 0.3.4
  74.            Using erubis 2.7.0
  75.            Using rack 1.5.2
  76.            Using mime-types 1.25.1
  77.            Using polyglot 0.3.5
  78.            Using arel 5.0.1.20140414130214
  79.            Using bcrypt 3.1.7
  80.            Using json 1.8.1
  81.            Using coffee-script-source 1.7.1
  82.            Using execjs 2.2.1
  83.            Using thor 0.19.1
  84.            Installing daemons 1.1.9
  85.            Using orm_adapter 0.5.0
  86.            Installing diff-lcs 1.2.5
  87.            
  88.            Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  89.            
  90.            /tmp/build_3a43012d-b7a2-47ed-954a-e83d2fb286c3/vendor/ruby-2.1.2/bin/ruby extconf.rb
  91.            checking for main() in -licui18n... no
  92.            checking for main() in -licui18n... no
  93.            
  94.            
  95.            ***************************************************************************************
  96.            *********** icu required (brew install icu4c or apt-get install libicu-dev) ***********
  97.            ***************************************************************************************
  98.            *** extconf.rb failed ***
  99.            Could not create Makefile due to some reason, probably lack of necessary
  100.            libraries and/or headers.  Check the mkmf.log file for more details.  You may
  101.            need configuration options.
  102.            
  103.            Provided configuration options:
  104.            --with-opt-dir
  105.            --without-opt-dir
  106.            --with-opt-include
  107.            --without-opt-include=${opt-dir}/include
  108.            --with-opt-lib
  109.            --without-opt-lib=${opt-dir}/lib
  110.            --with-make-prog
  111.            --without-make-prog
  112.            --srcdir=.
  113.            --curdir
  114.            --ruby=/tmp/build_3a43012d-b7a2-47ed-954a-e83d2fb286c3/vendor/ruby-2.1.2/bin/ruby
  115.            --with-icu-dir
  116.            --without-icu-dir
  117.            --with-icu-include
  118.            --without-icu-include=${icu-dir}/include
  119.            --with-icu-lib
  120.            --without-icu-lib=${icu-dir}/lib
  121.            --with-icui18nlib
  122.            --without-icui18nlib
  123.            --with-icui18nlib
  124.            --without-icui18nlib
  125.            
  126.            extconf failed, exit code 1
  127.            
  128.            Gem files will remain installed in /tmp/build_3a43012d-b7a2-47ed-954a-e83d2fb286c3/vendor/bundle/ruby/2.1.0/gems/charlock_holmes-0.7.3 for inspection.
  129.            Results logged to /tmp/build_3a43012d-b7a2-47ed-954a-e83d2fb286c3/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/2.1.0-static/charlock_holmes-0.7.3/gem_make.out
  130.            Installing eventmachine 1.0.3
  131.            Installing charlock_holmes_bundle_icu 0.6.9.2
  132.            An error occurred while installing charlock_holmes (0.7.3), and Bundler cannot
  133.            continue.
  134.            Make sure that `gem install charlock_holmes -v '0.7.3'` succeeds before
  135.            bundling.
  136.      !
  137.      !     Failed to install gems via Bundler.
  138.      !
  139.    
  140.      !     Push rejected, failed to compile Ruby app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement