| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" 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 -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| From https://github.com/ruby/ruby |
| 881757c..26dd9c5 master -> origin/master |
| "make after-update -j3" 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 -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 512. |
| /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c:22:1: error: static declaration of ‘rb_io_descriptor’ follows non-static declaration |
| rb_io_descriptor(VALUE io) |
| ^~~~~~~~~~~~~~~~ |
| In file included from /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c:14: |
| /home/opc/ruby/src/master/include/ruby/io.h:713:5: note: previous declaration of ‘rb_io_descriptor’ was here |
| int rb_io_descriptor(VALUE io); |
| ^~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c: In function ‘rb_io_nonblock_block’: |
| /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c:178:25: error: ‘io’ undeclared (first use in this function) |
| return rb_yield(io); |
| ^~ |
| /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c:178:25: note: each undeclared identifier is reported only once for each function it appears in |
| /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c:164:14: warning: unused variable ‘fptr’ [-Wunused-variable] |
| rb_io_t *fptr; |
| ^~~~ |
| /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c:181:1: warning: control reaches end of non-void function [-Wreturn-type] |
| } |
| ^ |
| /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| make[2]: *** [Makefile:252: nonblock.o] Error 1 |
| make[1]: *** [exts.mk:258: ext/io/nonblock/all] Error 2 |
| make[1]: *** Waiting for unfinished jobs.... |
| make: *** [uncommon.mk:300: build-ext] Error 2 |