| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| From https://github.com/ruby/ruby |
| e5effa4..7193b40 master -> origin/master |
| "make after-update -j16" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 512. |
| /tmp/ruby/src/trunk/ext/strscan/strscan.c:545:1: error: static declaration of ‘rb_reg_onig_match’ follows non-static declaration |
| 545 | rb_reg_onig_match(VALUE re, VALUE str, |
| | ^~~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk/ext/strscan/strscan.c:12: |
| /tmp/ruby/src/trunk/include/ruby/re.h:128:14: note: previous declaration of ‘rb_reg_onig_match’ with type ‘OnigPosition(VALUE, VALUE, OnigPosition (*)(regex_t *, VALUE, struct re_registers *, void *), void *, struct re_registers *)’ {aka ‘long int(long unsigned int, long unsigned int, long int (*)(struct re_pattern_buffer *, long unsigned int, struct re_registers *, void *), void *, struct re_registers *)’} |
| 128 | OnigPosition rb_reg_onig_match(VALUE re, VALUE str, |
| | ^~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/ext/strscan/strscan.c: In function ‘rb_reg_onig_match’: |
| /tmp/ruby/src/trunk/ext/strscan/strscan.c:549:20: warning: implicit declaration of function ‘rb_reg_prepare_re’ [-Wimplicit-function-declaration] |
| 549 | regex_t *reg = rb_reg_prepare_re(re, str); |
| | ^~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/ext/strscan/strscan.c:549:20: warning: initialization of ‘regex_t *’ {aka ‘struct re_pattern_buffer *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] |
| /tmp/ruby/src/trunk/ext/strscan/strscan.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[2]: *** [Makefile:253: strscan.o] Error 1 |
| make[1]: *** [exts.mk:293: ext/strscan/all] Error 2 |
| make[1]: *** Waiting for unfinished jobs.... |
| make: *** [uncommon.mk:360: build-ext] Error 2 |