GNU bug report logs - #66266
[PATCH 0/2] gnu: emacs-lua-mode: Build with newer emacs-buttercup.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Fri, 29 Sep 2023 14:21:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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 66266 in the body.
You can then email your comments to 66266 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 andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#66266; Package guix-patches. (Fri, 29 Sep 2023 14:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Fri, 29 Sep 2023 14:21:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 0/2] gnu: emacs-lua-mode: Build with newer emacs-buttercup.
Date: Fri, 29 Sep 2023 22:18:27 +0800
emacs-buttercup-1.25 currently fails to build.  This series replaces it with
emacs-buttercup for its only dependent package emacs-lua-mode and removes it.

Hilton Chain (2):
  gnu: emacs-lua-mode: Build with newer emacs-buttercup.
  gnu: Remove emacs-buttercup-1.25.

 gnu/packages/emacs-xyz.scm | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)


base-commit: 1b0ec97bce2db93ec4159a13fb0a184f012df4fe
--
2.41.0




Information forwarded to hako <at> ultrarare.space, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#66266; Package guix-patches. (Fri, 29 Sep 2023 17:11:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: 66266 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 1/2] gnu: emacs-lua-mode: Build with newer emacs-buttercup.
Date: Sat, 30 Sep 2023 01:08:20 +0800
* gnu/packages/emacs-xyz (emacs-lua-mode)[native-inputs]: Replace
emacs-buttercup-1.25 with emacs-buttercup.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1f2334e409..54e89d48a6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15532,7 +15532,7 @@ (define-public emacs-lua-mode
      `(#:tests? #t
        #:test-command '("buttercup" "-l" "lua-mode.el")))
     (native-inputs
-     (list emacs-buttercup-1.25 lua))
+     (list emacs-buttercup lua))
     (synopsis "Major mode for lua")
     (description
      "This Emacs package provides a mode for @uref{https://www.lua.org/,
-- 
2.41.0





Information forwarded to hako <at> ultrarare.space, andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#66266; Package guix-patches. (Fri, 29 Sep 2023 17:11:02 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: 66266 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 2/2] gnu: Remove emacs-buttercup-1.25.
Date: Sat, 30 Sep 2023 01:08:21 +0800
* gnu/packages/emacs-xyz.scm (emacs-buttercup-1.25): Delete variable.
---
 gnu/packages/emacs-xyz.scm | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 54e89d48a6..2e0b094d85 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28541,23 +28541,6 @@ (define-public emacs-buttercup
 functions to ensure they are called with the right arguments during testing.")
     (license license:gpl3+)))
 
-;;; Required by emacs-lua-mode
-(define emacs-buttercup-1.25
-  (package
-    (inherit emacs-buttercup)
-    (name "emacs-buttercup")
-    (version "1.25")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/jorgenschaefer/emacs-buttercup")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "0fsysvsypda6b7azc15bpaprq3bwx4gb6rlq2mj6f8rgwdqc8153"))))))
-
 (define-public emacs-cort
   (package
     (name "emacs-cort")
-- 
2.41.0





Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Fri, 29 Sep 2023 19:50:01 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Fri, 29 Sep 2023 19:50:01 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 66266-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/2] gnu: emacs-lua-mode: Build with newer emacs-buttercup.
Date: Fri, 29 Sep 2023 21:49:23 +0200
Pushed as eb1c3fff20d1f616f2e2ec8e12e39ea268d5e095 et al.

Thanks!

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.




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

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

Previous Next


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