From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: bug#25882: gcc-wrapper doesn't handle response files Date: Sun, 26 Feb 2017 17:58:02 +0100 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ci2mn-0006yR-Ss for bug-guix@gnu.org; Sun, 26 Feb 2017 12:39:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ci2mk-0003Io-Rg for bug-guix@gnu.org; Sun, 26 Feb 2017 12:39:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58801) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ci2mk-0003Ie-PI for bug-guix@gnu.org; Sun, 26 Feb 2017 12:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ci2mk-0000ls-F3 for bug-guix@gnu.org; Sun, 26 Feb 2017 12:39:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ci29B-0005F4-OM for bug-guix@gnu.org; Sun, 26 Feb 2017 11:58:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ci298-0000j7-Nn for bug-guix@gnu.org; Sun, 26 Feb 2017 11:58:09 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:35215) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ci298-0000iS-IX for bug-guix@gnu.org; Sun, 26 Feb 2017 11:58:06 -0500 Received: by mail-wm0-f45.google.com with SMTP id v186so46252718wmd.0 for ; Sun, 26 Feb 2017 08:58:04 -0800 (PST) Received: from lupo ([2001:4b00:1c0:3d01:18de:2cef:5da1:e1ce]) by smtp.gmail.com with ESMTPSA id j18sm18847169wrb.33.2017.02.26.08.58.02 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 26 Feb 2017 08:58:03 -0800 (PST) Received: from beffa by lupo with local (Exim 4.88) (envelope-from ) id 1ci294-0001p4-En for bug-guix@gnu.org; Sun, 26 Feb 2017 17:58:02 +0100 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" To: 25882@debbugs.gnu.org gcc-wrapper doesn't handle compiler/linker flags passed through response files. One package which recently started using such files is GHC (I believe since 7.10.3). For this reason we currently need to patch it. However, the problem is with our tool chain wrapper and not with GHC itself. See discussion at https://lists.gnu.org/archive/html/guix-devel/2017-01/msg01981.html