unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47469] [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module
@ 2021-03-29 15:06 David Dashyan
  2021-03-29 15:13 ` [bug#47469] [PATCH 1/1] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-4.059e06a David Dashyan
  2021-03-29 16:42 ` bug#47469: [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: David Dashyan @ 2021-03-29 15:06 UTC (permalink / raw)
  To: 47469; +Cc: David Dashyan

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#47469] [PATCH 1/1] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-4.059e06a
  2021-03-29 15:06 [bug#47469] [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module David Dashyan
@ 2021-03-29 15:13 ` David Dashyan
  2021-03-29 16:42 ` bug#47469: [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: David Dashyan @ 2021-03-29 15:13 UTC (permalink / raw)
  To: 47469; +Cc: David Dashyan

---
 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#47469: [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module
  2021-03-29 15:06 [bug#47469] [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module David Dashyan
  2021-03-29 15:13 ` [bug#47469] [PATCH 1/1] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-4.059e06a David Dashyan
@ 2021-03-29 16:42 ` Leo Famulari
  2021-04-02 11:02   ` [bug#47469] " David Dashyan
  1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2021-03-29 16:42 UTC (permalink / raw)
  To: David Dashyan; +Cc: 47469-done

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#47469] [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module
  2021-03-29 16:42 ` bug#47469: [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module Leo Famulari
@ 2021-04-02 11:02   ` David Dashyan
  0 siblings, 0 replies; 4+ messages in thread
From: David Dashyan @ 2021-04-02 11:02 UTC (permalink / raw)
  To: Leo Famulari; +Cc: David Dashyan, 47469-done


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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-02 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 15:06 [bug#47469] [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module David Dashyan
2021-03-29 15:13 ` [bug#47469] [PATCH 1/1] gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-4.059e06a David Dashyan
2021-03-29 16:42 ` bug#47469: [PATCH 0/1] Update rtl8812au-aircrack-ng-linux-module Leo Famulari
2021-04-02 11:02   ` [bug#47469] " David Dashyan

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).