GNU bug report logs - #56358
[PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.

Previous Next

Package: guix-patches;

Reported by: Zhu Zihao <all_but_last <at> 163.com>

Date: Sat, 2 Jul 2022 15:17:01 UTC

Severity: normal

Tags: patch

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

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 56358 in the body.
You can then email your comments to 56358 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#56358; Package guix-patches. (Sat, 02 Jul 2022 15:17:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zhu Zihao <all_but_last <at> 163.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 02 Jul 2022 15:17:02 GMT) Full text and rfc822 format available.

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

From: Zhu Zihao <all_but_last <at> 163.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]: gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.
Date: Sat, 02 Jul 2022 23:16:12 +0800
[Message part 1 (text/plain, inline)]

[signature.asc (application/pgp-signature, inline)]
[0001-gnu-rtl8821ce-linux-module-Update-to-0.0.0-6-be733dc.patch (text/x-patch, inline)]
From 97dd28f2af66fdadf4f6e6a67c58791bf792c774 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Sat, 2 Jul 2022 23:11:26 +0800
Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.

Fixes the broken build with linux-libre 5.18.x.

* gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-6-be733dc.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 46136f124c..681fdfbd59 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1343,8 +1343,8 @@ (define-public librem-ec-acpi-linux-module
     (license license:gpl2)))
 
 (define-public rtl8821ce-linux-module
-  (let ((commit "dce62b9bbb7c76339b514153fcebb3a19bafdcc7")
-        (revision "5"))
+  (let ((commit "be733dc86781c68571650b395dd0fa6b53c0a039")
+        (revision "6"))
     (package
       (name "rtl8821ce-linux-module")
       (version (git-version "0.0.0" revision commit))
@@ -1357,7 +1357,7 @@ (define-public rtl8821ce-linux-module
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0s5v6z4x7xdgr5qm4q7dr9nd5c8qy28jaw0p78hxji3m8if56vka"))))
+           "00sd7s0582b9jcpfgy0fw6418dwg700mfyizkfr22jf2x140iy70"))))
       (build-system linux-module-build-system)
       (arguments
        (list #:make-flags
-- 
2.36.1

[Message part 4 (text/plain, inline)]
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

Information forwarded to guix-patches <at> gnu.org:
bug#56358; Package guix-patches. (Thu, 07 Jul 2022 16:05:02 GMT) Full text and rfc822 format available.

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

From: Zhu Zihao <all_but_last <at> 163.com>
To: 56358 <at> debbugs.gnu.org
Subject: Re: bug#56358: Acknowledgement ([PATCH]: gnu:
 rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.)
Date: Fri, 08 Jul 2022 00:03:26 +0800
[Message part 1 (text/plain, inline)]
ding dong :)
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao
[signature.asc (application/pgp-signature, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 08 Jul 2022 21:48:02 GMT) Full text and rfc822 format available.

Notification sent to Zhu Zihao <all_but_last <at> 163.com>:
bug acknowledged by developer. (Fri, 08 Jul 2022 21:48:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Zhu Zihao <all_but_last <at> 163.com>
Cc: 56358-done <at> debbugs.gnu.org
Subject: Re: bug#56358: [PATCH]: gnu: rtl8821ce-linux-module: Update to
 0.0.0-6-be733dc.
Date: Fri, 08 Jul 2022 23:47:12 +0200
Hi,

Zhu Zihao <all_but_last <at> 163.com> skribis:

>>From 97dd28f2af66fdadf4f6e6a67c58791bf792c774 Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last <at> 163.com>
> Date: Sat, 2 Jul 2022 23:11:26 +0800
> Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.
>
> Fixes the broken build with linux-libre 5.18.x.
>
> * gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-6-be733dc.

Applied, thanks!

Ludo’.




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

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

Previous Next


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