* [ruby-dev:51176] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError)
@ 2022-04-14 6:06 fd0 (Daisuke Fujimura)
2022-04-14 6:08 ` [ruby-dev:51177] " fd0 (Daisuke Fujimura)
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: fd0 (Daisuke Fujimura) @ 2022-04-14 6:06 UTC (permalink / raw)
To: ruby-dev
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 `<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/
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ruby-dev:51177] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError)
2022-04-14 6:06 [ruby-dev:51176] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError) fd0 (Daisuke Fujimura)
@ 2022-04-14 6:08 ` fd0 (Daisuke Fujimura)
2022-04-14 6:18 ` [ruby-dev:51178] " hsbt (Hiroshi SHIBATA)
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: fd0 (Daisuke Fujimura) @ 2022-04-14 6:08 UTC (permalink / raw)
To: ruby-dev
Issue #18727 has been updated by fd0 (Daisuke Fujimura).
```diff
diff --git a/include/ruby/internal/abi.h b/include/ruby/internal/abi.h
index 98a63927c5..ed779f3558 100644
--- a/include/ruby/internal/abi.h
+++ b/include/ruby/internal/abi.h
@@ -26,7 +26,7 @@
/* Windows does not support weak symbols so ruby_abi_version will not exist
* in the shared library. */
-#if defined(HAVE_FUNC_WEAK) && !defined(_WIN32) && !defined(__MINGW32__)
+#if defined(HAVE_FUNC_WEAK) && !defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
# define RUBY_DLN_CHECK_ABI
#endif
```
----------------------------------------
Bug #18727: Make failed on x86_64-cygwin (LoadError)
https://bugs.ruby-lang.org/issues/18727#change-97246
* 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 `<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/
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ruby-dev:51178] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError)
2022-04-14 6:06 [ruby-dev:51176] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError) fd0 (Daisuke Fujimura)
2022-04-14 6:08 ` [ruby-dev:51177] " fd0 (Daisuke Fujimura)
@ 2022-04-14 6:18 ` hsbt (Hiroshi SHIBATA)
2022-04-14 12:54 ` [ruby-dev:51179] " peterzhu2118 (Peter Zhu)
2022-04-16 5:15 ` [ruby-dev:51180] " fd0 (Daisuke Fujimura)
3 siblings, 0 replies; 5+ messages in thread
From: hsbt (Hiroshi SHIBATA) @ 2022-04-14 6:18 UTC (permalink / raw)
To: ruby-dev
Issue #18727 has been updated by hsbt (Hiroshi SHIBATA).
Assignee set to peterzhu2118 (Peter Zhu)
Status changed from Open to Assigned
----------------------------------------
Bug #18727: Make failed on x86_64-cygwin (LoadError)
https://bugs.ruby-lang.org/issues/18727#change-97247
* 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/
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ruby-dev:51179] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError)
2022-04-14 6:06 [ruby-dev:51176] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError) fd0 (Daisuke Fujimura)
2022-04-14 6:08 ` [ruby-dev:51177] " fd0 (Daisuke Fujimura)
2022-04-14 6:18 ` [ruby-dev:51178] " hsbt (Hiroshi SHIBATA)
@ 2022-04-14 12:54 ` peterzhu2118 (Peter Zhu)
2022-04-16 5:15 ` [ruby-dev:51180] " fd0 (Daisuke Fujimura)
3 siblings, 0 replies; 5+ messages in thread
From: peterzhu2118 (Peter Zhu) @ 2022-04-14 12:54 UTC (permalink / raw)
To: ruby-dev
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/
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ruby-dev:51180] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError)
2022-04-14 6:06 [ruby-dev:51176] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError) fd0 (Daisuke Fujimura)
` (2 preceding siblings ...)
2022-04-14 12:54 ` [ruby-dev:51179] " peterzhu2118 (Peter Zhu)
@ 2022-04-16 5:15 ` fd0 (Daisuke Fujimura)
3 siblings, 0 replies; 5+ messages in thread
From: fd0 (Daisuke Fujimura) @ 2022-04-16 5:15 UTC (permalink / raw)
To: ruby-dev
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/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-16 5:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 6:06 [ruby-dev:51176] [Ruby master Bug#18727] Make failed on x86_64-cygwin (LoadError) fd0 (Daisuke Fujimura)
2022-04-14 6:08 ` [ruby-dev:51177] " fd0 (Daisuke Fujimura)
2022-04-14 6:18 ` [ruby-dev:51178] " hsbt (Hiroshi SHIBATA)
2022-04-14 12:54 ` [ruby-dev:51179] " peterzhu2118 (Peter Zhu)
2022-04-16 5:15 ` [ruby-dev:51180] " fd0 (Daisuke Fujimura)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).