From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederick Muriithi Subject: Re: [PATCH] gnu: Add ldc-1.1.0-beta4 Date: Thu, 5 Jan 2017 19:33:36 +0300 Message-ID: References: <20170104155234.1463ac4e@scratchpost.org> <20170104164610.21910f21@scratchpost.org> <20170104175811.3e8edeb7@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPAzI-0008Pp-7v for guix-devel@gnu.org; Thu, 05 Jan 2017 11:34:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPAzH-00039B-JC for guix-devel@gnu.org; Thu, 05 Jan 2017 11:34:00 -0500 Received: from mail-yw0-x22e.google.com ([2607:f8b0:4002:c05::22e]:35300) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cPAzH-00038i-Ev for guix-devel@gnu.org; Thu, 05 Jan 2017 11:33:59 -0500 Received: by mail-yw0-x22e.google.com with SMTP id v81so245018456ywb.2 for ; Thu, 05 Jan 2017 08:33:57 -0800 (PST) In-Reply-To: <20170104175811.3e8edeb7@scratchpost.org> 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.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org > Hmm, you added gdb to the native-inputs but commented out the gdb invocations later? Why? I've gone and looked at this, and noted that not all the gdb invocations have been commented out, just the one requiring dmd-testsuite/runnable/gdb15729 which fails with "Error: No such file or directory" The only other part in the dmd-testsuite that's deactivated is the call "enforce(match(..." in dmd-testsuite/d_do_test.d which was also failing. All other invocations to gdb and calls to "enforce()" seem to be working fine. The annoying thing about these tests is, if you go and build them in the directory retained with 'guix build --keep-failed' these tests pass with no problem, but fail when you use 'guix build ...' -- Frederick M. Muriithi