Created
November 28, 2010 16:11
-
-
Save millisami/719057 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
[2010-11-28 21:47:30] make | |
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -L. -L/usr/local/lib -Wl,-u,_objc_msgSend main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o dmyext.o -lpthread -ldl -lobjc -o miniruby | |
rbconfig.rb unchanged | |
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk | |
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c | |
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -I. -I.ext/include/x86_64-darwin10.4.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o prelude.o -c prelude.c | |
ar rcu libruby.1.9.1-static.a dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o prelude.o dmyext.o | |
gcc -dynamiclib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/millisami/.rvm/rubies/ruby-1.9.2-p0/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o prelude.o dmyext.o -o libruby.1.9.1.dylib | |
: -w -L 'Init_*' -L '*_threadptr_*' libruby.1.9.1.dylib | |
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc | |
encdb.h unchanged | |
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " enc | |
make[1]: Nothing to be done for `enc'. | |
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " srcs | |
make[1]: Nothing to be done for `srcs'. | |
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans | |
transdb.h unchanged | |
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " trans | |
make[1]: Nothing to be done for `./enc/trans'. | |
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " encs | |
mkdir -p .ext/x86_64-darwin10.4.0/enc .ext/x86_64-darwin10.4.0/enc/trans enc enc/trans | |
compiling -test-/bug-3662 | |
make[1]: Nothing to be done for `all'. | |
compiling bigdecimal | |
make[1]: Nothing to be done for `all'. | |
compiling continuation | |
make[1]: Nothing to be done for `all'. | |
compiling coverage | |
make[1]: Nothing to be done for `all'. | |
compiling curses | |
make[1]: Nothing to be done for `all'. | |
compiling dbm | |
make[1]: Nothing to be done for `all'. | |
compiling digest | |
make[1]: Nothing to be done for `all'. | |
compiling digest/bubblebabble | |
make[1]: Nothing to be done for `all'. | |
compiling digest/md5 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/rmd160 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/sha1 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/sha2 | |
make[1]: Nothing to be done for `all'. | |
compiling dl | |
make[1]: Nothing to be done for `all'. | |
compiling dl/callback | |
make[1]: Nothing to be done for `all'. | |
compiling dl/win32 | |
make[1]: Nothing to be done for `all'. | |
compiling etc | |
make[1]: Nothing to be done for `all'. | |
compiling fcntl | |
make[1]: Nothing to be done for `all'. | |
compiling fiber | |
make[1]: Nothing to be done for `all'. | |
compiling fiddle | |
make[1]: Nothing to be done for `all'. | |
compiling gdbm | |
make[1]: Nothing to be done for `all'. | |
compiling iconv | |
make[1]: Nothing to be done for `all'. | |
compiling io/nonblock | |
make[1]: Nothing to be done for `all'. | |
compiling io/wait | |
make[1]: Nothing to be done for `all'. | |
compiling json | |
make[1]: Nothing to be done for `all'. | |
compiling json/generator | |
make[1]: Nothing to be done for `all'. | |
compiling json/parser | |
make[1]: Nothing to be done for `all'. | |
compiling mathn/complex | |
make[1]: Nothing to be done for `all'. | |
compiling mathn/rational | |
make[1]: Nothing to be done for `all'. | |
compiling nkf | |
make[1]: Nothing to be done for `all'. | |
compiling objspace | |
make[1]: Nothing to be done for `all'. | |
compiling openssl | |
make[1]: Nothing to be done for `all'. | |
compiling psych | |
make[1]: Nothing to be done for `all'. | |
compiling pty | |
make[1]: Nothing to be done for `all'. | |
compiling racc/cparse | |
make[1]: Nothing to be done for `all'. | |
compiling readline | |
make[1]: Nothing to be done for `all'. | |
compiling ripper | |
../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/x86_64-darwin10.4.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c | |
compiling sdbm | |
make[1]: Nothing to be done for `all'. | |
compiling socket | |
make[1]: Nothing to be done for `all'. | |
compiling stringio | |
make[1]: Nothing to be done for `all'. | |
compiling strscan | |
make[1]: Nothing to be done for `all'. | |
compiling syck | |
make[1]: Nothing to be done for `all'. | |
compiling syslog | |
make[1]: Nothing to be done for `all'. | |
compiling tk | |
make[1]: Nothing to be done for `all'. | |
compiling tk/tkutil | |
make[1]: Nothing to be done for `all'. | |
compiling win32ole | |
make[1]: Nothing to be done for `all'. | |
compiling zlib | |
make[1]: Nothing to be done for `all'. | |
making ruby | |
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -L. -L/usr/local/lib -Wl,-u,_objc_msgSend main.o -lruby.1.9.1 -lpthread -ldl -lobjc -o ruby | |
Generating RDoc documentation | |
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb --extout=.ext -- "./bin/rdoc" --no-force-update --all --ri --op ".ext/rdoc" "." | |
uh-oh! RDoc had a problem: | |
Directory .ext/rdoc already exists, but it looks like it isn't an RDoc directory. | |
Because RDoc doesn't want to risk destroying any of your existing files, | |
you'll need to specify a different output directory name (using the --op <dir> | |
option) | |
run with --debug for full backtrace | |
make: *** [rdoc] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment