1
|
~/develop/ruby> make clean
|
2
|
cleaning encodings
|
3
|
make[1]: Entering directory `/boot/home/develop/ruby'
|
4
|
make[1]: enc.mk: No such file or directory
|
5
|
make[1]: *** No rule to make target `enc.mk'. Stop.
|
6
|
make[1]: Leaving directory `/boot/home/develop/ruby'
|
7
|
make: [clean-enc] Error 2 (ignored)
|
8
|
~/develop/ruby> make -j2
|
9
|
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
|
10
|
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
|
11
|
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
|
12
|
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
|
13
|
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
|
14
|
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
|
15
|
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
|
16
|
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
|
17
|
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
|
18
|
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
|
19
|
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
|
20
|
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
|
21
|
ruby ./tool/generic_erb.rb -c -o known_errors.inc ./template/known_errors.inc.tmpl ./defs/known_errors.def
|
22
|
known_errors.inc updated
|
23
|
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
|
24
|
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
|
25
|
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
|
26
|
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
|
27
|
file.c: In function 'be_chown':
|
28
|
file.c:77: warning: comparison between signed and unsigned
|
29
|
file.c:77: warning: comparison between signed and unsigned
|
30
|
file.c:80: warning: comparison between signed and unsigned
|
31
|
file.c:81: warning: comparison between signed and unsigned
|
32
|
file.c: In function 'be_fchown':
|
33
|
file.c:89: warning: comparison between signed and unsigned
|
34
|
file.c:89: warning: comparison between signed and unsigned
|
35
|
file.c:92: warning: comparison between signed and unsigned
|
36
|
file.c:93: warning: comparison between signed and unsigned
|
37
|
file.c: In function 'eaccess':
|
38
|
file.c:993: warning: comparison between signed and unsigned
|
39
|
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
|
40
|
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
|
41
|
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
|
42
|
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
|
43
|
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
|
44
|
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
|
45
|
math.c: In function 'math_gamma':
|
46
|
math.c:692: warning: incompatible implicit declaration of built-in function 'tgamma'
|
47
|
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
|
48
|
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
|
49
|
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
|
50
|
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
|
51
|
pack.c: In function 'pack_unpack':
|
52
|
pack.c:1956: warning: comparison between signed and unsigned
|
53
|
pack.c:1996: warning: comparison between signed and unsigned
|
54
|
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
|
55
|
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
|
56
|
process.c: In function 'p_uid_change_privilege':
|
57
|
process.c:4094: warning: signed and unsigned type in conditional expression
|
58
|
process.c:4095: warning: signed and unsigned type in conditional expression
|
59
|
process.c:4097: warning: signed and unsigned type in conditional expression
|
60
|
process.c: In function 'p_gid_change_privilege':
|
61
|
process.c:4712: warning: signed and unsigned type in conditional expression
|
62
|
process.c:4713: warning: signed and unsigned type in conditional expression
|
63
|
process.c:4715: warning: signed and unsigned type in conditional expression
|
64
|
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
|
65
|
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
|
66
|
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
|
67
|
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
|
68
|
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
|
69
|
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
|
70
|
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
|
71
|
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
|
72
|
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
|
73
|
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
|
74
|
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
|
75
|
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
|
76
|
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
|
77
|
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
|
78
|
In file included from sprintf.c:1113:
|
79
|
missing/vsnprintf.c:200:1: warning: "EOF" redefined
|
80
|
In file included from /boot/develop/headers/bsd/stdio.h:9,
|
81
|
from ./include/ruby/ruby.h:71,
|
82
|
from sprintf.c:14:
|
83
|
/boot/develop/headers/posix/stdio.h:42:1: warning: this is the location of the previous definition
|
84
|
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
|
85
|
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
|
86
|
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
|
87
|
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
|
88
|
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
|
89
|
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
|
90
|
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
|
91
|
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
|
92
|
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
|
93
|
ruby -Ks ./tool/insns2vm.rb --srcdir="." insns.inc
|
94
|
ruby -Ks ./tool/insns2vm.rb --srcdir="." insns_info.inc
|
95
|
ruby -Ks ./tool/insns2vm.rb --srcdir="." optinsn.inc
|
96
|
ruby -Ks ./tool/insns2vm.rb --srcdir="." optunifs.inc
|
97
|
ruby -Ks ./tool/insns2vm.rb --srcdir="." opt_sc.inc
|
98
|
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
|
99
|
ruby -n ./tool/node_name.rb node.h > node_name.inc
|
100
|
ruby -Ks ./tool/insns2vm.rb --srcdir="." vmtc.inc
|
101
|
ruby -Ks ./tool/insns2vm.rb --srcdir="." vm.inc
|
102
|
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
|
103
|
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
|
104
|
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
|
105
|
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
|
106
|
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
|
107
|
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
|
108
|
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
|
109
|
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
|
110
|
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
|
111
|
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
|
112
|
./tool/file2lastrev.rb:8: undefined method `Pathname' for main:Object (NoMethodError)
|
113
|
make: [.revision.time] Error 1 (ignored)
|
114
|
./revision.h unchanged
|
115
|
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
|
116
|
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
|
117
|
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
|
118
|
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
|
119
|
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
|
120
|
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
|
121
|
./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
|
122
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
123
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
124
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
125
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
126
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
127
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
128
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
|
129
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
130
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
131
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
132
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
|
133
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
134
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
135
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
136
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
137
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
138
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
139
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
140
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
141
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
142
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
|
143
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
144
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
145
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
146
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
|
147
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
148
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
149
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
150
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
151
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
152
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
153
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
154
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
155
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
156
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
157
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
158
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
159
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
160
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
161
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
162
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
163
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
164
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
165
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
166
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
167
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
168
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
169
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
170
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
171
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
172
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
173
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
174
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
175
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
176
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
177
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
178
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
179
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
180
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
181
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
182
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
183
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
184
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
185
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
186
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
187
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
188
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
189
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
190
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
191
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
192
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
193
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
194
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
195
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
196
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
197
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
198
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
199
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
200
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
201
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
202
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
203
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
204
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
205
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
206
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
207
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
208
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
209
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
210
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
211
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
212
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
213
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
214
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
215
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
216
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
217
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
218
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
219
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
220
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
221
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
222
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
223
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
224
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
225
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
226
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
227
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
228
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
229
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
230
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
231
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
232
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
233
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
234
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
235
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
236
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
237
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
238
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
239
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
240
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
241
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
242
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
243
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
244
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
245
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
246
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
247
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
248
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
249
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
250
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
251
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
252
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
253
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
254
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
255
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
256
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
257
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
258
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
259
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
260
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
261
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
262
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
263
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
264
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
265
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
266
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
267
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
268
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
269
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
270
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
271
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
272
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
273
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
274
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
275
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
276
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
277
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
278
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
279
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
280
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
281
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
282
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
283
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
284
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
285
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
286
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
287
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
288
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
289
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
290
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
291
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
292
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
293
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
294
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
295
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
296
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
297
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
298
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
299
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
300
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
301
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
302
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
303
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
304
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
305
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
306
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
307
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
308
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
309
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
310
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
311
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
312
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
313
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
314
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
315
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
316
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
317
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
318
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
319
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
320
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
321
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
322
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
323
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
324
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
325
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
326
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
327
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
328
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
329
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
330
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
331
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
332
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
333
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
334
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
335
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
336
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
337
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
338
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
339
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
340
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
341
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
342
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
343
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
344
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
345
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
346
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(1, write)
|
347
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
348
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
349
|
rbconfig.rb unchangedthread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
350
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(1, write)
|
351
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
352
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
353
|
|
354
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
355
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
356
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
357
|
thread.c:357:0x4989e0 - rb_thread_terminate_all (main thread: 0x1801d080)
|
358
|
thread.c:322:0x4989e0 - terminate_i: main thread (0x1801d080)
|
359
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
360
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
361
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
362
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
363
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
364
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
365
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
366
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
367
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
368
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
369
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
370
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
371
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
372
|
./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
|
373
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
374
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
375
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
376
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
377
|
thread.c:357:0x4989e0 - rb_thread_terminate_all (main thread: 0x1801d080)
|
378
|
thread.c:322:0x4989e0 - terminate_i: main thread (0x1801d080)
|
379
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
380
|
./template/encdb.h.tmpl:36:in `initialize': No such file or directory - ./enc/emmule.c (Errno::ENOENT)
|
381
|
from ./template/encdb.h.tmpl:36:in `open'
|
382
|
from ./template/encdb.h.tmpl:36:in `block (2 levels) in <main>'
|
383
|
from ./template/encdb.h.tmpl:31:in `each'
|
384
|
from ./template/encdb.h.tmpl:31:in `block in <main>'
|
385
|
from ./template/encdb.h.tmpl:29:in `each'
|
386
|
from ./template/encdb.h.tmpl:29:in `<main>'
|
387
|
from /boot/home/develop/ruby/lib/erb.rb:753:in `eval'
|
388
|
from /boot/home/develop/ruby/lib/erb.rb:753:in `result'
|
389
|
from ./tool/generic_erb.rb:17:in `<main>'
|
390
|
make: *** [encdb.h] Error 1
|
391
|
make: *** Waiting for unfinished jobs....
|
392
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
393
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
394
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
395
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
396
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
|
397
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
398
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
399
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
400
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(4, read)
|
401
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
402
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
403
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
404
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
405
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
406
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
407
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
408
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
409
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
410
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
411
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
412
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
413
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
414
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
415
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
416
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
417
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
418
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
419
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
420
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
421
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
422
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
423
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
424
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
425
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
426
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
427
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
428
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
429
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
430
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
431
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
432
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
433
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
434
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
435
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
436
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
437
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
438
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
439
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
440
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
441
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
442
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
443
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
444
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
445
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
446
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
447
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
448
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
449
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
450
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
451
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
452
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
453
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
454
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
455
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
456
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
457
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
458
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
459
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
460
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
461
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
462
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
463
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
464
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
465
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
466
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
467
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
468
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
469
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
470
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
471
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
472
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
473
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
474
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
475
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
476
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
477
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
478
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
479
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
480
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
481
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
482
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
483
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
484
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
485
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
486
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
487
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
488
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
489
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
490
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
491
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
492
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
493
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
494
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
495
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
496
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
497
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
498
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
499
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
500
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(3, read)
|
501
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
502
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
503
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
504
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
505
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
506
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
|
507
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
508
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
509
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
510
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
|
511
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
512
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
513
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
514
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
|
515
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
516
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
517
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
518
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
|
519
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
520
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
521
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
522
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
523
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
524
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
525
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
526
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
|
527
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
528
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
529
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
530
|
thread.c:2525:0x4989e0 - rb_thread_wait_fd_rw(5, read)
|
531
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
532
|
thread.c:1111:0x4989e0 - enter blocking region (0x1801d080)
|
533
|
thread.c:1033:0x4989e0 - leave blocking region (0x1801d080)
|
534
|
thread.c:998:0x4989e0 - rb_thread_schedule
|
535
|
thread.c:2104:0x4989e0 - rb_thread_alone: 1
|
536
|
./enc/depend:14: [BUG] Segmentation fault
|
537
|
ruby 1.9.2dev (2010-01-25) [i586-haiku]
|
538
|
|
539
|
-- control frame ----------
|
540
|
c:0012 p:---- s:0057 b:0057 l:000056 d:000056 CFUNC :each
|
541
|
c:0011 p:---- s:0055 b:0055 l:000054 d:000054 CFUNC :select
|
542
|
c:0010 p:0011 s:0052 b:0052 l:000b74 d:000051 BLOCK ./enc/depend:14
|
543
|
c:0009 p:---- s:0049 b:0049 l:000048 d:000048 FINISH
|
544
|
c:0008 p:---- s:0047 b:0047 l:000046 d:000046 CFUNC :open
|
545
|
c:0007 p:0248 s:0043 b:0043 l:000b74 d:0008b4 EVAL ./enc/depend:13
|
546
|
c:0006 p:---- s:0025 b:0025 l:000024 d:000024 FINISH
|
547
|
c:0005 p:---- s:0023 b:0023 l:000022 d:000022 CFUNC :eval
|
548
|
c:0004 p:0062 s:0016 b:0016 l:000015 d:000015 METHOD /boot/home/develop/ruby/lib/erb.rb:753
|
549
|
c:0003 p:0572 s:0012 b:0012 l:000b74 d:0019fc EVAL ./enc/make_encmake.rb:41
|
550
|
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
|
551
|
c:0001 p:0000 s:0002 b:0002 l:000b74 d:000b74 TOP
|
552
|
---------------------------
|
553
|
./enc/make_encmake.rb:41:in `<main>'
|
554
|
/boot/home/develop/ruby/lib/erb.rb:753:in `result'
|
555
|
/boot/home/develop/ruby/lib/erb.rb:753:in `eval'
|
556
|
./enc/depend:13:in `<main>'
|
557
|
./enc/depend:13:in `open'
|
558
|
./enc/depend:14:in `block in <main>'
|
559
|
./enc/depend:14:in `select'
|
560
|
./enc/depend:14:in `each'
|
561
|
|
562
|
[NOTE]
|
563
|
You may have encountered a bug in the Ruby interpreter or extension libraries.
|
564
|
Bug reports are welcome.
|
565
|
For details: http://www.ruby-lang.org/bugreport.html
|
566
|
|
567
|
Abort
|
568
|
make: *** [enc.mk] Abort
|
569
|
~/develop/ruby>
|