* [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10
@ 2020-12-22 10:46 David Dashyan
2020-12-22 10:51 ` [bug#45362] [PATCH 1/1] rtl8812au-aircrack-ng-linux-module: Update to 62cb003 David Dashyan
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: David Dashyan @ 2020-12-22 10:46 UTC (permalink / raw)
To: 45362; +Cc: David Dashyan
Hello! I'm using and recently it stopped building succesfully.
Probably due to kernel update I'm not too sure.
Fix for this was just merged today:
https://github.com/aircrack-ng/rtl8812au/pull/791
I haven't tested it on kernell versions defined in linux.scm. Do I need to do
it before submitting patch for linux module?
David Dashyan (1):
rtl8812au-aircrack-ng-linux-module: Update to 62cb003
gnu/packages/linux.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
base-commit: 2e7c2dc8fa64442eb5b67670c5533090bebdd7fd
--
2.29.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#45362] [PATCH 1/1] rtl8812au-aircrack-ng-linux-module: Update to 62cb003
2020-12-22 10:46 [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 David Dashyan
@ 2020-12-22 10:51 ` David Dashyan
2020-12-22 11:00 ` [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 David Dashyan
2020-12-22 12:35 ` bug#45362: " Tobias Geerinckx-Rice via Guix-patches via
2 siblings, 0 replies; 6+ messages in thread
From: David Dashyan @ 2020-12-22 10:51 UTC (permalink / raw)
To: 45362; +Cc: David Dashyan
---
gnu/packages/linux.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 01dba7e92d..d7e91f7c4f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -51,6 +51,7 @@
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Greg Hogan <code@greghogan.com>
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
+;;; Copyright © 2020 David Dashyan <mail@davie.li>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1119,8 +1120,8 @@ and should be used with caution, especially on untested models.")
(license license:gpl3+))) ; see README.md (no licence headers)
(define-public rtl8812au-aircrack-ng-linux-module
- (let ((commit "e9fbf5c051453941bbc029810b893a6c010714e6")
- (revision "2"))
+ (let ((commit "62cb003043e4daeeba0b8805137fa604af450ed2")
+ (revision "3"))
(package
(name "rtl8812au-aircrack-ng-linux-module")
(version (git-version "5.6.4.2" revision commit))
@@ -1132,7 +1133,7 @@ and should be used with caution, especially on untested models.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0y71q7ajwz1w38gdmxd4p05hhkqndq504nndy6vfa16fxz6pqxhn"))
+ (base32 "1kragxkjprjy7nl9h2rd0mwcry1ygw07zb1p2qkj7cmz0r2035yz"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.29.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10
2020-12-22 10:46 [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 David Dashyan
2020-12-22 10:51 ` [bug#45362] [PATCH 1/1] rtl8812au-aircrack-ng-linux-module: Update to 62cb003 David Dashyan
@ 2020-12-22 11:00 ` David Dashyan
2020-12-22 12:35 ` bug#45362: " Tobias Geerinckx-Rice via Guix-patches via
2 siblings, 0 replies; 6+ messages in thread
From: David Dashyan @ 2020-12-22 11:00 UTC (permalink / raw)
To: David Dashyan; +Cc: 45362
Oops attached wrong pr link..
https://github.com/aircrack-ng/rtl8812au/pull/773
> Hello! I'm using and recently it stopped building succesfully.
* I'm using rtl8812au-aircrack-ng and recently...
--
David aka zzappie
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#45362: [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10
2020-12-22 10:46 [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 David Dashyan
2020-12-22 10:51 ` [bug#45362] [PATCH 1/1] rtl8812au-aircrack-ng-linux-module: Update to 62cb003 David Dashyan
2020-12-22 11:00 ` [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 David Dashyan
@ 2020-12-22 12:35 ` Tobias Geerinckx-Rice via Guix-patches via
2020-12-22 17:50 ` [bug#45362] " David Dashyan
2 siblings, 1 reply; 6+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-12-22 12:35 UTC (permalink / raw)
To: David Dashyan; +Cc: 45362-done, guix-patches
[-- Attachment #1: Type: text/plain, Size: 902 bytes --]
David,
David Dashyan 写道:
> Probably due to kernel update I'm not too sure.
Hah, yes :-) Same damn upstream change that kept me busy all
morning.
> Fix for this was just merged today:
> https://github.com/aircrack-ng/rtl8812au/pull/791
At a glance that looks like it should keep working fine on older
kernels.
> I haven't tested it on kernell versions defined in linux.scm.
> Do I need to do
> it before submitting patch for linux module?
I would, at least the latest ‘longterm’ release, currently 5.4.
In this case it built fine.
The project obviously intend to keep backwards compatibility so
any regressions are theirs to fix & ours to update or patch to.
Pushed with our conventional commit message, please take a
look[0].
Thanks!
T G-R
[0]:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=8c66ac72fb0ad01227f196d61a0a7675b6f48d61
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-12-22 20:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-22 10:46 [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 David Dashyan
2020-12-22 10:51 ` [bug#45362] [PATCH 1/1] rtl8812au-aircrack-ng-linux-module: Update to 62cb003 David Dashyan
2020-12-22 11:00 ` [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 David Dashyan
2020-12-22 12:35 ` bug#45362: " Tobias Geerinckx-Rice via Guix-patches via
2020-12-22 17:50 ` [bug#45362] " David Dashyan
2020-12-22 20:36 ` Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).