From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: bug#33312: Guix: many tests fail when building on 0.15 Date: Thu, 8 Nov 2018 11:41:52 +0100 Message-ID: <60709f3d-afd4-f7bd-acd2-45acf8ed61e4@riseup.net> References: <75956247-307c-1594-4589-f5685619a4eb@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKhlH-0005X7-5A for bug-guix@gnu.org; Thu, 08 Nov 2018 05:42:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKhlD-0001qh-2D for bug-guix@gnu.org; Thu, 08 Nov 2018 05:42:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gKhlC-0001qT-RM for bug-guix@gnu.org; Thu, 08 Nov 2018 05:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gKhlB-000551-Jf for bug-guix@gnu.org; Thu, 08 Nov 2018 05:42:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <75956247-307c-1594-4589-f5685619a4eb@riseup.net> Content-Language: en-US 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: 33312@debbugs.gnu.org On 2018-11-08 11:07, swedebugia wrote: > Hi > > I want to contribute to guix with patches and at the same time keep my > GuixSD on 0.15. > > To archive this I created and followed the following guide in GuixSD > in Qemu: > > https://gitlab.com/swedebugia/guix-notes/blob/master/BUILD.org > > Following it Guix 21335fdbec68b4cfb19d8a0ae0877ec81c84ad9c builds fine. > > BUT > > running make check I got a lot of failed tests and no testlog: > > makeĀ  check-recursive > make[1]: Entering directory '/home/sdb/guix-tree' > Making check in po/guix > make[2]: Entering directory '/home/sdb/guix-tree/po/guix' > make[2]: Leaving directory '/home/sdb/guix-tree/po/guix' > Making check in po/packages > make[2]: Entering directory '/home/sdb/guix-tree/po/packages' > make[2]: Leaving directory '/home/sdb/guix-tree/po/packages' > make[2]: Entering directory '/home/sdb/guix-tree' > Compiling Scheme modules... > makeĀ  check-TESTS check-local > make[3]: Entering directory '/home/sdb/guix-tree' > make[4]: Entering directory '/home/sdb/guix-tree' > PASS: tests/base16.scm > SKIP: tests/base32.scm > PASS: tests/base64.scm > SKIP: tests/cpio.scm > PASS: tests/pki.scm > PASS: tests/print.scm > PASS: tests/sets.scm > PASS: tests/modules.scm > PASS: tests/gnu-maintenance.scm > PASS: tests/substitute.scm > FAIL: tests/builders.scm > FAIL: tests/derivations.scm > PASS: tests/glob.scm > FAIL: tests/grafts.scm > FAIL: tests/ui.scm > PASS: tests/status.scm > PASS: tests/records.scm > FAIL: tests/processes.scm > PASS: tests/upstream.scm > PASS: tests/combinators.scm > PASS: tests/discovery.scm > PASS: tests/utils.scm > PASS: tests/build-utils.scm > FAIL: tests/packages.scm > SKIP: tests/snix.scm > FAIL: tests/hackage.scm > FAIL: tests/cran.scm > FAIL: tests/elpa.scm > FAIL: tests/texlive.scm > FAIL: tests/store.scm > FAIL: tests/monads.scm > make[4]: Leaving directory '/home/sdb/guix-tree' > make[3]: Leaving directory '/home/sdb/guix-tree' > make[2]: Leaving directory '/home/sdb/guix-tree' > make[1]: Leaving directory '/home/sdb/guix-tree' > Dependencies: $ guile --version |head -1 && guix --version|head -1 && gcc --version|head -1 && echo -n "libgcrypt " && libgcrypt-config --version && make --version|head -1 guile (GNU Guile) 2.2.4 guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 gcc (GCC) 8.1.0 libgcrypt 1.8.2 GNU Make 4.2.1 -- Cheers Swedebugia