Advertisement
Guest User

Untitled

a guest
Aug 21st, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. $ bundle
  2. Fetching gem metadata from https://rubygems.org/
  3. Fetching version metadata from https://rubygems.org/
  4. Fetching dependency metadata from https://rubygems.org/
  5. Resolving dependencies...
  6. Rubygems 2.0.14.1 is not threadsafe, so your gems will be installed one at a time. Upgrade to Rubygems 2.1.0 or higher to enable parallel gem installation.
  7. Using fast-stemmer 1.0.2
  8. Using directory_watcher 1.4.1
  9. Using kramdown 0.13.8
  10. Using liquid 2.4.1
  11. Using syntax 1.0.0
  12. Using posix-spawn 0.3.6
  13. Using yajl-ruby 1.1.0
  14.  
  15.  
  16. Your user account isn't allowed to install to the system Rubygems.
  17. You can cancel this installation and run:
  18.  
  19. bundle install --path vendor/bundle
  20.  
  21. to install the gems into ./vendor/bundle/, or you can enter your password
  22. and install the bundled gems to Rubygems using sudo.
  23.  
  24. Password:
  25. Installing nokogiri 1.5.9 with native extensions
  26.  
  27. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  28.  
  29. /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
  30. checking for libxml/parser.h... yes
  31. checking for libxslt/xslt.h... yes
  32. checking for libexslt/exslt.h... yes
  33. checking for iconv_open() in iconv.h... no
  34. checking for iconv_open() in -liconv... yes
  35. checking for xmlParseDoc() in -lxml2... no
  36. -----
  37. libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
  38. -----
  39. *** extconf.rb failed ***
  40. Could not create Makefile due to some reason, probably lack of necessary
  41. libraries and/or headers. Check the mkmf.log file for more details. You may
  42. need configuration options.
  43.  
  44. Provided configuration options:
  45. --with-opt-dir
  46. --without-opt-dir
  47. --with-opt-include
  48. --without-opt-include=${opt-dir}/include
  49. --with-opt-lib
  50. --without-opt-lib=${opt-dir}/lib
  51. --with-make-prog
  52. --without-make-prog
  53. --srcdir=.
  54. --curdir
  55. --ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
  56. --with-zlib-dir
  57. --without-zlib-dir
  58. --with-zlib-include
  59. --without-zlib-include=${zlib-dir}/include
  60. --with-zlib-lib
  61. --without-zlib-lib=${zlib-dir}/lib
  62. --with-iconv-dir
  63. --without-iconv-dir
  64. --with-iconv-include
  65. --without-iconv-include=${iconv-dir}/include
  66. --with-iconv-lib
  67. --without-iconv-lib=${iconv-dir}/lib
  68. --with-xml2-dir
  69. --without-xml2-dir
  70. --with-xml2-include
  71. --without-xml2-include=${xml2-dir}/include
  72. --with-xml2-lib
  73. --without-xml2-lib=${xml2-dir}/lib
  74. --with-xslt-dir
  75. --without-xslt-dir
  76. --with-xslt-include
  77. --without-xslt-include=${xslt-dir}/include
  78. --with-xslt-lib
  79. --without-xslt-lib=${xslt-dir}/lib
  80. --with-libxslt-config
  81. --without-libxslt-config
  82. --with-pkg-config
  83. --without-pkg-config
  84. --with-libxml-2.0-config
  85. --without-libxml-2.0-config
  86. --with-libiconv-config
  87. --without-libiconv-config
  88. --with-iconvlib
  89. --without-iconvlib
  90. --with-xml2lib
  91. --without-xml2lib
  92.  
  93.  
  94. Gem files will remain installed in /var/folders/hd/nfp3wlg90ms2ksf9ttkjymtr0000gn/T/bundler20160821-71083-100pf4enokogiri-1.5.9/gems/nokogiri-1.5.9 for inspection.
  95. Results logged to /var/folders/hd/nfp3wlg90ms2ksf9ttkjymtr0000gn/T/bundler20160821-71083-100pf4enokogiri-1.5.9/gems/nokogiri-1.5.9/ext/nokogiri/gem_make.out
  96. Using sass 3.2.5
  97. Using bundler 1.12.5
  98. Using classifier 1.3.3
  99. Using maruku 0.6.1
  100. Using pygments.rb 0.3.7
  101. An error occurred while installing nokogiri (1.5.9), and Bundler cannot continue.
  102. Make sure that `gem install nokogiri -v '1.5.9'` succeeds before bundling.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement