[ruby-dev:51179] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError)

From: "peterzhu2118 (Peter Zhu)" <noreply@...>
Date: 2022-04-14 12:54:11 UTC
List: ruby-dev #51179
Issue #18727 has been updated by peterzhu2118 (Peter Zhu).


Thank you for the bug report. That patch looks good, could you open a Pull Request on GitHub and I can merge.

----------------------------------------
Bug #18727: Make failed on x86_64-cygwin (LoadError)
https://bugs.ruby-lang.org/issues/18727#change-97255

* 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/

In This Thread