GNU bug report logs - #45419
[PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f

Previous Next

Package: guix-patches;

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

Date: Fri, 25 Dec 2020 10:08:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 45419 in the body.
You can then email your comments to 45419 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#45419; Package guix-patches. (Fri, 25 Dec 2020 10:08: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. (Fri, 25 Dec 2020 10:08:01 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-2.14b536f
Date: Fri, 25 Dec 2020 18:07:22 +0800
[Message part 1 (text/plain, inline)]
This update fix the broken build of module under Linux-libre 5.9.16.

See https://github.com/tomaspinho/rtl8821ce/issues/197.

Though it is a fix specified to 5.10.x, but GCC throws warning on 5.9.16
and failed.

[signature.asc (application/pgp-signature, inline)]
[0001-gnu-rtl8821ce-linux-module-Update-to-0.0.0-2.14b536f.patch (text/x-patch, inline)]
From 8f8988d846a551a02b4bdb9fb57899bcbbab3bf8 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Fri, 25 Dec 2020 18:03:14 +0800
Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.

* gnu/packages/linux.scm(rtl8821ce-linux-module): Update to 0.0.0-2.14b536f.
---
 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 01f12f77d9..8f204418af 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1166,8 +1166,8 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
       (license license:gpl2+))))
 
 (define-public rtl8821ce-linux-module
-  (let ((commit "fe97b5003f2f3dd070f76ec38c00b83798c1cdea")
-        (revision "1"))
+  (let ((commit "14b536f0c9ad2d0abbdab8afc7ade684900ca9cf")
+        (revision "2"))
     (package
       (name "rtl8821ce-linux-module")
       (version (git-version "0.0.0" revision commit))
@@ -1180,7 +1180,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "10mrp63npbqb39c442vx8mra278hw7sczb3b6bjrpr3gan6ljshn"))))
+           "0z7r7spsgn22gwv9pcmkdjn9ingi8jj7xkxasph8118h46fw8ip2"))))
       (build-system linux-module-build-system)
       (arguments
        `(#:make-flags
-- 
2.29.2

[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#45419; Package guix-patches. (Fri, 25 Dec 2020 10:21:02 GMT) Full text and rfc822 format available.

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

From: Zhu Zihao <all_but_last <at> 163.com>
To: 45419 <at> debbugs.gnu.org
Subject: Re: bug#45419: Acknowledgement ([PATCH] gnu:
 rtl8821ce-linux-module: Update to 0.0.0-2.14b536f)
Date: Fri, 25 Dec 2020 18:20:16 +0800
[Message part 1 (text/plain, inline)]
Confirm that it's a 5.10.x specified fix. Not related to 5.9.x.
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

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

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 29 Dec 2020 21:22:02 GMT) Full text and rfc822 format available.

Notification sent to Zhu Zihao <all_but_last <at> 163.com>:
bug acknowledged by developer. (Tue, 29 Dec 2020 21:22:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Zhu Zihao <all_but_last <at> 163.com>
Cc: 45419-done <at> debbugs.gnu.org
Subject: Re: [bug#45419] [PATCH] gnu: rtl8821ce-linux-module: Update to
 0.0.0-2.14b536f
Date: Tue, 29 Dec 2020 21:21:51 +0000
[Message part 1 (text/plain, inline)]
Zhu Zihao <all_but_last <at> 163.com> writes:

> This update fix the broken build of module under Linux-libre 5.9.16.
>
> See https://github.com/tomaspinho/rtl8821ce/issues/197.
>
> Though it is a fix specified to 5.10.x, but GCC throws warning on 5.9.16
> and failed.
>
> From 8f8988d846a551a02b4bdb9fb57899bcbbab3bf8 Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last <at> 163.com>
> Date: Fri, 25 Dec 2020 18:03:14 +0800
> Subject: [PATCH] gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.
>
> * gnu/packages/linux.scm(rtl8821ce-linux-module): Update to 0.0.0-2.14b536f.
> ---
>  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 01f12f77d9..8f204418af 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -1166,8 +1166,8 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
>        (license license:gpl2+))))
>  
>  (define-public rtl8821ce-linux-module
> -  (let ((commit "fe97b5003f2f3dd070f76ec38c00b83798c1cdea")
> -        (revision "1"))
> +  (let ((commit "14b536f0c9ad2d0abbdab8afc7ade684900ca9cf")
> +        (revision "2"))
>      (package
>        (name "rtl8821ce-linux-module")
>        (version (git-version "0.0.0" revision commit))
> @@ -1180,7 +1180,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
>           (file-name (git-file-name name version))
>           (sha256
>            (base32
> -           "10mrp63npbqb39c442vx8mra278hw7sczb3b6bjrpr3gan6ljshn"))))
> +           "0z7r7spsgn22gwv9pcmkdjn9ingi8jj7xkxasph8118h46fw8ip2"))))
>        (build-system linux-module-build-system)
>        (arguments
>         `(#:make-flags
> -- 
> 2.29.2

Thanks, I've pushed this to master as
28ccd1e71df6f08d6c8a63ebe9d42fa0fc5336c4.
[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. (Wed, 27 Jan 2021 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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