GNU bug report logs - #45697
[PATCH] gnu: libnode: Delete patch-node-shebang.

Previous Next

Package: guix-patches;

Reported by: Tim Howes <timhowes <at> lavabit.com>

Date: Wed, 6 Jan 2021 17:43:01 UTC

Severity: normal

Tags: patch

Done: Tim Howes <timhowes <at> lavabit.com>

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 45697 in the body.
You can then email your comments to 45697 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#45697; Package guix-patches. (Wed, 06 Jan 2021 17:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tim Howes <timhowes <at> lavabit.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 06 Jan 2021 17:43:01 GMT) Full text and rfc822 format available.

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

From: Tim Howes <timhowes <at> lavabit.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] * gnu/packages/node.scm (libnode): Delete patch-node-shebang.
Date: Wed,  6 Jan 2021 09:42:15 -0800
[arguments]: Delete patch-node-shebang phase inherited from node.
---
The build for libnode fails when it tries to run this phase.

 gnu/packages/node.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 9e07cd906e..687b5590ab 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2018, 2019, 2020 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2020 Pierre Langlois <pierre.langlois <at> gmx.com>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2021 Tim Howes <timhowes <at> lavabit.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -238,4 +239,5 @@ devices.")
         `(cons* "--shared" "--without-npm" ,flags))
        ((#:phases phases '%standard-phases)
         `(modify-phases ,phases
-           (delete 'patch-npm-shebang)))))))
+           (delete 'patch-npm-shebang)
+           (delete 'patch-node-shebang)))))))

base-commit: f40ddf95a34944673cd6262b7aae0c643e653ff9
-- 
2.30.0






Information forwarded to guix-patches <at> gnu.org:
bug#45697; Package guix-patches. (Fri, 08 Jan 2021 20:33:02 GMT) Full text and rfc822 format available.

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

From: Tim Howes <timhowes <at> lavabit.com>
To: 45697 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: libnode: Delete patch-node-shebang.
Date: Fri, 08 Jan 2021 12:32:17 -0800
[Message part 1 (text/plain, inline)]
Fixed the commit message formatting.

[0001-libnode-Delete-patch-node-shebang.patch (text/x-patch, inline)]
From 4237b0f79b50f6783f6389e82b28a6daefec0a47 Mon Sep 17 00:00:00 2001
From: Tim Howes <timhowes <at> lavabit.com>
Date: Wed, 6 Jan 2021 09:20:00 -0800
Subject: [PATCH] gnu: libnode: Delete patch-node-shebang.

* gnu/packages/node.scm (libnode): Delete patch-node-shebang.
[arguments]: Delete patch-node-shebang phase inherited from node.
---
The build for libnode fails when it tries to run this phase.

 gnu/packages/node.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 9e07cd906e..687b5590ab 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2018, 2019, 2020 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2020 Pierre Langlois <pierre.langlois <at> gmx.com>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2021 Tim Howes <timhowes <at> lavabit.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -238,4 +239,5 @@ devices.")
         `(cons* "--shared" "--without-npm" ,flags))
        ((#:phases phases '%standard-phases)
         `(modify-phases ,phases
-           (delete 'patch-npm-shebang)))))))
+           (delete 'patch-npm-shebang)
+           (delete 'patch-node-shebang)))))))

base-commit: f40ddf95a34944673cd6262b7aae0c643e653ff9
-- 
2.30.0


Changed bug title to '[PATCH] gnu: libnode: Delete patch-node-shebang.' from '[PATCH] * gnu/packages/node.scm (libnode): Delete patch-node-shebang.' Request was from Tim Howes <timhowes <at> lavabit.com> to control <at> debbugs.gnu.org. (Fri, 08 Jan 2021 20:39:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 45697 <at> debbugs.gnu.org and Tim Howes <timhowes <at> lavabit.com> Request was from Tim Howes <timhowes <at> lavabit.com> to control <at> debbugs.gnu.org. (Wed, 20 Jan 2021 22:01:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 18 Feb 2021 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 65 days ago.

Previous Next


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