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=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_PASS 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 6DC7C1F45F for ; Sun, 5 May 2019 15:48:02 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id BE4311209F3; Mon, 6 May 2019 00:47:56 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 420211209ED for ; Mon, 6 May 2019 00:47:54 +0900 (JST) Received: by filter0095p3las1.sendgrid.net with SMTP id filter0095p3las1-4912-5CCF05AA-7 2019-05-05 15:47:54.51221678 +0000 UTC m=+847226.661596169 Received: from herokuapp.com (unknown [35.172.227.62]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id S3PTocvfRc6SogaYxvzW1g for ; Sun, 05 May 2019 15:47:54.410 +0000 (UTC) Date: Sun, 05 May 2019 15:47:54 +0000 (UTC) From: zmizsei@extrowerk.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68036 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15826 X-Redmine-Issue-Author: extrowerk X-Redmine-Sender: extrowerk 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?=2Fdp7rojWUFaulpcwB2EwWIzUzLr6WwrWraSpLm61wGr5xXV+iMH4s5vSiEgL9I?= =?us-ascii?Q?7zgG85BAYFdJhOXkaEjB5OSW=2F3GXn244bEg867A?= =?us-ascii?Q?l93MDQqj3n7jyhqpxFvwlba+Ehne5wWb7jvtt7B?= =?us-ascii?Q?+xZnxKdSUdjbJberHRXTSggEcleTwExrQOI=2Fkt4?= =?us-ascii?Q?qCdibBExOO1wPTTCMb0MXQAOUZOaNqwm9fg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92553 Subject: [ruby-core:92553] [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 reported by extrowerk (Zolt=E1n Mizsei). ---------------------------------------- Bug #15826: Haiku LIBC_SO and LIBM_SO support for test/fiddle/helper.rb https://bugs.ruby-lang.org/issues/15826 * Author: extrowerk (Zolt=E1n Mizsei) * Status: Open * Priority: Normal * Assignee: = * 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: