Advertisement
Guest User

Untitled

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