From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25894: guix system reconfigure /etc/config.scm ... still poses errors Date: Sat, 11 Mar 2017 12:17:11 +0100 Message-ID: <871su49i6g.fsf@gnu.org> References: <40023571835479011a77ed070db21091@openmailbox.org> <20170302221739.GA14163@jasmine> <20170303171925.30dc5dfb@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmf2E-0007bf-Sn for bug-guix@gnu.org; Sat, 11 Mar 2017 06:18:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmf2A-0007oU-IX for bug-guix@gnu.org; Sat, 11 Mar 2017 06:18:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52138) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmf2A-0007oQ-GI for bug-guix@gnu.org; Sat, 11 Mar 2017 06:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cmf2A-0006WI-BP for bug-guix@gnu.org; Sat, 11 Mar 2017 06:18:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170303171925.30dc5dfb@riseup.net> (quiliro@riseup.net's message of "Fri, 3 Mar 2017 17:19:38 -0500") 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: Quiliro Cc: 25894@debbugs.gnu.org Saluton Quiliro, Quiliro skribis: > FAILURES: > --ion-eager /tmp/guix-build-mozjs-24.2.0.drv-0/mozjs-24.2.0/js/src/ji= t-test/tests/basic/bug698584.js > --no-baseline > --no-ion /tmp/guix-build-mozjs-24.2.0.drv-0/mozjs-24.2.0/js/src/jit-test/= tests/basic/bug698584.js > --baseline-eager --no-ti > --no-fpu /tmp/guix-build-mozjs-24.2.0.drv-0/mozjs-24.2.0/js/src/jit-test/= tests/basic/bug698584.js > --baseline-eager /tmp/guix-build-mozjs-24.2.0.drv-0/mozjs-24.2.0/js/src/j= it-test/tests/basic/bug839215.js > --ion-eager /tmp/guix-build-mozjs-24.2.0.drv-0/mozjs-24.2.0/js/src/jit-te= st/tests/basic/bug839215.js > --no-baseline > --no-ion /tmp/guix-build-mozjs-24.2.0.drv-0/mozjs-24.2.0/js/src/jit-test/= tests/basic/bug839215.js > --baseline-eager --no-ti > --no-fpu /tmp/guix-build-mozjs-24.2.0.drv-0/mozjs-24.2.0/js/src/jit-test/= tests/basic/bug839215.js > --no-baseline --no-ion > --no-ti /tmp/guix-build-mozjs-24.2.0.drv-0/mozjs-24.2.0/js/src/jit-test/t= ests/basic/bug839215.js > TIMEOUTS: make: *** [Makefile:312: check-jit-test] Error 2 phase > `check' failed after 1024.7 seconds builder for > `/gnu/store/0f5k3zc7l1mhgrjg0avnqy71afrs4ppn-mozjs-24.2.0.drv' failed > with exit code 1 cannot build derivation This is mozjs failing to build. On current master, substitutes are available for mozjs for both i686 and x86_64: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build mozjs -n substitute: updating list of substitutes from 'https://bayfront.guixsd.org'= ... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% The following file would be downloaded: /gnu/store/ivghmvk5a2ddhinjvrl4psc418ibrw6i-mozjs-24.2.0 $ ./pre-inst-env guix build mozjs -n -s i686-linux substitute: updating list of substitutes from 'https://bayfront.guixsd.org'= ... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% The following files would be downloaded: /gnu/store/04ngyf8xdazpq39a35zqhw1196vqqymc-mozjs-24.2.0 /gnu/store/221mv5shnnfmq2f9286hkfql97vq7w6q-nspr-4.13.1 /gnu/store/2j150d0h6lq1y4fbnnk8gm9s705jyd6i-zlib-1.2.8 ludo@ribbon ~/src/guix [env]$ git describe v0.12.0-1789-g2ad541cb0 --8<---------------cut here---------------end--------------->8--- Could it be that the problem has been fixed in the meantime? Thanks, Ludo=E2=80=99.