From mboxrd@z Thu Jan 1 00:00:00 1970 From: neet Subject: bug#36176: ``make check'' 3 failures? Date: Tue, 11 Jun 2019 22:05:32 -0600 Message-ID: <87pnnjih2r.fsf@cock.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46794) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hauol-0007B6-Ne for bug-guix@gnu.org; Wed, 12 Jun 2019 00:25:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hauf8-0003Wz-RD for bug-guix@gnu.org; Wed, 12 Jun 2019 00:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hauf8-0003W1-Ix for bug-guix@gnu.org; Wed, 12 Jun 2019 00:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hauf8-000361-CL for bug-guix@gnu.org; Wed, 12 Jun 2019 00:15:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:44867) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hauW6-0004Cy-QO for bug-guix@gnu.org; Wed, 12 Jun 2019 00:05:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hauW5-0007hQ-A6 for bug-guix@gnu.org; Wed, 12 Jun 2019 00:05:42 -0400 Received: from mx1.cock.li ([185.10.68.5]:41875 helo=cock.li) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hauW3-0007fu-Ox for bug-guix@gnu.org; Wed, 12 Jun 2019 00:05:41 -0400 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: 36176@debbugs.gnu.org Hello, I'm trying to set up an appropriate environment for writing packages. Following https://www.gnu.org/software/guix/manual/en/html_node/Building-from-Git.html tells me to run ``make check'' and says: >If anything fails, take a look at installation instructions (see >Installation) or send a message to the mailing list. which points to guix-devel@gnu.org but the test suite says to report this to bug-guix@gnu.org, so I apologize in advance if I'm taking this to the wrong place. Anyway, the test suite ends with 3 failures: ============================================================================ Testsuite summary for GNU Guix 1.0.1.665-2444a ============================================================================ # TOTAL: 917 # PASS: 908 # SKIP: 6 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to bug-guix@gnu.org ============================================================================ Here is the test-suite.log file: http://ix.io/1Lzj I'm quite new to Guix so I'm not sure what I should be doing at this point. I'm just trying to get my hands started on writing packages :)