| "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 |
| 7ddcd06..18e55fc 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_gcc9/ext/io/console/console.c: In function 'io_descriptor_fallback': |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c:96:16: error: dereferencing pointer to incomplete type 'rb_io_t' {aka 'struct rb_io'} |
| 96 | return fptr->fd; |
| | ^~ |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c: At top level: |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c:1426:1: error: static declaration of 'rb_io_closed_p' follows non-static declaration |
| 1426 | rb_io_closed_p(VALUE io) |
| | ^~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c:6: |
| /tmp/ruby/src/trunk_gcc9/include/ruby/io.h:251:7: note: previous declaration of 'rb_io_closed_p' was here |
| 251 | VALUE rb_io_closed_p(VALUE io); |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c: In function 'rb_io_closed_p': |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c:1430:1: warning: control reaches end of non-void function [-Wreturn-type] |
| 1430 | } |
| | ^ |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c: In function 'io_descriptor_fallback': |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c:97:1: warning: control reaches end of non-void function [-Wreturn-type] |
| 97 | } |
| | ^ |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c: In function 'io_path_fallback': |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.c:108:1: warning: control reaches end of non-void function [-Wreturn-type] |
| 108 | } |
| | ^ |
| /tmp/ruby/src/trunk_gcc9/ext/io/console/console.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:267: console.o] Error 1 |
| make[1]: *** [exts.mk:256: ext/io/console/all] Error 2 |
| make[1]: *** Waiting for unfinished jobs.... |
| make: *** [uncommon.mk:300: build-ext] Error 2 |