GNU bug report logs - #27448
[PATCH] gnu: node: Update to 8.1.2.

Previous Next

Package: guix-patches;

Reported by: Jelle Licht <jlicht <at> fsfe.org>

Date: Thu, 22 Jun 2017 13:06:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27448 in the body.
You can then email your comments to 27448 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27448; Package guix-patches. (Thu, 22 Jun 2017 13:06:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jelle Licht <jlicht <at> fsfe.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 22 Jun 2017 13:06:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH] gnu: node: Update to 8.1.2.
Date: Thu, 22 Jun 2017 15:04:55 +0200
* gnu/packages/node.scm (node): Update to 8.1.2.
(node)[arguments]: Disabled more tests.
---
 gnu/packages/node.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 69bd92883..d4415fc50 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -40,14 +40,14 @@
 (define-public node
   (package
     (name "node")
-    (version "7.10.0")
+    (version "8.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://nodejs.org/dist/v" version
                                   "/node-v" version ".tar.gz"))
               (sha256
                (base32
-                "00vdmb0z8b2sd547bkksgy9dfq5gi5xfd9b3f0rc4ngvpzl3z164"))
+                "0l92gar1pivzaiwffiiiz2f2m5k39sl5fphlfnvy0ml9hrjb65yp"))
               ;; https://github.com/nodejs/node/pull/9077
               (patches (search-patches "node-9077.patch"))))
     (build-system gnu-build-system)
@@ -83,10 +83,18 @@
                (("	\\$\\(MAKE\\) jslint") "")
                (("	\\$\\(MAKE\\) cpplint\n") ""))
 
+             ;; FIXME: This test seems to depends on files that are not
+             ;; available in the bundled v8. See
+             ;; https://github.com/nodejs/node/issues/13344
+             (for-each delete-file
+                       '("test/addons-napi/test_general/testInstanceOf.js"))
              ;; 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/test-dgram-membership.js"
+                       '("test/async-hooks/test-ttywrap.readstream.js"
+                         "test/parallel/test-util-inspect.js"
+                         "test/parallel/test-v8-serdes.js"
+                         "test/parallel/test-dgram-membership.js"
                          "test/parallel/test-cluster-master-error.js"
                          "test/parallel/test-cluster-master-kill.js"
                          "test/parallel/test-npm-install.js"
-- 
2.13.1





Information forwarded to guix-patches <at> gnu.org:
bug#27448; Package guix-patches. (Thu, 22 Jun 2017 16:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 27448 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: 27448 <at> debbugs.gnu.org
Subject: Re: [bug#27448] [PATCH] gnu: node: Update to 8.1.2.
Date: Thu, 22 Jun 2017 18:12:01 +0200
Jelle Licht <jlicht <at> fsfe.org> skribis:

> * gnu/packages/node.scm (node): Update to 8.1.2.
> (node)[arguments]: Disabled more tests.

LGTM, please push!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#27448; Package guix-patches. (Thu, 29 Jun 2017 12:30:03 GMT) Full text and rfc822 format available.

Message #11 received at 27448 <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 27448 <at> debbugs.gnu.org
Subject: Re: [bug#27448] [PATCH] gnu: node: Update to 8.1.2.
Date: Thu, 29 Jun 2017 14:29:48 +0200
[Message part 1 (text/plain, inline)]
If someone could push this, that'd be great :-).

Thanks!

Jelle

2017-06-22 18:12 GMT+02:00 Ludovic Courtès <ludo <at> gnu.org>:

> Jelle Licht <jlicht <at> fsfe.org> skribis:
>
> > * gnu/packages/node.scm (node): Update to 8.1.2.
> > (node)[arguments]: Disabled more tests.
>
> LGTM, please push!
>
> Ludo’.
>
[Message part 2 (text/html, inline)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Thu, 29 Jun 2017 12:51:01 GMT) Full text and rfc822 format available.

Notification sent to Jelle Licht <jlicht <at> fsfe.org>:
bug acknowledged by developer. (Thu, 29 Jun 2017 12:51:02 GMT) Full text and rfc822 format available.

Message #16 received at 27448-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: 27448-done <at> debbugs.gnu.org
Subject: Re: [bug#27448] [PATCH] gnu: node: Update to 8.1.2.
Date: Thu, 29 Jun 2017 14:49:58 +0200
Jelle Licht <jlicht <at> fsfe.org> skribis:

> If someone could push this, that'd be great :-).

My bad, committed, thanks!

I was assuming you already had commit rights.  We should probably just
do that, no?

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 28 Jul 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.