Advertisement
beast_code

Rails-error

Jun 27th, 2014
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 8.11 KB | None | 0 0
  1. |11:11:05| ~ bundle install
  2. Fetching source index from https://rubygems.org/
  3. Using rake 10.3.2
  4. Using Ascii85 1.0.2
  5. Using i18n 0.6.9
  6. Using multi_json 1.8.4
  7. Using activesupport 3.2.14
  8. Using builder 3.0.4
  9. Using activemodel 3.2.14
  10. Using erubis 2.7.0
  11. Using journey 1.0.4
  12. Using rack 1.4.5
  13. Using rack-cache 1.2
  14. Using rack-test 0.6.2
  15. Using hike 1.2.3
  16. Using tilt 1.4.1
  17. Using sprockets 2.2.2
  18. Using actionpack 3.2.14
  19. Using mime-types 1.25.1
  20. Using polyglot 0.3.3
  21. Using treetop 1.4.15
  22. Using mail 2.5.4
  23. Using actionmailer 3.2.14
  24. Using arel 3.0.3
  25. Using tzinfo 0.3.38
  26. Using activerecord 3.2.14
  27. Using activeresource 3.2.14
  28. Using acts_as_commentable 4.0.1
  29. Using addressable 2.3.5
  30. Using afm 0.2.0
  31. Using awesome_print 1.2.0
  32. Using bcrypt-ruby 3.1.2
  33. Using coderay 1.1.0
  34. Using better_errors 1.0.1
  35. Using debug_inspector 0.0.2
  36. Using binding_of_caller 0.7.2
  37. Using birthday 0.2.0
  38. Using rack-ssl 1.3.3
  39. Using json 1.8.1
  40. Using rdoc 3.12.2
  41. Using thor 0.18.1
  42. Using railties 3.2.14
  43. Using bootstrap-datepicker-rails 1.1.1.11
  44. Using fastercsv 1.5.5
  45. Using haml 4.1.0.beta.1
  46. Using highline 1.6.20
  47. Using sexp_processor 4.4.1
  48. Using ruby_parser 3.2.2
  49. Using ruby2ruby 2.0.7
  50. Using sass 3.2.14
  51. Using temple 0.6.7
  52. Using slim 2.0.2
  53. Using terminal-table 1.4.5
  54. Using brakeman 2.3.1
  55. Using browser 0.2.1
  56. Using uniform_notifier 1.4.0
  57. Using bullet 4.6.0
  58. Using columnize 0.8.9
  59. Using debugger-linecache 1.2.0
  60. Using byebug 2.7.0
  61. Using callsite 0.0.11
  62. Using cancan 1.6.10
  63. Using mini_portile 0.5.2
  64.  
  65.  
  66. Your user account isn't allowed to install to the system Rubygems.
  67. You can cancel this installation and run:
  68.  
  69.    bundle install --path vendor/bundle
  70.  
  71. to install the gems into ./vendor/bundle/, or you can enter your password
  72. and install the bundled gems to Rubygems using sudo.
  73.  
  74. Password:
  75.  
  76. Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
  77.  
  78.    /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
  79. Extracting libxml2-2.8.0.tar.gz into tmp/x86_64-apple-darwin13.2.0/ports/libxml2/2.8.0... OK
  80. Running 'configure' for libxml2 2.8.0... OK
  81. Running 'compile' for libxml2 2.8.0... OK
  82. Running 'install' for libxml2 2.8.0... OK
  83. Activating libxml2 2.8.0 (from /private/var/folders/mp/tl8cpc_j0vd504t3npnqxzl00000gn/T/bundler20140627-949-55sx95/nokogiri-1.6.1/gems/nokogiri-1.6.1/ports/x86_64-apple-darwin13.2.0/libxml2/2.8.0)...
  84. Extracting libxslt-1.1.26.tar.gz into tmp/x86_64-apple-darwin13.2.0/ports/libxslt/1.1.26... OK
  85. Running 'configure' for libxslt 1.1.26... OK
  86. Running 'compile' for libxslt 1.1.26... OK
  87. Running 'install' for libxslt 1.1.26... OK
  88. Activating libxslt 1.1.26 (from /private/var/folders/mp/tl8cpc_j0vd504t3npnqxzl00000gn/T/bundler20140627-949-55sx95/nokogiri-1.6.1/gems/nokogiri-1.6.1/ports/x86_64-apple-darwin13.2.0/libxslt/1.1.26)...
  89. checking for libxml/parser.h... yes
  90. checking for libxslt/xslt.h... yes
  91. checking for libexslt/exslt.h... yes
  92. checking for iconv_open() in iconv.h... no
  93. checking for iconv_open() in -liconv... yes
  94. checking for xmlParseDoc() in -lxml2... no
  95. -----
  96. libxml2 is missing.  please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
  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=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
  115.     --with-zlib-dir
  116.     --without-zlib-dir
  117.     --with-zlib-include
  118.     --without-zlib-include=${zlib-dir}/include
  119.     --with-zlib-lib
  120.     --without-zlib-lib=${zlib-dir}/lib
  121.     --with-iconv-dir
  122.     --without-iconv-dir
  123.     --with-iconv-include
  124.     --without-iconv-include=${iconv-dir}/include
  125.     --with-iconv-lib
  126.     --without-iconv-lib=${iconv-dir}/lib
  127.     --with-xml2-dir
  128.     --without-xml2-dir
  129.     --with-xml2-include
  130.     --without-xml2-include=${xml2-dir}/include
  131.     --with-xml2-lib
  132.     --without-xml2-lib=${xml2-dir}/lib
  133.     --with-xslt-dir
  134.     --without-xslt-dir
  135.     --with-xslt-include
  136.     --without-xslt-include=${xslt-dir}/include
  137.     --with-xslt-lib
  138.     --without-xslt-lib=${xslt-dir}/lib
  139.     --with-libxslt-config
  140.     --without-libxslt-config
  141.     --with-pkg-config
  142.     --without-pkg-config
  143.     --with-libxml-2.0-config
  144.     --without-libxml-2.0-config
  145.     --with-libiconv-config
  146.     --without-libiconv-config
  147.     --with-iconvlib
  148.     --without-iconvlib
  149.     --with-xml2lib
  150.     --without-xml2lib
  151.  
  152. extconf failed, exit code 1
  153.  
  154. Gem files will remain installed in /var/folders/mp/tl8cpc_j0vd504t3npnqxzl00000gn/T/bundler20140627-949-55sx95/nokogiri-1.6.1/gems/nokogiri-1.6.1 for inspection.
  155. Results logged to /var/folders/mp/tl8cpc_j0vd504t3npnqxzl00000gn/T/bundler20140627-949-55sx95/nokogiri-1.6.1/extensions/universal-darwin-13/2.0.0/nokogiri-1.6.1/gem_make.out
  156. An error occurred while installing nokogiri (1.6.1), and Bundler cannot continue.
  157. Make sure that `gem install nokogiri -v '1.6.1'` succeeds before bundling.
  158. |11:15:49| ~ sudo gem install nokogiri -v '1.6.1'
  159. Building native extensions.  This could take a while...
  160. ERROR:  Error installing nokogiri:
  161.     ERROR: Failed to build gem native extension.
  162.  
  163.    /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
  164. Extracting libxml2-2.8.0.tar.gz into tmp/x86_64-apple-darwin13.2.0/ports/libxml2/2.8.0... OK
  165. Running 'configure' for libxml2 2.8.0... OK
  166. Running 'compile' for libxml2 2.8.0... OK
  167. Running 'install' for libxml2 2.8.0... OK
  168. Activating libxml2 2.8.0 (from /Library/Ruby/Gems/2.0.0/gems/nokogiri-1.6.1/ports/x86_64-apple-darwin13.2.0/libxml2/2.8.0)...
  169. Extracting libxslt-1.1.26.tar.gz into tmp/x86_64-apple-darwin13.2.0/ports/libxslt/1.1.26... OK
  170. Running 'configure' for libxslt 1.1.26... OK
  171. Running 'compile' for libxslt 1.1.26... OK
  172. Running 'install' for libxslt 1.1.26... OK
  173. Activating libxslt 1.1.26 (from /Library/Ruby/Gems/2.0.0/gems/nokogiri-1.6.1/ports/x86_64-apple-darwin13.2.0/libxslt/1.1.26)...
  174. checking for libxml/parser.h... yes
  175. checking for libxslt/xslt.h... yes
  176. checking for libexslt/exslt.h... yes
  177. checking for iconv_open() in iconv.h... no
  178. checking for iconv_open() in -liconv... yes
  179. checking for xmlParseDoc() in -lxml2... no
  180. -----
  181. libxml2 is missing.  please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
  182. -----
  183. *** extconf.rb failed ***
  184. Could not create Makefile due to some reason, probably lack of necessary
  185. libraries and/or headers.  Check the mkmf.log file for more details.  You may
  186. need configuration options.
  187.  
  188. Provided configuration options:
  189.     --with-opt-dir
  190.     --without-opt-dir
  191.     --with-opt-include
  192.     --without-opt-include=${opt-dir}/include
  193.     --with-opt-lib
  194.     --without-opt-lib=${opt-dir}/lib
  195.     --with-make-prog
  196.     --without-make-prog
  197.     --srcdir=.
  198.     --curdir
  199.     --ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
  200.     --with-zlib-dir
  201.     --without-zlib-dir
  202.     --with-zlib-include
  203.     --without-zlib-include=${zlib-dir}/include
  204.     --with-zlib-lib
  205.     --without-zlib-lib=${zlib-dir}/lib
  206.     --with-iconv-dir
  207.     --without-iconv-dir
  208.     --with-iconv-include
  209.     --without-iconv-include=${iconv-dir}/include
  210.     --with-iconv-lib
  211.     --without-iconv-lib=${iconv-dir}/lib
  212.     --with-xml2-dir
  213.     --without-xml2-dir
  214.     --with-xml2-include
  215.     --without-xml2-include=${xml2-dir}/include
  216.     --with-xml2-lib
  217.     --without-xml2-lib=${xml2-dir}/lib
  218.     --with-xslt-dir
  219.     --without-xslt-dir
  220.     --with-xslt-include
  221.     --without-xslt-include=${xslt-dir}/include
  222.     --with-xslt-lib
  223.     --without-xslt-lib=${xslt-dir}/lib
  224.     --with-libxslt-config
  225.     --without-libxslt-config
  226.     --with-pkg-config
  227.     --without-pkg-config
  228.     --with-libxml-2.0-config
  229.     --without-libxml-2.0-config
  230.     --with-libiconv-config
  231.     --without-libiconv-config
  232.     --with-iconvlib
  233.     --without-iconvlib
  234.     --with-xml2lib
  235.     --without-xml2lib
  236.  
  237. extconf failed, exit code 1
  238.  
  239. Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/nokogiri-1.6.1 for inspection.
  240. Results logged to /Library/Ruby/Gems/2.0.0/extensions/universal-darwin-13/2.0.0/nokogiri-1.6.1/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement