| "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. |
| Cloning into 'master'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. |
| configure: WARNING: does not work; ignore |
| "make update-download -j3" exit with 0. |
| make: rev-parse: Command not found |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 512. |
| + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h |
| /usr/local/lib/ruby/3.2.0/rubygems/package.rb:425:in `block (2 levels) in extract_tar_gz': installing symlink 'rust/ruby-rbs-sys/vendor/rbs/include' pointing to parent path /home/opc/ruby/src/master/.bundle/gems/rbs-4.0.0/include of .bundle/gems/rbs-4.0.0 is not allowed (Gem::Package::SymlinkError) |
| from /usr/local/lib/ruby/3.2.0/rubygems/package/tar_reader.rb:65:in `each' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package.rb:415:in `block in extract_tar_gz' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package.rb:541:in `block in open_tar_gz' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package.rb:538:in `wrap' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package.rb:538:in `open_tar_gz' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package.rb:414:in `extract_tar_gz' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package.rb:392:in `block (2 levels) in extract_files' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package/tar_reader.rb:65:in `each' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package.rb:389:in `block in extract_files' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package/file_source.rb:29:in `open' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package/file_source.rb:29:in `with_read_io' |
| from /usr/local/lib/ruby/3.2.0/rubygems/package.rb:386:in `extract_files' |
| from /home/opc/ruby/src/master/tool/lib/bundled_gem.rb:31:in `block in unpack' |
| from /home/opc/ruby/src/master/tool/lib/bundled_gem.rb:76:in `prepare_test' |
| from /home/opc/ruby/src/master/tool/lib/bundled_gem.rb:30:in `unpack' |
| from -e:1:in `<main>' |
| make: *** [/home/opc/ruby/src/master/defs/gmake.mk:363: /home/opc/ruby/src/master/.bundle/gems/rbs-4.0.0] Error 1 |
| make: *** Waiting for unfinished jobs.... |
| "make miniruby -j3" exit with 0. |
| In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, |
| from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, |
| from /home/opc/ruby/src/master/include/ruby/defines.h:72, |
| from /home/opc/ruby/src/master/include/ruby/ruby.h:25, |
| from /home/opc/ruby/src/master/include/ruby/io/buffer.h:16, |
| from /home/opc/ruby/src/master/io_buffer.c:9: |
| /home/opc/ruby/src/master/io_buffer.c: In function ‘ruby_swap128_uint’: |
| /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_bswap128" is not defined, evaluates to 0 [-Wundef] |
| # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) |
| ^~~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ |
| # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) |
| ^~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/io_buffer.c:1921:5: note: in expansion of macro ‘__has_builtin’ |
| #if __has_builtin(__builtin_bswap128) |
| ^~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/io_buffer.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 ruby -j3" exit with 0. |
| "make all -j3" exit with 512. |
| make[2]: *** No rule to make target '/home/opc/ruby/src/master/.bundle/gems/rbs-4.0.0/.bundled.rbs-4.0.0.gemspec', needed by '../../../../../.bundle/specifications/rbs-4.0.0.gemspec'. Stop. |
| make[1]: *** [exts.mk:320: .bundle/gems/rbs-4.0.0/ext/rbs_extension/all] Error 2 |
| make[1]: *** Waiting for unfinished jobs.... |
| make: *** [uncommon.mk:346: build-ext] Error 2 |