From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: bug#23077: Perl's closure is too big Date: Mon, 21 Mar 2016 09:30:26 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahzvC-0006f9-R8 for bug-guix@gnu.org; Mon, 21 Mar 2016 09:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahzvC-0007b8-2V for bug-guix@gnu.org; Mon, 21 Mar 2016 09:31:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahzvB-0007b3-VY for bug-guix@gnu.org; Mon, 21 Mar 2016 09:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ahzvB-0004yV-P4 for bug-guix@gnu.org; Mon, 21 Mar 2016 09:31:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahzuk-0006di-Di for bug-guix@gnu.org; Mon, 21 Mar 2016 09:30:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahzud-0007Tk-Ln for bug-guix@gnu.org; Mon, 21 Mar 2016 09:30:34 -0400 Received: from mail-yw0-x230.google.com ([2607:f8b0:4002:c05::230]:33981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahzud-0007Tg-GK for bug-guix@gnu.org; Mon, 21 Mar 2016 09:30:27 -0400 Received: by mail-yw0-x230.google.com with SMTP id h129so214542573ywb.1 for ; Mon, 21 Mar 2016 06:30:27 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 23077@debbugs.gnu.org If you run 'guix size perl' you will notice that, as of this writing, 138.2MiB of Perls' 307.6MiB closure is due to referencing gcc's default output in '/lib/perl5/5.22.1/x86_64-linux/Config_heavy.pl'. Perl's large closure inflates the closures of many other packages, such as openssl. Does anyone familiar with Perl know if we really need to a reference to GCC here? Would be great to remove it. :) - Dave