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, 12 Mar 2017 12:36:42 +0100 Message-ID: <871su2sp4l.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> References: <87o9xepe7l.fsf@gnu.org> <871suajpfh.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> <87r329fjcq.fsf@gnu.org> <878togudsp.fsf@lupo.i-did-not-set--mail-host-address--so-tickle-me> <87shmk6i2t.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cn1oC-0006nt-Ui for bug-guix@gnu.org; Sun, 12 Mar 2017 07:37:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cn1o6-0000FN-OL for bug-guix@gnu.org; Sun, 12 Mar 2017 07:37:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53805) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cn1o6-0000Ez-Lq for bug-guix@gnu.org; Sun, 12 Mar 2017 07:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cn1o5-0000bP-SP for bug-guix@gnu.org; Sun, 12 Mar 2017 07:37:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87shmk6i2t.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Sat, 11 Mar 2017 14:47:38 +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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 25882@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > The attached version adds handling of unreadable files and recursion. > It does not address parsing of quote-delimited options though, but I=E2= =80=99m > tempted to punt on that one. My worry is that not handling them may lead to hard to debug, guix specific errors. Fede