| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-mjit" exit with 0. |
| Cloning into 'trunk-mjit'... |
| "autoconf" exit with 0. |
| "/tmp/ruby/v3/src/trunk-mjit/configure --prefix=/tmp/ruby/v3/install/trunk-mjit --disable-install-doc cppflags=-DMJIT_FORCE_ENABLE" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j6" exit with 0. |
| "make update-download -j6" exit with 0. |
| Cloning into '/tmp/ruby/v3/src/trunk-mjit/gems/src/debug'... |
| "make update-rubyspec -j6" exit with 0. |
| "make update-src -j6" exit with 0. |
| From https://github.com/ruby/ruby |
| 166140a..dd5118f master -> origin/master |
| "make after-update -j6" exit with 0. |
| + cp /tmp/ruby/v3/src/trunk-mjit/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk-mjit/enc/jis/props.h |
| From https://github.com/ruby/debug |
| * branch 19b4dde3308f532943e4234d1588d4fa26c52345 -> FETCH_HEAD |
| HEAD is now at 19b4dde fix timing issue |
| "make miniruby -j6" exit with 0. |
| "make ruby -j6" exit with 0. |
| "make all -j6" exit with 512. |
| In file included from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:14, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/missing.h:127:1: error: static declaration of 'rb_rational_num' follows non-static declaration |
| 127 | rb_rational_num(VALUE rat) |
| | ^~~~~~~~~~~~~~~ |
| In file included from /tmp/ruby/v3/src/trunk-mjit/include/ruby/intern.h:51, |
| from /tmp/ruby/v3/src/trunk-mjit/include/ruby/ruby.h:193, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.h:13, |
| from /tmp/ruby/v3/src/trunk-mjit/ext/bigdecimal/bigdecimal.c:13: |
| /tmp/ruby/v3/src/trunk-mjit/include/ruby/internal/intern/rational.h:128:7: note: previous declaration of 'rb_rational_num' was here |
| 128 | VALUE rb_rational_num(VALUE rat); |
| | ^~~~~~~~~~~~~~~ |
| 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:297: bigdecimal.o] Error 1 |
| make[2]: *** Waiting for unfinished jobs.... |
| make[1]: *** [exts.mk:224: ext/bigdecimal/all] Error 2 |
| make[1]: *** Waiting for unfinished jobs.... |
| make: *** [uncommon.mk:340: build-ext] Error 2 |