Project

General

Profile

Bug #2641 » rubyseg.txt

first build - kallisti5 (Alexander von Gluck), 01/25/2010 02:55 PM

 
~/develop/ruby> make clean
cleaning encodings
make[1]: Entering directory `/boot/home/develop/ruby'
make[1]: enc.mk: No such file or directory
make[1]: *** No rule to make target `enc.mk'. Stop.
make[1]: Leaving directory `/boot/home/develop/ruby'
make: [clean-enc] Error 2 (ignored)
~/develop/ruby> make -j2
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o main.o -c main.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o dln.o -c dln.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o dmyencoding.o -c dmyencoding.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o miniprelude.o -c miniprelude.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o array.o -c array.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o bignum.o -c bignum.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o class.o -c class.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o compar.o -c compar.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o complex.o -c complex.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o dir.o -c dir.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o enum.o -c enum.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o enumerator.o -c enumerator.c
ruby ./tool/generic_erb.rb -c -o known_errors.inc ./template/known_errors.inc.tmpl ./defs/known_errors.def
known_errors.inc updated
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o eval.o -c eval.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o load.o -c load.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o proc.o -c proc.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o file.o -c file.c
file.c: In function 'be_chown':
file.c:77: warning: comparison between signed and unsigned
file.c:77: warning: comparison between signed and unsigned
file.c:80: warning: comparison between signed and unsigned
file.c:81: warning: comparison between signed and unsigned
file.c: In function 'be_fchown':
file.c:89: warning: comparison between signed and unsigned
file.c:89: warning: comparison between signed and unsigned
file.c:92: warning: comparison between signed and unsigned
file.c:93: warning: comparison between signed and unsigned
file.c: In function 'eaccess':
file.c:993: warning: comparison between signed and unsigned
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o gc.o -c gc.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o hash.o -c hash.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o inits.o -c inits.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o io.o -c io.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o marshal.o -c marshal.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o math.o -c math.c
math.c: In function 'math_gamma':
math.c:692: warning: incompatible implicit declaration of built-in function 'tgamma'
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o node.o -c node.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o numeric.o -c numeric.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o object.o -c object.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o pack.o -c pack.c
pack.c: In function 'pack_unpack':
pack.c:1956: warning: comparison between signed and unsigned
pack.c:1996: warning: comparison between signed and unsigned
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o parse.o -c parse.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o process.o -c process.c
process.c: In function 'p_uid_change_privilege':
process.c:4094: warning: signed and unsigned type in conditional expression
process.c:4095: warning: signed and unsigned type in conditional expression
process.c:4097: warning: signed and unsigned type in conditional expression
process.c: In function 'p_gid_change_privilege':
process.c:4712: warning: signed and unsigned type in conditional expression
process.c:4713: warning: signed and unsigned type in conditional expression
process.c:4715: warning: signed and unsigned type in conditional expression
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o random.o -c random.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o range.o -c range.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o rational.o -c rational.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o re.o -c re.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o regcomp.o -c regcomp.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o regenc.o -c regenc.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o regerror.o -c regerror.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o regexec.o -c regexec.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o regparse.o -c regparse.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o regsyntax.o -c regsyntax.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o ruby.o -c ruby.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o safe.o -c safe.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o signal.o -c signal.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o sprintf.o -c sprintf.c
In file included from sprintf.c:1113:
missing/vsnprintf.c:200:1: warning: "EOF" redefined
In file included from /boot/develop/headers/bsd/stdio.h:9,
from ./include/ruby/ruby.h:71,
from sprintf.c:14:
/boot/develop/headers/posix/stdio.h:42:1: warning: this is the location of the previous definition
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o st.o -c st.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o strftime.o -c strftime.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o string.o -c string.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o struct.o -c struct.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o time.o -c time.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o transcode.o -c transcode.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o util.o -c util.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o variable.o -c variable.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o version.o -c version.c
ruby -Ks ./tool/insns2vm.rb --srcdir="." insns.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." insns_info.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." optinsn.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." optunifs.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." opt_sc.inc
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o debug.o -c debug.c
ruby -n ./tool/node_name.rb node.h > node_name.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." vmtc.inc
ruby -Ks ./tool/insns2vm.rb --srcdir="." vm.inc
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o vm_dump.o -c vm_dump.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o thread.o -c thread.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o cont.o -c cont.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o ascii.o -c ./enc/ascii.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o us_ascii.o -c ./enc/us_ascii.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o unicode.o -c ./enc/unicode.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o utf_8.o -c ./enc/utf_8.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o newline.o -c newline.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o dmyext.o -c dmyext.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o encoding.o -c encoding.c
./tool/file2lastrev.rb:8: undefined method `Pathname' for main:Object (NoMethodError)
make: [.revision.time] Error 1 (ignored)
./revision.h unchanged
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o dmydln.o -c dmydln.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o error.o -c error.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o compile.o -c compile.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o iseq.o -c iseq.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i586-haiku -I./include -I. -DRUBY_EXPORT -o vm.o -c vm.c
gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -L. main.o dmydln.o dmyencoding.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.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 version.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 -o miniruby
./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
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(1, write)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
rbconfig.rb unchangedthread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(1, write)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)

thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:357:0x4989e0 - rb_thread_terminate_all (main thread: 0x1801d080)
thread.c:322:0x4989e0 - terminate_i: main thread (0x1801d080)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
./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
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:357:0x4989e0 - rb_thread_terminate_all (main thread: 0x1801d080)
thread.c:322:0x4989e0 - terminate_i: main thread (0x1801d080)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
./template/encdb.h.tmpl:36:in `initialize': No such file or directory - ./enc/emmule.c (Errno::ENOENT)
from ./template/encdb.h.tmpl:36:in `open'
from ./template/encdb.h.tmpl:36:in `block (2 levels) in <main>'
from ./template/encdb.h.tmpl:31:in `each'
from ./template/encdb.h.tmpl:31:in `block in <main>'
from ./template/encdb.h.tmpl:29:in `each'
from ./template/encdb.h.tmpl:29:in `<main>'
from /boot/home/develop/ruby/lib/erb.rb:753:in `eval'
from /boot/home/develop/ruby/lib/erb.rb:753:in `result'
from ./tool/generic_erb.rb:17:in `<main>'
make: *** [encdb.h] Error 1
make: *** Waiting for unfinished jobs....
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
thread.c:2104:0x4989e0 - rb_thread_alone: 1
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
thread.c:998:0x4989e0 - rb_thread_schedule
thread.c:2104:0x4989e0 - rb_thread_alone: 1
./enc/depend:14: [BUG] Segmentation fault
ruby 1.9.2dev (2010-01-25) [i586-haiku]

-- control frame ----------
c:0012 p:---- s:0057 b:0057 l:000056 d:000056 CFUNC :each
c:0011 p:---- s:0055 b:0055 l:000054 d:000054 CFUNC :select
c:0010 p:0011 s:0052 b:0052 l:000b74 d:000051 BLOCK ./enc/depend:14
c:0009 p:---- s:0049 b:0049 l:000048 d:000048 FINISH
c:0008 p:---- s:0047 b:0047 l:000046 d:000046 CFUNC :open
c:0007 p:0248 s:0043 b:0043 l:000b74 d:0008b4 EVAL ./enc/depend:13
c:0006 p:---- s:0025 b:0025 l:000024 d:000024 FINISH
c:0005 p:---- s:0023 b:0023 l:000022 d:000022 CFUNC :eval
c:0004 p:0062 s:0016 b:0016 l:000015 d:000015 METHOD /boot/home/develop/ruby/lib/erb.rb:753
c:0003 p:0572 s:0012 b:0012 l:000b74 d:0019fc EVAL ./enc/make_encmake.rb:41
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:000b74 d:000b74 TOP
---------------------------
./enc/make_encmake.rb:41:in `<main>'
/boot/home/develop/ruby/lib/erb.rb:753:in `result'
/boot/home/develop/ruby/lib/erb.rb:753:in `eval'
./enc/depend:13:in `<main>'
./enc/depend:13:in `open'
./enc/depend:14:in `block in <main>'
./enc/depend:14:in `select'
./enc/depend:14:in `each'

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Abort
make: *** [enc.mk] Abort
~/develop/ruby>
(1-1/3)