From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id B2DCD1F8C6 for ; Thu, 19 Aug 2021 04:05:51 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 4F16A1209D7; Thu, 19 Aug 2021 13:04:27 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 9FDC11209D7 for ; Thu, 19 Aug 2021 13:04:24 +0900 (JST) Received: by filterdrecv-7c9b89cc6f-vm8jb with SMTP id filterdrecv-7c9b89cc6f-vm8jb-1-611DD890-C 2021-08-19 04:05:36.395805359 +0000 UTC m=+532086.128107267 Received: from herokuapp.com (unknown) by ismtpd0192p1mdw1.sendgrid.net (SG) with ESMTP id EdVP5PNqQyy5HROyoWEOhg for ; Thu, 19 Aug 2021 04:05:36.310 +0000 (UTC) Date: Thu, 19 Aug 2021 04:05:36 +0000 (UTC) From: "znz (Kazuhiro NISHIYAMA)" Message-ID: References: Mime-Version: 1.0 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 17202 X-Redmine-Issue-Author: hsbt X-Redmine-Sender: znz X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-Redmine-MailingListIntegration-Message-Ids: 81161 X-SG-EID: =?us-ascii?Q?tuH+TxE7++n73nNPC626k24KiyFlUEf4GSA7WvS=2Fa=2F4tseSR4X+hWiwYKmMLqJ?= =?us-ascii?Q?E1muVBG7v=2Fgk2TMWQZETaKA0L835jLSHXz1yQrv?= =?us-ascii?Q?oYXCp+N1+30tSCSSeklNQfNSBwjapkpYjZOpGg4?= =?us-ascii?Q?65l6BuWAufSCsZ9SzrC9Mo2XSYA70HaLHtEy=2F5R?= =?us-ascii?Q?rmxMya5211GgEhlMGpOQFbk7S0yP0fvbVDqlOzG?= =?us-ascii?Q?NY0DLWy5oZthyXgsmYpyyjiXPdjXmdfyfxavZEN?= =?us-ascii?Q?YeE7bui0e71D58r+aK3QQ=3D=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 104985 Subject: [ruby-core:104985] [Ruby master Bug#17202] Backport for Apple Silicon X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "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/