Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-19 Thread Christopher Allan Webber
That seems like a good idea to me. Jelle Licht writes: > I just reapplied my patch to the current master ( b3de5ff2 ), and I could > build node 6.3.1 without any issues. > > - Derivation is /gnu/store/xhwml9hwqbpliglp5x4c3hkr46pkv7zn-node-6.3.1.drv > [0] , > - Build result is /gnu/store/jvg2p9bb

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-19 Thread Pjotr Prins
Worse, the current node in the tree does not build either: === release test-tls-alpn-server-client === Path: parallel/test-tls-alpn-server-client assert.js:90 throw new assert.AssertionError({ ^ AssertionError: 'first-priority-unsupported' === false at ch

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-12 Thread Leo Famulari
On Tue, Aug 09, 2016 at 03:13:31PM +0200, Jelle Licht wrote: > Attached you will find the updated version of this patch. Please let me > know what you think. > From 798d0888cc57a18ab31fa546a94932476e39088e Mon Sep 17 00:00:00 2001 > From: Jelle Licht > Date: Fri, 5 Aug 2016 12:51:15 +0200 > Subje

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-09 Thread Thompson, David
On Tue, Aug 9, 2016 at 9:13 AM, Jelle Licht wrote: > > Attached you will find the updated version of this patch. Please let me > know what you think. I could point out a few nits about the commit message, but I think someone with commit access should just clean it up and push. The code itself lo

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-09 Thread Jelle Licht
Leo Famulari writes: > On Sun, Aug 07, 2016 at 02:45:20PM +0200, Jelle Licht wrote: >> Leo Famulari writes: >> >> - (replace 'patch-shebangs >> >> - (lambda* (#:key outputs #:allow-other-keys #:rest all) >> >> - ;; Work around . >> >> -

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-08 Thread Leo Famulari
On Sun, Aug 07, 2016 at 02:45:20PM +0200, Jelle Licht wrote: > Leo Famulari writes: > >> - (replace 'patch-shebangs > >> - (lambda* (#:key outputs #:allow-other-keys #:rest all) > >> - ;; Work around . > >> - (let* ((patch (asso

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-07 Thread Jelle Licht
Leo Famulari writes: > On Fri, Aug 05, 2016 at 01:02:45PM +0200, Jelle Licht wrote: >> ;; FIXME: These tests fail in the build container, but they >> don't >> ;; seem to be indicative of real problems in practice. >> (for-each delete-file >> -

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-06 Thread Leo Famulari
On Fri, Aug 05, 2016 at 01:02:45PM +0200, Jelle Licht wrote: > ;; FIXME: These tests fail in the build container, but they > don't > ;; seem to be indicative of real problems in practice. > (for-each delete-file > - '("test/parallel/t

[PATCH v2] gnu: node: Update to 6.3.1.

2016-08-05 Thread Jelle Licht
* gnu/packages/node.scm (node): Update to 6.3.1. --- gnu/packages/node.scm | 32 ++-- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 887ef93..4c98799 100644 --- a/gnu/packages/node.scm +++ b/gnu/packag