| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| From https://github.com/ruby/ruby |
| a44a59d..98eeadc master -> origin/master |
| "make after-update -j16" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk/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/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk/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/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-btest TESTOPTS='-q -j16'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| Skipping Gem::PackageTask tests. rake not found. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j16'" exit with 512. |
| 1) |
| Literal Regexps handles a lookbehind with ss characters ERROR |
| RegexpError: invalid pattern in look-behind: /(?<!dss)/i |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/matchers/base.rb:40:in `=~' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/matchers/base.rb:40:in `method_missing' |
| /tmp/ruby/src/trunk/spec/ruby/language/regexp_spec.rb:118:in `block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:117:in `instance_exec' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:117:in `protect' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:176:in `block in protect' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:176:in `all?' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:176:in `protect' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:212:in `block (2 levels) in process' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:285:in `repeat' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:204:in `block in process' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:203:in `each' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/context.rb:203:in `process' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:56:in `describe' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/object.rb:11:in `describe' |
| /tmp/ruby/src/trunk/spec/ruby/language/regexp_spec.rb:4:in `<top (required)>' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:100:in `load' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:100:in `block (2 levels) in files' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:117:in `instance_exec' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:117:in `protect' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:100:in `block in files' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:91:in `each' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:91:in `each_file' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:96:in `files' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/runner/mspec.rb:64:in `process' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/commands/mspec-run.rb:84:in `run' |
| /tmp/ruby/src/trunk/spec/mspec/lib/mspec/utils/script.rb:291:in `main' |
| /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run:7:in `<main>' |
| make: *** [uncommon.mk:990: yes-test-spec] Error 1 |