GNU bug report logs - #47469
[PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module

Previous Next

Package: guix-patches;

Reported by: David Dashyan <mail <at> davie.li>

Date: Mon, 29 Mar 2021 15:08:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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 47469 in the body.
You can then email your comments to 47469 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#47469; Package guix-patches. (Mon, 29 Mar 2021 15:08:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Dashyan <mail <at> davie.li>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 29 Mar 2021 15:08:01 GMT) Full text and rfc822 format available.

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

From: David Dashyan <mail <at> davie.li>
To: guix-patches <at> gnu.org
Cc: David Dashyan <mail <at> davie.li>
Subject: [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module
Date: Mon, 29 Mar 2021 18:06:30 +0300
Hello Guix!

After kernel upgrade aircrack module stoped building succesfully again.
Here is my version bump.

I've been using updated package for several days, seems fine.
I think fix was introduced in this pr:

> https://github.com/aircrack-ng/rtl8812au/pull/811

Here is the original traceback:
>   CC [M]  /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout/os_dep/linux/ioctl_cfg80211.o
> /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout/os_dep/linux/ioctl_cfg80211.c: In function 'rtw_cfg80211_ch_switch_notify':
> /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout/os_dep/linux/ioctl_cfg80211.c:458:3: error: too few arguments to function 'cfg80211_ch_switch_started_notify'
>    cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout/include/osdep_service_linux.h:97:0,
>                  from /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout/include/osdep_service.h:58,
>                  from /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout/include/drv_types.h:26,
>                  from /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout/os_dep/linux/ioctl_cfg80211.c:17:
> ./include/net/cfg80211.h:7585:6: note: declared here
>  void cfg80211_ch_switch_started_notify(struct net_device *dev,
>       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> make[2]: *** [scripts/Makefile.build:279: /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout/os_dep/linux/ioctl_cfg80211.o] Error 1
> make[1]: *** [Makefile:1806: /tmp/guix-build-rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003.drv-0/rtl8812au-aircrack-ng-linux-module-5.6.4.2-3.62cb003-checkout] Error 2
> make[1]: Leaving directory '/gnu/store/j95f6n74j98zn2an26kwbqimxfmz3dx7-linux-libre-module-builder-5.11.7/lib/modules/build'
> make: *** [Makefile:2246: modules] Error 2
> command "make" "KSRC=/gnu/store/j95f6n74j98zn2an26kwbqimxfmz3dx7-linux-libre-module-builder-5.11.7/lib/modules/build" failed with status 2

David Dashyan (1):
  gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-4.059e06a

 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: 099026df5ba6443a9291e8f9d91ccacfdce2f00d
-- 
2.30.1





Information forwarded to guix-patches <at> gnu.org:
bug#47469; Package guix-patches. (Mon, 29 Mar 2021 15:14:02 GMT) Full text and rfc822 format available.

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

From: David Dashyan <mail <at> davie.li>
To: 47469 <at> debbugs.gnu.org
Cc: David Dashyan <mail <at> davie.li>
Subject: [PATCH 1/1] gnu: rtl8812au-aircrack-ng-linux-module: Update to
 5.6.4.2-4.059e06a
Date: Mon, 29 Mar 2021 18:13:04 +0300
---
 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 80afd125d9..7704c4b4f0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1135,8 +1135,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 "62cb003043e4daeeba0b8805137fa604af450ed2")
-        (revision "3"))
+  (let ((commit "059e06a51be025fde5b2bec6565540b3d9981b0b")
+        (revision "4"))
     (package
       (name "rtl8812au-aircrack-ng-linux-module")
       (version (git-version "5.6.4.2" revision commit))
@@ -1148,7 +1148,7 @@ and should be used with caution, especially on untested models.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1kragxkjprjy7nl9h2rd0mwcry1ygw07zb1p2qkj7cmz0r2035yz"))
+          (base32 "0h6l2r3yj7j9zf11dw0zcdyn50ajnjw8yvv86dzlfj80dn75n98f"))
          (modules '((guix build utils)))
          (snippet
           '(begin
-- 
2.30.1





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Mon, 29 Mar 2021 16:43:02 GMT) Full text and rfc822 format available.

Notification sent to David Dashyan <mail <at> davie.li>:
bug acknowledged by developer. (Mon, 29 Mar 2021 16:43:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: David Dashyan <mail <at> davie.li>
Cc: 47469-done <at> debbugs.gnu.org
Subject: Re: [bug#47469] [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module
Date: Mon, 29 Mar 2021 12:42:30 -0400
On Mon, Mar 29, 2021 at 06:06:30PM +0300, David Dashyan wrote:
> After kernel upgrade aircrack module stoped building succesfully again.
> Here is my version bump.

Thanks for the patch!

> I've been using updated package for several days, seems fine.
> I think fix was introduced in this pr:
> 
> > https://github.com/aircrack-ng/rtl8812au/pull/811

And thanks for saying that you've tested it, and the pointer to upstream
discussion.

This is exactly the information that reviewers want to know :) By
including this information, the review process is accelerated.

Pushed as a8bbda7f941ef1cd60972e24455cd50ab5c63706




Information forwarded to guix-patches <at> gnu.org:
bug#47469; Package guix-patches. (Fri, 02 Apr 2021 11:04:01 GMT) Full text and rfc822 format available.

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

From: David Dashyan <mail <at> davie.li>
To: Leo Famulari <leo <at> famulari.name>
Cc: David Dashyan <mail <at> davie.li>, 47469-done <at> debbugs.gnu.org
Subject: Re: [bug#47469] [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module
Date: Fri, 02 Apr 2021 14:02:49 +0300
Leo Famulari writes:

> And thanks for saying that you've tested it, and the pointer to upstream
> discussion.
>
> This is exactly the information that reviewers want to know :) By
> including this information, the review process is accelerated.
>
> Pushed as a8bbda7f941ef1cd60972e24455cd50ab5c63706

Great! <3

-- 
David aka zzappie




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 30 Apr 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 333 days ago.

Previous Next


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