From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Error while packaging Stack Date: Sun, 26 Jan 2020 21:59:49 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53229) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivpwp-0004nG-CD for guix-devel@gnu.org; Sun, 26 Jan 2020 17:00:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivpwn-0004Ix-RA for guix-devel@gnu.org; Sun, 26 Jan 2020 17:00:02 -0500 Received: from mail-ua1-x936.google.com ([2607:f8b0:4864:20::936]:45142) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ivpwn-0004GA-EF for guix-devel@gnu.org; Sun, 26 Jan 2020 17:00:01 -0500 Received: by mail-ua1-x936.google.com with SMTP id 59so2766166uap.12 for ; Sun, 26 Jan 2020 14:00:01 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Guix-devel Hi Guix! I'm working on packaging Stack and have all the dependencies. When I try to package stack itself, I get the following error: gcc: error trying to exec '/gnu/store/...-gcc-7.4.0/libexec/gcc/x86_64-unknown-linux-gnu/7.4.0/collect2': execv: Argument list too long I saw the following issue on the nix repo: https://github.com/NixOS/nixpkgs/issues/41340 Does this have anything to do with the version of cabal-install we have? Thanks, John