ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon
@ 2020-09-29 12:23 hsbt
  2020-09-29 12:36 ` [ruby-core:100212] " hsbt
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hsbt @ 2020-09-29 12:23 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been reported by hsbt (Hiroshi SHIBATA).

----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [ruby-core:100212] [Ruby master Bug#17202] Backport for Apple Silicon
  2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
@ 2020-09-29 12:36 ` hsbt
  2020-09-30  9:57 ` [ruby-core:100231] " nagachika00
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hsbt @ 2020-09-29 12:36 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been updated by hsbt (Hiroshi SHIBATA).

Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED to 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: REQUIRED

I also confirmed to build the following patch and https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5 on ruby_2_6 branch.

```
diff --git a/configure.ac b/configure.ac
index 2c4d2888d2..e9bf833668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2319,6 +2319,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
        [x*64-darwin*], [
            rb_cv_fiber_coroutine=amd64
        ],
+       [arm64-darwin*], [
+           rb_cv_coroutine=arm64
+        ],
        [x*64-linux], [
            AS_CASE(["$ac_cv_sizeof_voidp"],
                [8], [ rb_cv_fiber_coroutine=amd64 ],
```

----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87801

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: REQUIRED
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [ruby-core:100231] [Ruby master Bug#17202] Backport for Apple Silicon
  2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
  2020-09-29 12:36 ` [ruby-core:100212] " hsbt
@ 2020-09-30  9:57 ` nagachika00
  2020-09-30 10:24 ` [ruby-core:100233] " nagachika00
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nagachika00 @ 2020-09-30  9:57 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been updated by nagachika (Tomoyuki Chikanaga).


I will try to backport the commits shown below.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/7cb8904a12c850ee30dcd67817fa2f9dc3fee813
https://github.com/ruby/ruby/commit/41168f69fbeb32cfc88210911d62e419b8116589
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5



----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87819

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: REQUIRED
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [ruby-core:100233] [Ruby master Bug#17202] Backport for Apple Silicon
  2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
  2020-09-29 12:36 ` [ruby-core:100212] " hsbt
  2020-09-30  9:57 ` [ruby-core:100231] " nagachika00
@ 2020-09-30 10:24 ` nagachika00
  2020-09-30 10:25 ` [ruby-core:100234] " nagachika00
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nagachika00 @ 2020-09-30 10:24 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: REQUIRED to 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: DONE

ruby_2_7 f46929833923d96e4dc706945fd537a1caaebe66 merged revision(s) f96216df8dfd2d1e206150572912289f4dda7386,0091fac1d8de07e86fef8315ba77609bed9dd7f5,04c704c5c967ea9bded6bf645439fe59c7d9f7d6,23655e6de5ee989feb8c65c7061fe9a71579dc54,7cb8904a12c850ee30dcd67817fa2f9dc3fee813,41168f69fbeb32cfc88210911d62e419b8116589,87f6154bb4c67ca77ee353bb1fe25a922036c0e5.

----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87821

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: DONE
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [ruby-core:100234] [Ruby master Bug#17202] Backport for Apple Silicon
  2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
                   ` (2 preceding siblings ...)
  2020-09-30 10:24 ` [ruby-core:100233] " nagachika00
@ 2020-09-30 10:25 ` nagachika00
  2020-09-30 22:56 ` [ruby-core:100244] " nagachika00
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nagachika00 @ 2020-09-30 10:25 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been updated by nagachika (Tomoyuki Chikanaga).


... and f96216df8dfd2d1e206150572912289f4dda7386, 0091fac1d8de07e86fef8315ba77609bed9dd7f5, 04c704c5c967ea9bded6bf645439fe59c7d9f7d6 too.

----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87822

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: DONE
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [ruby-core:100244] [Ruby master Bug#17202] Backport for Apple Silicon
  2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
                   ` (3 preceding siblings ...)
  2020-09-30 10:25 ` [ruby-core:100234] " nagachika00
@ 2020-09-30 22:56 ` nagachika00
  2020-10-01 12:14 ` [ruby-core:100254] " hsbt
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nagachika00 @ 2020-09-30 22:56 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been updated by nagachika (Tomoyuki Chikanaga).


... and backported d732bc51bdbfe7d66038731d42e01a511d13b5f8,633a1f15d8228236094ddee12e4e169d655ec49e,95f387f61a4a4ea92635da760b7de5b1e09bb84e,528a3a17977aa1843a26630c96635c3cb161e729,261569d4aac440f25de588cca365163ecf1124a2,e4a9e926f0fe0acf2fbe61da6e075a95d34be066,318be1cb2f9c6f04403c063a5618c6267012ee51,e1855100e46040e73630b378974c17764e0cccee,9cfa811b0f209d714f89fe0de6778c71f77556c7,b68dab866724aacc1cbc6b7d5e1f555dec092346 too. 
These seems necessary to fix CI error on CentOS/RHEL/fedra environments.


----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87831

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: DONE
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [ruby-core:100254] [Ruby master Bug#17202] Backport for Apple Silicon
  2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
                   ` (4 preceding siblings ...)
  2020-09-30 22:56 ` [ruby-core:100244] " nagachika00
@ 2020-10-01 12:14 ` hsbt
  2020-10-01 12:18 ` [ruby-core:100255] " nagachika00
  2021-08-19  4:05 ` [ruby-core:104985] " znz (Kazuhiro NISHIYAMA)
  7 siblings, 0 replies; 9+ messages in thread
From: hsbt @ 2020-10-01 12:14 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been updated by hsbt (Hiroshi SHIBATA).


The following patches are also required.

https://github.com/ruby/ruby/commit/0168094da28c146062db22e69cbd9316418310f9
https://github.com/ruby/ruby/commit/cdef17096c03099f17ecf0af51f43faa0944f96d
https://github.com/ruby/ruby/commit/b7d86e330c76b4f9615511307e1c40f4f2937c83

----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87841

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: DONE
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [ruby-core:100255] [Ruby master Bug#17202] Backport for Apple Silicon
  2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
                   ` (5 preceding siblings ...)
  2020-10-01 12:14 ` [ruby-core:100254] " hsbt
@ 2020-10-01 12:18 ` nagachika00
  2021-08-19  4:05 ` [ruby-core:104985] " znz (Kazuhiro NISHIYAMA)
  7 siblings, 0 replies; 9+ messages in thread
From: nagachika00 @ 2020-10-01 12:18 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been updated by nagachika (Tomoyuki Chikanaga).


backported 0168094da28c146062db22e69cbd9316418310f9,cdef17096c03099f17ecf0af51f43faa0944f96d,b7d86e330c76b4f9615511307e1c40f4f2937c83 into ruby_2_7 at 5445e0435260b449decf2ac16f9d09bae3cafe72.

----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87842

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: DONE
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [ruby-core:104985] [Ruby master Bug#17202] Backport for Apple Silicon
  2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
                   ` (6 preceding siblings ...)
  2020-10-01 12:18 ` [ruby-core:100255] " nagachika00
@ 2021-08-19  4:05 ` znz (Kazuhiro NISHIYAMA)
  7 siblings, 0 replies; 9+ messages in thread
From: znz (Kazuhiro NISHIYAMA) @ 2021-08-19  4:05 UTC (permalink / raw)
  To: ruby-core

Issue #17202 has been updated by znz (Kazuhiro NISHIYAMA).


CI of snapshot-ruby_2_6 failed on macos-11.
It seems this issue is related.
Because nobu says 
https://github.com/ruby/ruby/commit/cdef17096c03099f17ecf0af51f43faa0944f96d and 
 https://github.com/ruby/ruby/commit/b7d86e330c76b4f9615511307e1c40f4f2937c83 are related.
And backport property includes `2.6: REQUIRED`.

https://github.com/ruby/actions/runs/3364501064?check_suite_focus=true#step:17:191
```
/Users/runner/work/actions/actions/snapshot-ruby_2_6/test/fiddle/helper.rb:100:in ``': No such file or directory - ldd (Errno::ENOENT)
```

----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-93385

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: DONE
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-08-19  4:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
2020-09-29 12:36 ` [ruby-core:100212] " hsbt
2020-09-30  9:57 ` [ruby-core:100231] " nagachika00
2020-09-30 10:24 ` [ruby-core:100233] " nagachika00
2020-09-30 10:25 ` [ruby-core:100234] " nagachika00
2020-09-30 22:56 ` [ruby-core:100244] " nagachika00
2020-10-01 12:14 ` [ruby-core:100254] " hsbt
2020-10-01 12:18 ` [ruby-core:100255] " nagachika00
2021-08-19  4:05 ` [ruby-core:104985] " znz (Kazuhiro NISHIYAMA)

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 read-only IMAP folder(s) and NNTP newsgroup(s).