Skip to content

Instantly share code, notes, and snippets.

@brynary
Created February 8, 2009 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brynary/60492 to your computer and use it in GitHub Desktop.
Save brynary/60492 to your computer and use it in GitHub Desktop.
$ rake
(in /Users/bhelmkamp/p/nokogiri)
checking for #include <libxml/parser.h>
... yes
checking for #include <libxslt/xslt.h>
... yes
checking for #include <libexslt/exslt.h>
... yes
checking for xmlParseDoc() in -lxml2... yes
checking for xsltParseStylesheetDoc() in -lxslt... yes
checking for exsltFuncRegister() in -lexslt... yes
creating Makefile
gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -I/opt/local/include/libxml2 -fno-common -arch i386 -Os -pipe -fno-common -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -c html_document.c
gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -I/opt/local/include/libxml2 -fno-common -arch i386 -Os -pipe -fno-common -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -c native.c
gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -I/opt/local/include/libxml2 -fno-common -arch i386 -Os -pipe -fno-common -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -c xml_document.c
gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -I/opt/local/include/libxml2 -fno-common -arch i386 -Os -pipe -fno-common -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -c xml_sax_parser.c
gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -I/opt/local/include/libxml2 -fno-common -arch i386 -Os -pipe -fno-common -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -c xml_sax_push_parser.c
gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -I/opt/local/include/libxml2 -fno-common -arch i386 -Os -pipe -fno-common -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -c xml_syntax_error.c
gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -I/opt/local/include/libxml2 -fno-common -arch i386 -Os -pipe -fno-common -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -c xml_xpath_context.c
cc -arch i386 -pipe -bundle -undefined dynamic_lookup -o native.bundle html_document.o html_sax_parser.o native.o xml_attr.o xml_cdata.o xml_comment.o xml_document.o xml_document_fragment.o xml_dtd.o xml_entity_reference.o xml_io.o xml_node.o xml_node_set.o xml_processing_instruction.o xml_reader.o xml_sax_parser.o xml_sax_push_parser.o xml_syntax_error.o xml_text.o xml_xpath.o xml_xpath_context.o xslt_stylesheet.o -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L"/opt/local/lib" -L. -arch i386 -lruby -lexslt -lxslt -lxml2 -lpthread -ldl -lm
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -w -Ilib:ext:lib:bin:test "/Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb" "test/css/test_nthiness.rb" "test/css/test_parser.rb" "test/css/test_tokenizer.rb" "test/css/test_xpath_visitor.rb" "test/hpricot/test_alter.rb" "test/hpricot/test_builder.rb" "test/hpricot/test_parser.rb" "test/hpricot/test_paths.rb" "test/hpricot/test_preserved.rb" "test/hpricot/test_xml.rb" "test/html/sax/test_parser.rb" "test/html/test_builder.rb" "test/html/test_document.rb" "test/html/test_node.rb" "test/test_convert_xpath.rb" "test/test_css_cache.rb" "test/test_gc.rb" "test/test_memory_leak.rb" "test/test_nokogiri.rb" "test/test_reader.rb" "test/test_xslt_transforms.rb" "test/xml/sax/test_parser.rb" "test/xml/sax/test_push_parser.rb" "test/xml/test_attr.rb" "test/xml/test_builder.rb" "test/xml/test_cdata.rb" "test/xml/test_comment.rb" "test/xml/test_document.rb" "test/xml/test_document_fragment.rb" "test/xml/test_dtd.rb" "test/xml/test_entity_reference.rb" "test/xml/test_node.rb" "test/xml/test_node_set.rb" "test/xml/test_processing_instruction.rb" "test/xml/test_text.rb" "test/xml/test_xpath.rb"
/Library/Ruby/Gems/1.8/gems/hpricot-0.6/lib/hpricot/builder.rb:11: warning: `&' interpreted as argument prefix
Loaded suite /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader
Started
.....................................................................................................................................................................................................................................................
dike is not installed, skipping memory leak test
.............................................................................
Finished in 2.604641 seconds.
322 tests, 908 assertions, 0 failures, 0 errors
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278: [BUG] Bus Error
ruby 1.8.6 (2008-03-03) [universal-darwin9.0]
rake aborted!
Command failed with status (): [/System/Library/Frameworks/Ruby.framework/...]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment