| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" exit with 0. |
| From https://github.com/ruby/debug |
| * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD |
| HEAD is now at 6519736 Increase timeout in debug_code |
| From https://github.com/ruby/rbs |
| * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD |
| HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` |
| "make update-rubyspec -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| From https://github.com/ruby/ruby |
| fd04e1b..e111d3a master -> origin/master |
| "make after-update -j3" exit with 0. |
| configure: WARNING: does not work; ignore |
| In file included from conftest.c:4: |
| /home/opc/ruby/src/master/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^~ |
| /home/opc/ruby/src/master/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| /home/opc/ruby/src/master/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| ^~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^~ |
| /home/opc/ruby/src/master/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| /home/opc/ruby/src/master/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| ^~~~~~~~~~~~~~ |
| From https://github.com/ruby/rbs |
| * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD |
| HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` |
| From https://github.com/ruby/debug |
| * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD |
| HEAD is now at 6519736 Increase timeout in debug_code |
| "make miniruby -j3" exit with 512. |
| mjit.o: In function `mjit_init': |
| /home/opc/ruby/src/master/mjit.c:447: undefined reference to `rb_yjit_reserve_addr_space' |
| mjit_c.o: In function `builtin_inline_class_142': |
| /home/opc/ruby/src/master/mjit_c.rb:144: undefined reference to `rb_full_cfunc_return' |
| /home/opc/ruby/src/master/mjit_c.rb:144: undefined reference to `rb_full_cfunc_return' |
| mjit_c.o: In function `builtin_inline_class_21': |
| /home/opc/ruby/src/master/mjit_c.rb:23: undefined reference to `rb_yjit_mark_executable' |
| mjit_c.o: In function `builtin_inline_class_13': |
| /home/opc/ruby/src/master/mjit_c.rb:15: undefined reference to `rb_yjit_mark_writable' |
| collect2: error: ld returned 1 exit status |
| make: *** [Makefile:304: miniruby] Error 1 |