emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69642: closed ([PATCH] gnu: linux-libre-documentation: Fix build.)


From: GNU bug Tracking System
Subject: bug#69642: closed ([PATCH] gnu: linux-libre-documentation: Fix build.)
Date: Sun, 17 Mar 2024 16:54:02 +0000

Your message dated Sun, 17 Mar 2024 12:52:21 -0400
with message-id <ZfcfxYYfHngq056h@jasmine.lan>
and subject line Re: [bug#69642] [PATCH] gnu: linux-libre-documentation: Fix 
build.
has caused the debbugs.gnu.org bug report #69642,
regarding [PATCH] gnu: linux-libre-documentation: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69642: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69642
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: linux-libre-documentation: Fix build. Date: Fri, 8 Mar 2024 16:02:27 +0100
After the update to 6.6.18, the patch no longer applies and is not necessary.

* gnu/packages/linux.scm (linux-libre-documentation): Do not patch source.

Change-Id: I59d75ea430a4fbc8307ef333765e71e4ea8c5171
---
 gnu/packages/linux.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9660273efe..491263ccea 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2005,17 +2005,6 @@ (define-public linux-libre-documentation
   (package
     (inherit linux-libre)
     (name "linux-libre-documentation")
-    (source
-     (origin
-       (inherit linux-libre-source)
-       (patches
-        (list
-         (origin
-           (method url-fetch)
-           (uri 
"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/Documentation/sphinx/kernel_feat.py?id=c23de7ceae59e4ca5894c3ecf4f785c50c0fa428";)
-           (sha256
-            (base32
-             "0inw2pl7nh82sw8bhvvzqa61552bisl78yc1nyl2x6dmpyppzrld")))))))
     (arguments
      (list
       #:tests? #f
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69642] [PATCH] gnu: linux-libre-documentation: Fix build. Date: Sun, 17 Mar 2024 12:52:21 -0400
On Fri, Mar 08, 2024 at 04:02:27PM +0100, Tomas Volf wrote:
> After the update to 6.6.18, the patch no longer applies and is not necessary.
> 
> * gnu/packages/linux.scm (linux-libre-documentation): Do not patch source.

Thanks for following up to remove this bug fix!

Due to my own lack of attention, I missed the patch when you emailed it.

I pushed an equivalent fix as commit e1e6116e05f00d8a9e70cb2c129858f72b87ffb8

Thanks again!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]