From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcXf1-0004HP-Uu for guix-patches@gnu.org; Mon, 09 Jul 2018 11:01:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcXew-0004OI-5w for guix-patches@gnu.org; Mon, 09 Jul 2018 11:01:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44713) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcXew-0004Nu-1s for guix-patches@gnu.org; Mon, 09 Jul 2018 11:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcXev-0008To-Qp for guix-patches@gnu.org; Mon, 09 Jul 2018 11:01:01 -0400 Subject: [bug#32095] [PATCH 2/2] gnu: node: Update to 10.6.0. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180708152009.28002-1-mthl@gnu.org> <20180708152009.28002-2-mthl@gnu.org> Date: Mon, 09 Jul 2018 16:59:58 +0200 In-Reply-To: <20180708152009.28002-2-mthl@gnu.org> (Mathieu Lirzin's message of "Sun, 8 Jul 2018 17:20:09 +0200") Message-ID: <87muv0fo9d.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Lirzin Cc: 32095@debbugs.gnu.org Hello, Mathieu Lirzin skribis: > * gnu/packages/node.scm (node): Update to 10.6.0. I have it fail its tests like this: --8<---------------cut here---------------start------------->8--- Building addon in /tmp/guix-build-node-10.6.0.drv-0/node-v10.6.0/test/addon= s/load-long-path Building addon in /tmp/guix-build-node-10.6.0.drv-0/node-v10.6.0/test/addon= s/make-callback Building addon in /tmp/guix-build-node-10.6.0.drv-0/node-v10.6.0/test/addon= s/make-callback-domain-warning /tmp/guix-build-node-10.6.0.drv-0/node-v10.6.0/tools/build-addons.js:58 main(process.argv[3]).catch((err) =3D> setImmediate(() =3D> { throw err; })= ); ^ Error: Command failed: /tmp/guix-build-node-10.6.0.drv-0/node-v10.6.0/out/R= elease/node /tmp/guix-build-node-10.6.0.drv-0/node-v10.6.0/deps/npm/node_mo= dules/node-gyp/bin/node-gyp.js rebuild --directory=3D/tmp/guix-build-node-1= 0.6.0.drv-0/node-v10.6.0/test/addons/buffer-free-callback Traceback (most recent call last): File "/tmp/guix-build-node-10.6.0.drv-0/node-v10.6.0/deps/npm/node_module= s/node-gyp/gyp/gyp_main.py", line 13, in import gyp File "/tmp/guix-build-node-10.6.0.drv-0/node-v10.6.0/deps/npm/node_module= s/node-gyp/gyp/pylib/gyp/__init__.py", line 8, in import gyp.input EOFError: EOF read where object expected at ChildProcess.exithandler (child_process.js:291:12) at ChildProcess.emit (events.js:182:13) at maybeClose (internal/child_process.js:961:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5) make[1]: *** [Makefile:345: test/addons/.buildstamp] Error 1 make: *** [Makefile:266: test] Error 2 --8<---------------cut here---------------end--------------->8--- Does this test pass for you? Thanks, Ludo=E2=80=99.