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.9 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,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 5B7FA1F4BD for ; Wed, 2 Oct 2019 10:33:33 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 130B5120AA8; Wed, 2 Oct 2019 19:33:14 +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 51A6E1208FF for ; Wed, 2 Oct 2019 19:33:10 +0900 (JST) Received: by filter0145p3mdw1.sendgrid.net with SMTP id filter0145p3mdw1-26489-5D947CE6-80 2019-10-02 10:33:10.807994069 +0000 UTC m=+59441.367842163 Received: from herokuapp.com (unknown [18.206.91.11]) by ismtpd0051p1mdw1.sendgrid.net (SG) with ESMTP id iNIf-JzeQTmhngBUwErT5Q for ; Wed, 02 Oct 2019 10:33:10.777 +0000 (UTC) Date: Wed, 02 Oct 2019 10:33:10 +0000 (UTC) From: hi@alyssa.is Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 70742 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 16198 X-Redmine-Issue-Author: qyliss X-Redmine-Sender: qyliss 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?wOncJXhn6ynVnHU+iWFLpiirCqrwX5HRHvPdSDoqQWRm91cdA1fxkmIGxbJ+m5?= =?us-ascii?Q?BqvYRjzXD4jAx5QJpfmgmbrcll1j358grfZxUj0?= =?us-ascii?Q?sTKijuvnXq4fyOfE8GT6qcCUdyQeypS6tOCcKVa?= =?us-ascii?Q?yEBtzJyVQdcgN7r4oxCqDLIm2QIqR7BuifvpSmg?= =?us-ascii?Q?ESSQ35duFpact?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 95187 Subject: [ruby-core:95187] [Ruby master Bug#16198] Packaging regression in ruby-2.4.8 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 #16198 has been reported by qyliss (Alyssa Ross). ---------------------------------------- Bug #16198: Packaging regression in ruby-2.4.8 https://bugs.ruby-lang.org/issues/16198 * Author: qyliss (Alyssa Ross) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.4.8 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- In the ruby-2.4.8 tarball, the ruby-2.4.8/gems directory does not contain the extracted default gems. This is a change from 2.4.7, and is also not the case in 2.5.7. I would not expect this to change for a teeny release, and suspect it was a packaging error. Compare the output of `tar tf ruby-2.4.8.tar.gz ruby-2.4.8/gems` with `tar tf ruby-2.4.7.tar.gz ruby-2.4.7/gems` and you'll see what I mean. This broke our packaging scripts in Nixpkgs, and I suspect it will affect other packagers as well. -- https://bugs.ruby-lang.org/