From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH v8] gnu: Update ldc to 0.17.1. Date: Wed, 14 Sep 2016 17:55:37 +0200 Message-ID: <20160914175537.07e7cf19@scratchpost.org> References: <20160913200139.17708-1-dannym@scratchpost.org> <20160914132537.GD31892@macbook42.flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkCXL-0004Di-Dt for guix-devel@gnu.org; Wed, 14 Sep 2016 11:55:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkCXI-0000Uh-Hl for guix-devel@gnu.org; Wed, 14 Sep 2016 11:55:47 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:55558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkCXI-0000UN-7n for guix-devel@gnu.org; Wed, 14 Sep 2016 11:55:44 -0400 In-Reply-To: <20160914132537.GD31892@macbook42.flashner.co.il> 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: Efraim Flashner Cc: guix-devel@gnu.org Hi, > With this patch I got: > > The following tests FAILED: > 238 - std.datetime (Failed) > 296 - std.regex.internal.tests (Failed) > 568 - std.datetime-debug (Failed) > 626 - std.regex.internal.tests-debug (Failed) > 670 - dmd-testsuite-debug (Failed) Huh really? I just cloned the guix git repo into a new directory, applied exactly this patch, bootstrapped, built everything, then did ./pre-inst-env guix package -i ldc and it worked, tests and all... (on x86_64 on GuixSD) Which architecture was your test on? Can you check what exactly failed? There should be a log in there (if you built it using "--keep-failed" at least).