[ruby-dev:51180] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError)
From:
"fd0 (Daisuke Fujimura)" <noreply@...>
Date:
2022-04-16 05:15:11 UTC
List:
ruby-dev #51180
Issue #18727 has been updated by fd0 (Daisuke Fujimura).
I open PR https://github.com/ruby/ruby/pull/5810
----------------------------------------
Bug #18727: Make failed on x86_64-cygwin (LoadError)
https://bugs.ruby-lang.org/issues/18727#change-97290
* Author: fd0 (Daisuke Fujimura)
* Status: Assigned
* Priority: Normal
* Assignee: peterzhu2118 (Peter Zhu)
* 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 `<top (required)>'
from /tmp/ruby/lib/rdoc/rdoc.rb:6:in `require'
from /tmp/ruby/lib/rdoc/rdoc.rb:6:in `<top (required)>'
from ./libexec/rdoc:16:in `require'
from ./libexec/rdoc:16:in `<main>'
make: *** [uncommon.mk:574: rdoc] Error 1
```
--
https://bugs.ruby-lang.org/