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-Status: No, score=-2.1 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY 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 BEC541F5AE for ; Thu, 23 Jul 2020 08:23:07 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E4627120B51; Thu, 23 Jul 2020 17:22:37 +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 7A0E7120B48 for ; Thu, 23 Jul 2020 17:22:35 +0900 (JST) Received: by filterdrecv-p3iad2-5b55dcd864-pbk2w with SMTP id filterdrecv-p3iad2-5b55dcd864-pbk2w-17-5F1948E6-46 2020-07-23 08:23:02.571018974 +0000 UTC m=+2301222.694423088 Received: from herokuapp.com (unknown) by ismtpd0046p1mdw1.sendgrid.net (SG) with ESMTP id n2bcIFruTaS_gYfdl6w3ZQ for ; Thu, 23 Jul 2020 08:23:02.488 +0000 (UTC) Date: Thu, 23 Jul 2020 08:23:02 +0000 (UTC) From: nagachika00@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 75083 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 16662 X-Redmine-Issue-Author: vo.x X-Redmine-Sender: nagachika 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?O2wxg26uOO6cft6GjkEp=2FGevTnH9lR=2FEdG60AX3F8=2FCdwulIMDrik05fhQxNHU?= =?us-ascii?Q?W51h9hxvX4Ab9B5rgkCjV8LLawDOoCK5Z8yyxGN?= =?us-ascii?Q?sYPxUsfTYdbPZD6mwcXOA5WDgvsJJHAEeGVNcWx?= =?us-ascii?Q?BzxbOTvMyNLOgW9TvfDeFc4j0bLJIS9QZQaaw+G?= =?us-ascii?Q?zN1e7KNv4A0uN+Zf=2F7+acOVlPeTw9p7zlLyMYx7?= =?us-ascii?Q?EW7FcTkscqPKebpvQ=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 99294 Subject: [ruby-core:99294] [Ruby master Bug#16662] lchmod available in linux since glibc 2.31.9000 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 #16662 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: DONE ruby_2_7 c53cee7a0e7b3e87ba3fbafa86bd74460af18d93 merged revision(s) 72c02aa4b79731c7f25c9267f74b347f1946c704. ---------------------------------------- Bug #16662: lchmod available in linux since glibc 2.31.9000 https://bugs.ruby-lang.org/issues/16662#change-86683 * Author: vo.x (Vit Ondruch) * Status: Closed * Priority: Normal * ruby -v: ruby 2.8.0dev (2020-02-26 master 83705c42ce) [x86_64-linux] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: DONE ---------------------------------------- Testing of Fedora Rawhide, it seems that lchmod(2) is available and therefore the `TestNotImplement#test_respond_to_lchmod` test fails. You can check the build here [1] or the full build log including dumped configure.log is in attachment, because it will be garbage collected [1]: https://koji.fedoraproject.org/koji/taskinfo?taskID=41967785 ---Files-------------------------------- build.log.tar.gz (308 KB) root.log.tar.gz (11.2 KB) -- https://bugs.ruby-lang.org/