From: "fd0 (Daisuke Fujimura)" Date: 2022-04-14T06:06:54+00:00 Subject: [ruby-dev:51176] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError) Issue #18727 has been reported by fd0 (Daisuke Fujimura). ---------------------------------------- Bug #18727: Make failed on x86_64-cygwin (LoadError) https://bugs.ruby-lang.org/issues/18727 * Author: fd0 (Daisuke Fujimura) * Status: Open * Priority: Normal * ruby -v: ruby 3.2.0dev (2022-04-14T01:16:45Z master 3728f83b2d) [x86_64-cygwin] * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN ---------------------------------------- Make failed on x86_64-cygwin (LoadError) ``` $ git clone https://github.com/ruby/ruby.git $ cd ruby $ autoreconf -fiv && ./configure && make V=1 (snip) Generating RDoc documentation /tmp/ruby/.ext/common/pathname.rb:13:in `require': No such process - ruby_abi_version (LoadError) from /tmp/ruby/.ext/common/pathname.rb:13:in `' from /tmp/ruby/lib/rdoc/rdoc.rb:6:in `require' from /tmp/ruby/lib/rdoc/rdoc.rb:6:in `' from ./libexec/rdoc:16:in `require' from ./libexec/rdoc:16:in `
' make: *** [uncommon.mk:574: rdoc] Error 1 ``` -- https://bugs.ruby-lang.org/