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=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 37E971F5AE for ; Wed, 16 Jun 2021 15:41:43 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 12A53120D16; Thu, 17 Jun 2021 00:40:30 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 5FE63120D16 for ; Thu, 17 Jun 2021 00:40:28 +0900 (JST) Received: by filterdrecv-589b9448d8-4bqfg with SMTP id filterdrecv-589b9448d8-4bqfg-1-60CA1BAF-9C 2021-06-16 15:41:35.859027172 +0000 UTC m=+1104699.300460682 Received: from herokuapp.com (unknown) by ismtpd0171p1mdw1.sendgrid.net (SG) with ESMTP id _ynY6qI7R4SekPJqu2_1dw for ; Wed, 16 Jun 2021 15:41:35.804 +0000 (UTC) Date: Wed, 16 Jun 2021 15:41:35 +0000 (UTC) From: merch-redmine@jeremyevans.net Message-ID: References: Mime-Version: 1.0 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 16674 X-Redmine-Issue-Author: hsbt X-Redmine-Issue-Assignee: knu X-Redmine-Sender: jeremyevans0 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: 80425 X-SG-EID: =?us-ascii?Q?RVE3t853K5scBhbmJHUzZTFFeVC=2FZSUmHZ0Dc+26wcEi2CTgsF1oz0wTSSxGGN?= =?us-ascii?Q?BIdHO58RUW8=2Fv3WMQqX33MbOfC1pAj0TGKhiqY5?= =?us-ascii?Q?LdKkg+YMOgAk2Ezadi7tOnBmo+Q8icMem3xlrKu?= =?us-ascii?Q?CVrDT2zthp0iYBlzLclEMsAKoFpzxM94xlL1G3O?= =?us-ascii?Q?oPmMDhQKVzZmpohtVUZf7EMH46T2gkZmozVQeRe?= =?us-ascii?Q?FC0hAjh8V+2K6HnqA=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 104311 Subject: [ruby-core:104311] [Ruby master Bug#16674] Build issue of FreeBSD 12 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 #16674 has been updated by jeremyevans0 (Jeremy Evans). Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED, 3.0: DONE Status changed from Assigned to Closed commit:78677f105df79e45dec451b56947509fc71c6f57 fixed this issue for the master branch. It was backported to 3.0 in commit:95aff214687a5e12c3eb57d056665741e734c188. Ruby 2.7 still fails due to this, so commit:78677f105df79e45dec451b56947509fc71c6f57 may need to be backported to Ruby 2.7. Ruby 2.5 is no longer supported, and 2.6 is in security maintenance mode. It appears Ruby CI for 2.6 fails on FreeBSD 12.2 due to a bison issue, before it would fail due to the DTrace issue. I'm going to close this to trigger the backport to 2.7. I'm not sure if the lack of DTrace support on FreeBSD is considered a bug or not. Since it is optional, I assume not. However, if it is considered a bug, it should probably be submitted as a separate bug report, as this bug report is only regarding the build issue (which is fixed), not DTrace support itself. ---------------------------------------- Bug #16674: Build issue of FreeBSD 12 https://bugs.ruby-lang.org/issues/16674#change-92534 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Priority: Normal * Assignee: knu (Akinori MUSHA) * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED, 3.0: DONE ---------------------------------------- The current master branch and 2.7, 2.6 and 2.5 couldn't build with FreeBSD 12 see https://github.com/rbenv/ruby-build/issues/1272#issuecomment-455836665 We can build with `--disable-dtrace` flag on FreeBSD 12. -- https://bugs.ruby-lang.org/