Created
December 4, 2010 22:32
-
-
Save emiltin/728552 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/MacRuby-trunk$ ruby -v | |
| ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] | |
| ~/MacRuby-trunk$ rake jobs=2 --trace | |
| [numerous lines..........] | |
| cd ext/zlib && ../../miniruby -I../.. -I../../lib -r rbconfig -e "RbConfig::CONFIG['libdir'] = '../..'; require './extconf.rb'" | |
| checking for deflateReset() in -lz... yes | |
| checking for zlib.h... yes | |
| checking for kind of operating system... Unix | |
| creating Makefile | |
| cd ext/zlib && /usr/bin/make top_srcdir=../.. ruby="../../miniruby -I../.. -I../../lib" extout=../../.ext hdrdir=../../include arch_hdrdir=../../include libdir=../.. | |
| /usr/bin/gcc -I. -I../../include -I../../include/ruby/backward -I../../include -I. -I../.. -DHAVE_ZLIB_H -DOS_CODE=OS_UNIX -fno-common -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall -arch i386 -arch x86_64 -o zlib.o -c zlib.c | |
| /usr/bin/gcc -dynamic -bundle -undefined suppress -flat_namespace -arch i386 -arch x86_64 -o zlib.bundle zlib.o -L. -L../.. -arch i386 -arch x86_64 -lmacruby -lz | |
| rake aborted! | |
| Command failed with status (2): [cd ext/iconv && /usr/bin/make top_srcdir=....] | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in `sh' | |
| /Users/emiltin/MacRuby-trunk/rakelib/builder/builder.rb:27:in `join' | |
| /Users/emiltin/MacRuby-trunk/rakelib/builder/builder.rb:27:in `parallel_execute' | |
| /Users/emiltin/MacRuby-trunk/rakelib/builder/builder.rb:21:in `each' | |
| /Users/emiltin/MacRuby-trunk/rakelib/builder/builder.rb:21:in `parallel_execute' | |
| /Users/emiltin/MacRuby-trunk/rakelib/builder/builder.rb:179:in `build' | |
| /Users/emiltin/MacRuby-trunk/rakelib/builder.rake:123 | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain' | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain' | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain' | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run' | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.7/bin/rake:31 | |
| /usr/bin/rake:19:in `load' | |
| /usr/bin/rake:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment