GNU bug report logs - #66639
[PATCH core-updates 0/2] Fix use of nonexistent phase.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Thu, 19 Oct 2023 14:04:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 66639 in the body.
You can then email your comments to 66639 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 leo <at> famulari.name, me <at> tobias.gr, guix-patches <at> gnu.org:
bug#66639; Package guix-patches. (Thu, 19 Oct 2023 14:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Bruno Victal <mirai <at> makinata.eu>:
New bug report received and forwarded. Copy sent to leo <at> famulari.name, me <at> tobias.gr, guix-patches <at> gnu.org. (Thu, 19 Oct 2023 14:04:02 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: guix-patches <at> gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [PATCH core-updates 0/2] Fix use of nonexistent phase.
Date: Thu, 19 Oct 2023 15:02:01 +0100
Follow-up to changes in ed1b2d0a86a0a62d8d843f06669a5f072482c37e.

Bruno Victal (2):
  gnu: perl-xml-xpath: Fix use of nonexistent phase.
  gnu: rasdaemon: Fix use of nonexistent phase.

 gnu/packages/linux.scm | 2 +-
 gnu/packages/xml.scm   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


base-commit: d59653b7c9e43ebdbba20e2ca071429507f94c67
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66639; Package guix-patches. (Thu, 19 Oct 2023 14:06:01 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: 66639 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH core-updates 1/2] gnu: perl-xml-xpath: Fix use of nonexistent
 phase.
Date: Thu, 19 Oct 2023 15:04:41 +0100
Follow-up to changes in ed1b2d0a86a0a62d8d843f06669a5f072482c37e.

* gnu/packages/xml.scm (perl-xml-xpath)[arguments]<#:phases>: Order
'wrap-xpath after 'install instead of the nonexistent 'wrap.
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5e4e9cc8b8..db697a3221 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1047,7 +1047,7 @@ (define-public perl-xml-xpath
      (list
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'wrap 'wrap-xpath
+          (add-after 'install 'wrap-xpath
             (lambda _
               (let ((xpath (string-append #$output "/bin/xpath"))
                     (perl5lib
-- 
2.41.0





Information forwarded to leo <at> famulari.name, me <at> tobias.gr, guix-patches <at> gnu.org:
bug#66639; Package guix-patches. (Thu, 19 Oct 2023 14:06:02 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: 66639 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH core-updates 2/2] gnu: rasdaemon: Fix use of nonexistent phase.
Date: Thu, 19 Oct 2023 15:04:42 +0100
Follow-up to changes in ed1b2d0a86a0a62d8d843f06669a5f072482c37e.

* gnu/packages/linux.scm (rasdaemon)[arguments]<#:phases>: Order
'wrap-rasdaemon after 'install instead of the nonexistent 'wrap.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 211269bfcb..5edcde3853 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9857,7 +9857,7 @@ (define-public rasdaemon
               ;; line lets sysconfdir correctly pick up DESTDIR.
               (substitute* "configure.ac"
                 (("^test .* sysconfdir=/etc\n$") ""))))
-          (add-after 'wrap 'wrap-rasdaemon
+          (add-after 'install 'wrap-rasdaemon
             (lambda* (#:key inputs #:allow-other-keys)
               (let ((path (map dirname
                                (list (search-input-file inputs "/sbin/dmidecode")
-- 
2.41.0





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 19 Oct 2023 16:33:02 GMT) Full text and rfc822 format available.

Notification sent to Bruno Victal <mirai <at> makinata.eu>:
bug acknowledged by developer. (Thu, 19 Oct 2023 16:33:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Bruno Victal <mirai <at> makinata.eu>
Cc: 66639-done <at> debbugs.gnu.org
Subject: Re: [bug#66639] [PATCH core-updates 1/2] gnu: perl-xml-xpath: Fix
 use of nonexistent phase.
Date: Thu, 19 Oct 2023 19:32:02 +0300
[Message part 1 (text/plain, inline)]
Thanks. Patches pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 17 Nov 2023 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 276 days ago.

Previous Next


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