| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| From https://github.com/ruby/ruby |
| 7464514..e798f45 master -> origin/master |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk-asserts-nopara/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk-asserts-nopara/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-asserts-nopara/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-asserts-nopara/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk-asserts-nopara/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-asserts-nopara/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make yes-btest TESTOPTS='-q '" exit with 0. |
| "make yes-test-basic " exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' " exit with 512. |
| 1) Error: |
| TestIO_M17N#test_set_encoding_invalid: |
| IOError: stream closed in another thread |
| /tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_io_m17n.rb:1028:in 'IO#write' |
| /tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_io_m17n.rb:1028:in 'IO#<<' |
| /tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_io_m17n.rb:1028:in 'block in TestIO_M17N#test_set_encoding_invalid' |
| /tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_io_m17n.rb:38:in 'block in TestIO_M17N#pipe' |
| 2) Error: |
| TestIO_M17N#test_s_pipe_invalid: |
| IOError: stream closed in another thread |
| /tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_io_m17n.rb:344:in 'IO#write' |
| /tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_io_m17n.rb:344:in 'IO#<<' |
| /tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_io_m17n.rb:344:in 'block in TestIO_M17N#test_s_pipe_invalid' |
| /tmp/ruby/src/trunk-asserts-nopara/test/ruby/test_io_m17n.rb:38:in 'block in TestIO_M17N#pipe' |
| make: *** [uncommon.mk:964: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr ' " exit with 0. |