Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. Fetching source index from http://gems.ahncloud.com/
  2. Fetching source index from https://rubygems.org/
  3. Resolving dependencies...........................
  4. Using rake 10.3.2
  5. Using RubyInline 3.11.3 from https://github.com/alliancehealth/rubyinline.git (at master)
  6. Using i18n 0.6.11
  7. Using minitest 4.7.5
  8. Using multi_json 1.10.1
  9. Using thread_safe 0.3.4
  10. Using tzinfo 0.3.41
  11. Using activesupport 4.0.9
  12. Using builder 3.1.4
  13. Using erubis 2.7.0
  14. Using rack 1.5.2
  15. Using rack-test 0.6.2
  16. Using actionpack 4.0.9
  17. Using mime-types 1.25.1
  18. Using polyglot 0.3.5
  19. Using treetop 1.4.15
  20. Using mail 2.5.4
  21. Using actionmailer 4.0.9
  22. Using activemodel 4.0.9
  23. Using activerecord-deprecated_finders 1.0.3
  24. Using arel 4.0.0
  25. Using activerecord 4.0.9
  26. Using rails-observers 0.1.2
  27. Using activeresource 4.0.0
  28. Using addressable 2.3.6
  29. Using annotate 2.6.3
  30. Using awesome_print 1.2.0
  31. Using json 1.7.7
  32. Using mini_portile 0.5.3
  33.  
  34.  
  35. Your user account isn't allowed to install to the system Rubygems.
  36. You can cancel this installation and run:
  37.  
  38. bundle install --path vendor/bundle
  39.  
  40. to install the gems into ./vendor/bundle/, or you can enter your password
  41. and install the bundled gems to Rubygems using sudo.
  42.  
  43. Password:
  44.  
  45. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
  46.  
  47. /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb -v 1.6.1 --with-xml2-include=/usr/local/Cellar/libxml2/2.7.8/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.7.8/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.26
  48. Extracting libxml2-2.8.0.tar.gz into tmp/x86_64-apple-darwin13.3.0/ports/libxml2/2.8.0... OK
  49. Running 'configure' for libxml2 2.8.0... OK
  50. Running 'compile' for libxml2 2.8.0... OK
  51. Running 'install' for libxml2 2.8.0... OK
  52. Activating libxml2 2.8.0 (from /private/var/folders/pr/1gy2cjl11k1_x5l74s5fdxbcv05zr9/T/bundler20140902-72667-156tbnb/nokogiri-1.6.1/gems/nokogiri-1.6.1/ports/x86_64-apple-darwin13.3.0/libxml2/2.8.0)...
  53. Extracting libxslt-1.1.26.tar.gz into tmp/x86_64-apple-darwin13.3.0/ports/libxslt/1.1.26... OK
  54. Running 'configure' for libxslt 1.1.26... OK
  55. Running 'compile' for libxslt 1.1.26... OK
  56. Running 'install' for libxslt 1.1.26... OK
  57. Activating libxslt 1.1.26 (from /private/var/folders/pr/1gy2cjl11k1_x5l74s5fdxbcv05zr9/T/bundler20140902-72667-156tbnb/nokogiri-1.6.1/gems/nokogiri-1.6.1/ports/x86_64-apple-darwin13.3.0/libxslt/1.1.26)...
  58. checking for libxml/parser.h... yes
  59. checking for libxslt/xslt.h... yes
  60. checking for libexslt/exslt.h... yes
  61. checking for iconv_open() in iconv.h... yes
  62. checking for xmlParseDoc() in -lxml2... no
  63. -----
  64. libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
  65. -----
  66. *** extconf.rb failed ***
  67. Could not create Makefile due to some reason, probably lack of necessary
  68. libraries and/or headers. Check the mkmf.log file for more details. You may
  69. need configuration options.
  70.  
  71. Provided configuration options:
  72. --with-opt-dir
  73. --without-opt-dir
  74. --with-opt-include
  75. --without-opt-include=${opt-dir}/include
  76. --with-opt-lib
  77. --without-opt-lib=${opt-dir}/lib
  78. --with-make-prog
  79. --without-make-prog
  80. --srcdir=.
  81. --curdir
  82. --ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
  83. --with-zlib-dir
  84. --without-zlib-dir
  85. --with-zlib-include
  86. --without-zlib-include=${zlib-dir}/include
  87. --with-zlib-lib
  88. --without-zlib-lib=${zlib-dir}/lib
  89. --with-iconv-dir
  90. --without-iconv-dir
  91. --with-iconv-include
  92. --without-iconv-include=${iconv-dir}/include
  93. --with-iconv-lib
  94. --without-iconv-lib=${iconv-dir}/lib
  95. --with-xml2-dir
  96. --without-xml2-dir
  97. --with-xml2-include=${xml2-dir}/include
  98. --with-xml2-lib=${xml2-dir}/lib
  99. --with-xslt-dir
  100. --with-xslt-include
  101. --without-xslt-include=${xslt-dir}/include
  102. --with-xslt-lib
  103. --without-xslt-lib=${xslt-dir}/lib
  104. --with-libxslt-config
  105. --without-libxslt-config
  106. --with-pkg-config
  107. --without-pkg-config
  108. --with-libxml-2.0-config
  109. --without-libxml-2.0-config
  110. --with-libiconv-config
  111. --without-libiconv-config
  112. --with-xml2lib
  113. --without-xml2lib
  114.  
  115.  
  116. Gem files will remain installed in /var/folders/pr/1gy2cjl11k1_x5l74s5fdxbcv05zr9/T/bundler20140902-72667-156tbnb/nokogiri-1.6.1/gems/nokogiri-1.6.1 for inspection.
  117. Results logged to /var/folders/pr/1gy2cjl11k1_x5l74s5fdxbcv05zr9/T/bundler20140902-72667-156tbnb/nokogiri-1.6.1/gems/nokogiri-1.6.1/ext/nokogiri/gem_make.out
  118. An error occurred while installing nokogiri (1.6.1), and Bundler cannot continue.
  119. Make sure that `gem install nokogiri -v '1.6.1'` succeeds before bundling.
  120. ~/Developer/Rails/Connect(thomas)
  121. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement