Advertisement
Guest User

gem-make-output

a guest
Apr 29th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. /Users/neo/.rubies/ruby-2.1.1/bin/ruby extconf.rb
  2. Extracting libxml2-2.8.0.tar.gz into tmp/x86_64-apple-darwin13.1.0/ports/libxml2/2.8.0... OK
  3. Running 'configure' for libxml2 2.8.0... OK
  4. Running 'compile' for libxml2 2.8.0... OK
  5. Running 'install' for libxml2 2.8.0... OK
  6. Activating libxml2 2.8.0 (from /usr/local/gemserver/.bundle/ruby/2.1.0/gems/nokogiri-1.6.1/ports/x86_64-apple-darwin13.1.0/libxml2/2.8.0)...
  7. Extracting libxslt-1.1.26.tar.gz into tmp/x86_64-apple-darwin13.1.0/ports/libxslt/1.1.26... OK
  8. Running 'configure' for libxslt 1.1.26... OK
  9. Running 'compile' for libxslt 1.1.26... OK
  10. Running 'install' for libxslt 1.1.26... OK
  11. Activating libxslt 1.1.26 (from /usr/local/gemserver/.bundle/ruby/2.1.0/gems/nokogiri-1.6.1/ports/x86_64-apple-darwin13.1.0/libxslt/1.1.26)...
  12. checking for libxml/parser.h... yes
  13. checking for libxslt/xslt.h... yes
  14. checking for libexslt/exslt.h... yes
  15. checking for iconv_open() in iconv.h... no
  16. checking for iconv_open() in -liconv... yes
  17. checking for xmlParseDoc() in -lxml2... yes
  18. checking for xsltParseStylesheetDoc() in -lxslt... yes
  19. checking for exsltFuncRegister() in -lexslt... yes
  20. checking for xmlHasFeature()... yes
  21. checking for xmlFirstElementChild()... yes
  22. checking for xmlRelaxNGSetParserStructuredErrors()... yes
  23. checking for xmlRelaxNGSetParserStructuredErrors()... yes
  24. checking for xmlRelaxNGSetValidStructuredErrors()... yes
  25. checking for xmlSchemaSetValidStructuredErrors()... yes
  26. checking for xmlSchemaSetParserStructuredErrors()... yes
  27. creating Makefile
  28.  
  29. make "DESTDIR=" clean
  30.  
  31. make "DESTDIR="
  32. compiling html_document.c
  33. compiling html_element_description.c
  34. compiling html_entity_lookup.c
  35. compiling html_sax_parser_context.c
  36. compiling html_sax_push_parser.c
  37. compiling nokogiri.c
  38. compiling xml_attr.c
  39. compiling xml_attribute_decl.c
  40. compiling xml_cdata.c
  41. compiling xml_comment.c
  42. compiling xml_document.c
  43. compiling xml_document_fragment.c
  44. compiling xml_dtd.c
  45. compiling xml_element_content.c
  46. compiling xml_element_decl.c
  47. compiling xml_encoding_handler.c
  48. compiling xml_entity_decl.c
  49. compiling xml_entity_reference.c
  50. compiling xml_io.c
  51. compiling xml_libxml2_hacks.c
  52. compiling xml_namespace.c
  53. compiling xml_node.c
  54. compiling xml_node_set.c
  55. compiling xml_processing_instruction.c
  56. compiling xml_reader.c
  57. compiling xml_relax_ng.c
  58. compiling xml_sax_parser.c
  59. compiling xml_sax_parser_context.c
  60. compiling xml_sax_push_parser.c
  61. compiling xml_schema.c
  62. compiling xml_syntax_error.c
  63. compiling xml_text.c
  64. compiling xml_xpath_context.c
  65. compiling xslt_stylesheet.c
  66. linking shared-object nokogiri/nokogiri.bundle
  67.  
  68. make "DESTDIR=" install
  69. /usr/bin/install -c -m 0755 nokogiri.bundle ./.gem.20140429-904-b67cn3/nokogiri
  70. installing default nokogiri libraries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement