| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" 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 -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 881757c..d5ef373 master -> origin/master |
| "make after-update -j4" 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 -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 512. |
| /tmp/ruby/src/trunk-jemalloc/ext/io/nonblock/nonblock.c:22:1: error: static declaration of 'rb_io_descriptor' follows non-static declaration |
| 22 | rb_io_descriptor(VALUE io) |
| | ^~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-jemalloc/ext/io/nonblock/nonblock.c:14: |
| /tmp/ruby/src/trunk-jemalloc/include/ruby/io.h:713:5: note: previous declaration of 'rb_io_descriptor' with type 'int(VALUE)' {aka 'int(long unsigned int)'} |
| 713 | int rb_io_descriptor(VALUE io); |
| | ^~~~~~~~~~~~~~~~ |
| 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: nonblock.o] Error 1 |
| make[1]: *** [exts.mk:259: ext/io/nonblock/all] Error 2 |
| make[1]: *** Waiting for unfinished jobs.... |
| /tmp/ruby/src/trunk-jemalloc/ext/etc/etc.c:71:1: error: static declaration of 'rb_io_descriptor' follows non-static declaration |
| 71 | rb_io_descriptor(VALUE io) { |
| | ^~~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk-jemalloc/ext/etc/etc.c:12: |
| /tmp/ruby/src/trunk-jemalloc/include/ruby/io.h:713:5: note: previous declaration of 'rb_io_descriptor' with type 'int(VALUE)' {aka 'int(long unsigned int)'} |
| 713 | int rb_io_descriptor(VALUE io); |
| | ^~~~~~~~~~~~~~~~ |
| 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: etc.o] Error 1 |
| make[1]: *** [exts.mk:251: ext/etc/all] Error 2 |
| make: *** [uncommon.mk:300: build-ext] Error 2 |