| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 512. |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:13474: |
| /tmp/ruby/src/trunk-random1/prism_compile.c: In function 'pm_compile_node': |
| /tmp/ruby/src/trunk-random1/prism_compile.c:1030:13: error: too few arguments to function 'pm_scope_node_init' |
| 1030 | pm_scope_node_init(call_node->block, &scope_node); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:46: |
| /tmp/ruby/src/trunk-random1/prism/prism.h:37:6: note: declared here |
| 37 | void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:13474: |
| /tmp/ruby/src/trunk-random1/prism_compile.c:1062:9: error: too few arguments to function 'pm_scope_node_init' |
| 1062 | pm_scope_node_init((pm_node_t *)class_node, &scope_node); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:46: |
| /tmp/ruby/src/trunk-random1/prism/prism.h:37:6: note: declared here |
| 37 | void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:13474: |
| /tmp/ruby/src/trunk-random1/prism_compile.c:1346:9: error: too few arguments to function 'pm_scope_node_init' |
| 1346 | pm_scope_node_init((pm_node_t *)def_node, &scope_node); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:46: |
| /tmp/ruby/src/trunk-random1/prism/prism.h:37:6: note: declared here |
| 37 | void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:13474: |
| /tmp/ruby/src/trunk-random1/prism_compile.c:1788:9: error: too few arguments to function 'pm_scope_node_init' |
| 1788 | pm_scope_node_init((pm_node_t *)node, &scope_node); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:46: |
| /tmp/ruby/src/trunk-random1/prism/prism.h:37:6: note: declared here |
| 37 | void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:13474: |
| /tmp/ruby/src/trunk-random1/prism_compile.c:2027:9: error: too few arguments to function 'pm_scope_node_init' |
| 2027 | pm_scope_node_init((pm_node_t *)module_node, &scope_node); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:46: |
| /tmp/ruby/src/trunk-random1/prism/prism.h:37:6: note: declared here |
| 37 | void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:13474: |
| /tmp/ruby/src/trunk-random1/prism_compile.c:2160:9: error: too few arguments to function 'pm_scope_node_init' |
| 2160 | pm_scope_node_init((pm_node_t *)node, &scope_node); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:46: |
| /tmp/ruby/src/trunk-random1/prism/prism.h:37:6: note: declared here |
| 37 | void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:13474: |
| /tmp/ruby/src/trunk-random1/prism_compile.c:2367:9: error: too few arguments to function 'pm_scope_node_init' |
| 2367 | pm_scope_node_init((pm_node_t *)singleton_class_node, &scope_node); |
| | ^~~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:46: |
| /tmp/ruby/src/trunk-random1/prism/prism.h:37:6: note: declared here |
| 37 | void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser); |
| | ^~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random1/compile.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| make: *** [Makefile:440: compile.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |