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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sergei Trofimovich <slyich <at> gmail.com>
Subject: bug#50130: closed (Re: bug#50130: [PATCH] gnu: packages: Fix
 aircrack-ng for gcc-10.)
Date: Sat, 11 Dec 2021 09:39:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 50130 <at> debbugs.gnu.org.

-- 
50130: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50130
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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

[Message part 3 (message/rfc822, inline)]
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




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

Previous Next


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