From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#29516: Maxima fails to build Date: Fri, 01 Dec 2017 11:53:01 +0100 Message-ID: <87po7y1zzm.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKnVx-00082p-PM for bug-guix@gnu.org; Fri, 01 Dec 2017 10:47:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKnUt-0005Lg-NH for bug-guix@gnu.org; Fri, 01 Dec 2017 10:46:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59703) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKnUt-0005KJ-0i for bug-guix@gnu.org; Fri, 01 Dec 2017 10:45:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKnUs-0001bq-Mc for bug-guix@gnu.org; Fri, 01 Dec 2017 10:45:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKnT8-0005b5-Hw for bug-guix@gnu.org; Fri, 01 Dec 2017 10:43:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKnSH-0001Xk-J2 for bug-guix@gnu.org; Fri, 01 Dec 2017 10:43:14 -0500 Received: from mout01.posteo.de ([185.67.36.65]:34413) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKnSG-0001SY-HY for bug-guix@gnu.org; Fri, 01 Dec 2017 10:42:21 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 346E520F42 for ; Fri, 1 Dec 2017 11:53:03 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3ypB2645zHz9rxX for ; Fri, 1 Dec 2017 11:53:02 +0100 (CET) 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: 29516@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello Guix, `guix build maxima' fails during the `check' phase with the following output: --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=maxima-build-error.txt Content-Description: error message starting phase `check' Making check in admin make[1]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/admin' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/admin' Making check in crosscompile-windows make[1]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/crosscompile-windows' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/crosscompile-windows' Making check in src make[1]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/src' Making check in lisp-utils make[1]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/lisp-utils' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/lisp-utils' Making check in tests make[1]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/tests' make check-TESTS make[2]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/tests' make[3]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/tests' sed <"test.sh.in" >"gcl-test.sh" \ -e 's#!LOCAL_MAXIMA!#/gnu/store/kpxi8h3669afr9r1bgvaf9ij3y4wdyyn-bash-minimal-4.4.12/bin/sh ../maxima-local#' \ -e 's#!LISPNAME!#gcl#' \ -e 's#!OUTPUT_LOG!#../tests/gcl.log#' chmod a+x "gcl-test.sh" FAIL: gcl-test.sh make[4]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/tests' ============================================================================ Testsuite summary for maxima 5.41.0 ============================================================================ # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log ============================================================================ make[3]: *** [Makefile:558: test-suite.log] Error 1 make[3]: Leaving directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/tests' make[2]: *** [Makefile:666: check-TESTS] Error 2 make[2]: Leaving directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/tests' make[1]: *** [Makefile:792: check-am] Error 2 make[1]: Leaving directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/tests' make: *** [Makefile:457: check-recursive] Error 1 phase `check' failed after 261.2 seconds builder for `/gnu/store/cmz95fkz1mc7nb3yxch4x83iaxml6gzs-maxima-5.41.0.drv' failed with exit code 1 @ build-failed /gnu/store/cmz95fkz1mc7nb3yxch4x83iaxml6gzs-maxima-5.41.0.drv - 1 builder for `/gnu/store/cmz95fkz1mc7nb3yxch4x83iaxml6gzs-maxima-5.41.0.drv' failed with exit code 1 guix build: error: build failed: build of `/gnu/store/cmz95fkz1mc7nb3yxch4x83iaxml6gzs-maxima-5.41.0.drv' failed --=-=-= Content-Type: text/plain I am running GuixSD on a x86_64 machine (commit: 9ce07f2dbafe068aea81e79decc4cfc146a48259). The x86_64 version also failed to build on hydra.gnu.org (https://hydra.gnu.org/build/2361466). Greetings Diego --=-=-=--