GNU bug report logs - #50130
[PATCH] gnu: packages: Fix aircrack-ng for gcc-10.

Previous Next

Package: guix-patches;

Reported by: Sergei Trofimovich <slyich <at> gmail.com>

Date: Fri, 20 Aug 2021 07:28:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <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 50130 in the body.
You can then email your comments to 50130 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#50130; Package guix-patches. (Fri, 20 Aug 2021 07:28:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergei Trofimovich <slyich <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 20 Aug 2021 07:28:01 GMT) Full text and rfc822 format available.

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

From: Sergei Trofimovich <slyich <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sergei Trofimovich <slyich <at> gmail.com>
Subject: [PATCH] gnu: packages: Fix aircrack-ng for gcc-10.
Date: Fri, 20 Aug 2021 08:27:14 +0100
* gnu/packages/networking.scm (aircrack-ng): Backport patches for
gcc-10 compatibility.
---
 gnu/packages/networking.scm | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ec5e383b0e..9483b1e3e7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1807,7 +1807,23 @@ live network and disk I/O bandwidth monitor.")
        (uri (string-append "https://download.aircrack-ng.org/aircrack-ng-"
                            version ".tar.gz"))
        (sha256
-        (base32 "0ix2k64qg7x3w0bzdsbk1m50kcpq1ws59g3zkwiafvpwdr4gs2sg"))))
+        (base32 "0ix2k64qg7x3w0bzdsbk1m50kcpq1ws59g3zkwiafvpwdr4gs2sg"))
+       (patches
+         (list
+           (origin
+             (method url-fetch)
+             (uri "https://github.com/aircrack-ng/aircrack-ng/commit/d4496006ac1e0c99908108b998ae39afb0658733.patch")
+             (file-name (string-append name "-gcc-10-p1.patch"))
+             (sha256
+              (base32
+               "0kyx2jdygr38y1bz4s8r4qyaimpfwh3bvn6qxqzn5bwhwkn3c7wj")))
+           (origin
+             (method url-fetch)
+             (uri "https://github.com/aircrack-ng/aircrack-ng/commit/f6f1396807607f5649d20631db517cfca3a1f5c4.patch")
+             (file-name (string-append name "-gcc-10-p2.patch"))
+             (sha256
+              (base32
+               "1c4bm7nbm9y9mlcyxi983kcvcviqsn93clyb9rxhlqwvyca3zfrg")))))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
-- 
2.33.0





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Sat, 11 Dec 2021 09:39:02 GMT) Full text and rfc822 format available.

Notification sent to Sergei Trofimovich <slyich <at> gmail.com>:
bug acknowledged by developer. (Sat, 11 Dec 2021 09:39:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Sergei Trofimovich <slyich <at> gmail.com>
Cc: 50130-done <at> debbugs.gnu.org
Subject: Re: bug#50130: [PATCH] gnu: packages: Fix aircrack-ng for gcc-10.
Date: Sat, 11 Dec 2021 10:38:02 +0100
Hello,

> * gnu/packages/networking.scm (aircrack-ng): Backport patches for
> gcc-10 compatibility.

Looks like aircrack-ng builds fine with GCC-10 on core-updates-frozen.

Closing this one,

Thanks,

Mathieu




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

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

Previous Next


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