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=-2.6 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=no 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 EED0C1F462 for ; Thu, 13 Jun 2019 03:16:54 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 30D09120A6C; Thu, 13 Jun 2019 12:16:50 +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 4BEF31209F6 for ; Thu, 13 Jun 2019 12:16:48 +0900 (JST) Received: by filter0082p3mdw1.sendgrid.net with SMTP id filter0082p3mdw1-8422-5D01C021-2B 2019-06-13 03:16:49.761249583 +0000 UTC m=+19691.810180996 Received: from herokuapp.com (unknown [52.207.231.138]) by ismtpd0024p1iad2.sendgrid.net (SG) with ESMTP id jhrI0JEhRTSAyaQZYryO2g for ; Thu, 13 Jun 2019 03:16:49.770 +0000 (UTC) Date: Thu, 13 Jun 2019 03:16:49 +0000 (UTC) From: muraken@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68568 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15826 X-Redmine-Issue-Author: extrowerk X-Redmine-Issue-Assignee: mrkn X-Redmine-Sender: mrkn 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-SG-EID: =?us-ascii?Q?zpFjjZpImXPpY=2FcRIKDq1ipXkOYTu+Zo9t1k7iA7niB5X2pHxPRIKqNtp9xovB?= =?us-ascii?Q?kRCNZIeW1hI+7dzslxYLkBFKs4qS917EkV4vbIU?= =?us-ascii?Q?zPMo=2FuBaOSd6yZ58H7bxDfq+V6OOd=2F3=2Fs3xlil2?= =?us-ascii?Q?TllCX9s8XLUT2M0mP5tZTggxCAY53GWRJkall2R?= =?us-ascii?Q?p29pQzOBa4xAr5Iq2hFdyB=2FV6Ji8hXwd=2FYg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 93083 Subject: [ruby-core:93083] [Ruby trunk Bug#15826] Haiku LIBC_SO and LIBM_SO support for test/fiddle/helper.rb 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15826 has been updated by mrkn (Kenta Murata). Assignee set to mrkn (Kenta Murata) Status changed from Open to Third Party's Issue ---------------------------------------- Bug #15826: Haiku LIBC_SO and LIBM_SO support for test/fiddle/helper.rb https://bugs.ruby-lang.org/issues/15826#change-78503 * Author: extrowerk (Zolt=E1n Mizsei) * Status: Third Party's Issue * Priority: Normal * Assignee: mrkn (Kenta Murata) * Target version: = * ruby -v: ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-haiku] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- This is required for the tests. Haiku comes currently in 2 different flavour: 32 and 64 bit. 64 bit have only one toolchain, so it is easy, but 32 bit comes with 2 diff= erent (GCC2 primary and GCC7 secondary). Ruby built with GCC7 on Haiku, so = it needs to pick the secondary arch libroot.so. libroot.so is a complex lib which provides the libm and libc functionality,= and probably much more. ---Files-------------------------------- ruby_test_fix.patch (692 Bytes) -- = https://bugs.ruby-lang.org/ Unsubscribe: