From unknown Wed Jun 18 23:05:29 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#45362 <45362@debbugs.gnu.org> To: bug#45362 <45362@debbugs.gnu.org> Subject: Status: [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 Reply-To: bug#45362 <45362@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:05:29 +0000 retitle 45362 [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 reassign 45362 guix-patches submitter 45362 David Dashyan severity 45362 normal tag 45362 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 05:48:03 2020 Received: (at submit) by debbugs.gnu.org; 22 Dec 2020 10:48:03 +0000 Received: from localhost ([127.0.0.1]:49008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krfD1-0005g9-FC for submit@debbugs.gnu.org; Tue, 22 Dec 2020 05:48:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:52878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krfCx-0005fj-ME for submit@debbugs.gnu.org; Tue, 22 Dec 2020 05:48:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39084) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krfCw-0000Am-Vj for guix-patches@gnu.org; Tue, 22 Dec 2020 05:47:59 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:48765) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krfCu-00082i-Hl for guix-patches@gnu.org; Tue, 22 Dec 2020 05:47:58 -0500 X-Originating-IP: 79.175.1.133 Received: from neinpad.lan (unknown [79.175.1.133]) (Authenticated sender: mail@davie.li) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id E7E8F60004; Tue, 22 Dec 2020 10:47:49 +0000 (UTC) From: David Dashyan To: guix-patches@gnu.org Subject: [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 Date: Tue, 22 Dec 2020 13:46:50 +0300 Message-Id: <20201222104650.11799-1-mail@davie.li> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.195; envelope-from=mail@davie.li; helo=relay3-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: David Dashyan X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 05:51:53 2020 Received: (at 45362) by debbugs.gnu.org; 22 Dec 2020 10:51:53 +0000 Received: from localhost ([127.0.0.1]:49013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krfGi-0005m3-Vi for submit@debbugs.gnu.org; Tue, 22 Dec 2020 05:51:53 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:35441) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krfGg-0005lo-IS for 45362@debbugs.gnu.org; Tue, 22 Dec 2020 05:51:51 -0500 X-Originating-IP: 79.175.1.133 Received: from neinpad.lan (unknown [79.175.1.133]) (Authenticated sender: mail@davie.li) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id A964620009; Tue, 22 Dec 2020 10:51:43 +0000 (UTC) From: David Dashyan To: 45362@debbugs.gnu.org Subject: [PATCH 1/1] rtl8812au-aircrack-ng-linux-module: Update to 62cb003 Date: Tue, 22 Dec 2020 13:51:29 +0300 Message-Id: <20201222105129.11971-1-mail@davie.li> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45362 Cc: David Dashyan X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --- 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 ;;; Copyright © 2020 Greg Hogan ;;; Copyright © 2020 Zhu Zihao +;;; Copyright © 2020 David Dashyan ;;; ;;; 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 06:01:11 2020 Received: (at 45362) by debbugs.gnu.org; 22 Dec 2020 11:01:11 +0000 Received: from localhost ([127.0.0.1]:49021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krfPj-00062h-5b for submit@debbugs.gnu.org; Tue, 22 Dec 2020 06:01:11 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:42037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krfPg-00062Q-RF for 45362@debbugs.gnu.org; Tue, 22 Dec 2020 06:01:10 -0500 Received: from neinpad (unknown [79.175.1.133]) (Authenticated sender: mail@davie.li) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 4F94A24001B; Tue, 22 Dec 2020 11:01:00 +0000 (UTC) References: <20201222104650.11799-1-mail@davie.li> User-agent: mu4e 1.4.13; emacs 27.1 From: David Dashyan To: David Dashyan Subject: Re: [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 In-reply-to: <20201222104650.11799-1-mail@davie.li> Date: Tue, 22 Dec 2020 14:00:11 +0300 Message-ID: <87k0tartqc.fsf@davie.li> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45362 Cc: 45362@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 07:35:30 2020 Received: (at submit) by debbugs.gnu.org; 22 Dec 2020 12:35:30 +0000 Received: from localhost ([127.0.0.1]:49157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krgsz-0002R5-Sy for submit@debbugs.gnu.org; Tue, 22 Dec 2020 07:35:30 -0500 Received: from lists.gnu.org ([209.51.188.17]:40820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krgsx-0002Qy-WD for submit@debbugs.gnu.org; Tue, 22 Dec 2020 07:35:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57706) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krgsx-0004po-La for guix-patches@gnu.org; Tue, 22 Dec 2020 07:35:27 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:43886) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krgsr-00038b-Hz for guix-patches@gnu.org; Tue, 22 Dec 2020 07:35:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=RfNcncKdyDweEsRcQjEkVcwJ1LKYmiYmS820GDG0o3c=; h=date:in-reply-to: references:subject:cc:to:from; b=U5X4cdj1hTtrPgge4cjmcE4IdYN2gltAeP6PD CHaF/Oq2fiG5NxrERBE5HN7s9uFk9MLz5oGt2za1X1Yj/s1VsvKjfKWP8MIbm9T7bsgOaq HKzLSngXZIawaFQnWpd/BmSJ7n6Y7n1NYRjjXr6i34FPKBKx6+dhtmx1PAOnr28eYV5AXI 1kQfvc9Bc2rVdatNDN9R6UpnvpXJNxTpuSs/T3dXdCv+RQAducxAGps5kuYk7IsguSC2sc U6OH4eGsnIu8dVTivjwyzAKb2o1xgYdMtpf4GzxZetsooB44BZUCFYEhoT1xRKFh5KWQbq s2TVdRgYTmTdDHTSqS8W/xCwA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 25078faf (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Tue, 22 Dec 2020 12:35:37 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: David Dashyan Subject: Re: [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 References: <20201222104650.11799-1-mail@davie.li> In-reply-to: <20201222104650.11799-1-mail@davie.li> Date: Tue, 22 Dec 2020 13:35:10 +0100 Message-ID: <877dpaauip.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 45362-done@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable David, David Dashyan =E5=86=99=E9=81=93=EF=BC=9A > Probably due to kernel update I'm not too sure. Hah, yes :-) Same damn upstream change that kept me busy all=20 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=20 kernels. > I haven't tested it on kernell versions defined in linux.scm.=20 > Do I need to do > it before submitting patch for linux module? I would, at least the latest =E2=80=98longterm=E2=80=99 release, currently = 5.4.=20 In this case it built fine. The project obviously intend to keep backwards compatibility so=20 any regressions are theirs to fix & ours to update or patch to. Pushed with our conventional commit message, please take a=20 look[0]. Thanks! T G-R [0]:=20 https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D8c66ac72fb0ad01227f= 196d61a0a7675b6f48d61 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX+Hn/w0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15H4IBANBynDa4Kkps9UQ0q1YshYkUlZdehGuvsm637RFe Iq2QAP9NRgnb8ccZUqd+TI/oweLeXR71/Ndcg16SlAJ43ykcAw== =X+li -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 13:13:57 2020 Received: (at 45362-done) by debbugs.gnu.org; 22 Dec 2020 18:13:57 +0000 Received: from localhost ([127.0.0.1]:50881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krmAX-00065g-Ho for submit@debbugs.gnu.org; Tue, 22 Dec 2020 13:13:57 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:60555) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krmAT-00065Q-KG for 45362-done@debbugs.gnu.org; Tue, 22 Dec 2020 13:13:56 -0500 X-Originating-IP: 79.175.1.154 Received: from neinpad (unknown [79.175.1.154]) (Authenticated sender: mail@davie.li) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 1CCDCFF802; Tue, 22 Dec 2020 18:13:45 +0000 (UTC) References: <20201222104650.11799-1-mail@davie.li> <877dpaauip.fsf@nckx> User-agent: mu4e 1.4.13; emacs 27.1 From: David Dashyan To: Tobias Geerinckx-Rice Subject: Re: [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 In-reply-to: <877dpaauip.fsf@nckx> Date: Tue, 22 Dec 2020 20:50:58 +0300 Message-ID: <87h7odspa5.fsf@davie.li> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45362-done Cc: 45362-done@debbugs.gnu.org, David Dashyan X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Tobias! > I would, at least the latest =E2=80=98longterm=E2=80=99 release, currentl= y 5.4. In > this case it built fine. How do you test it btw? With guix vm? > Pushed with our conventional commit message, please take a look[0]. Cool! Thanks for pointing out =2D-=20 David aka zzappie --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEO/jjc8vL6ogZzi191p8mXoi/t8oFAl/iMgoACgkQ1p8mXoi/ t8pexA//UQkrBWf+Vg0jDXmzBWqOoK6Ikyj2X6NBw96FxectHAMiDbS/D546OMzN L7tubqRrICEPFVWRlUH9BBtHldq0q6X+wLk1Nlv4x4M1z/C8RFI/eBLWCk4LJLM2 sPm7Htz94Yj/wb8Zu7t8SX9lQXnHoZX00cpxbhEJouyLr0elpfkb5sBI+DVDqLgF zc9H9hvaPd68QaPeTVhesBObEes+VL3npD7aW+sVn+Z5r74LYbXWv7wNl/yGo6i0 8BNzOskNYlYKaLp9apLP8Ruwr1CO8BVL45gJC8zMmKQ0qm7hRuA0QTuH2Zs+wQXC 7kY2eqxht977ZZ+4cN2YsovL1SOix0VjLuVOCjlQpc94vS594pS4XoTZMR3fFAhI i262xsKqWWhCJpeEE1uj8INAIQNfP/XdQmBqsxP/IpubBkEJRWKX7+13UO8BCDZd nRH51DVg8m/R+QNCxsE9FR1iZ92qSd0flVeRJ8Xf36fNY6q+HKh4ctzfVumTcSEM uXnk7BD7CN1BUiA1ZqTb/DE7a897Y+K34lPRljzx68gf6hat+wFoja47+QvZ4zqI MI2ABqQV8OKFlwpwDEH/GE7rqfJcAWKBhQ1SIkolrl6h83iCDdArWDkrPMNc5CS/ Bi63YI6W7g0gluS3Fgqj2lrQxDMHvW9FfJIzpKVd0L+xszD2GI0= =Lupu -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 15:36:29 2020 Received: (at 45362-done) by debbugs.gnu.org; 22 Dec 2020 20:36:29 +0000 Received: from localhost ([127.0.0.1]:51027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kroOT-0003Vs-3Q for submit@debbugs.gnu.org; Tue, 22 Dec 2020 15:36:29 -0500 Received: from tobias.gr ([80.241.217.52]:49604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kroOQ-0003Vi-PW for 45362-done@debbugs.gnu.org; Tue, 22 Dec 2020 15:36:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=pqtr/I8Hm+X0BfjMMwcNLpdVHHxkR7IB0lcCIHSm9nw=; h=date:in-reply-to: references:subject:cc:to:from; b=IBPRhOiXEuld05TP2z1JwYZcNL34DvgOrtoic Ls3kqUXjg0iufL6brRn7HdQDsUumyfshsDEW+Lc8Fomfwm3wLUd8E9TWp6fjqqEw44rmEV s0YGyJ/SMQcAhzFOFGhTgb22ffPJ1Z0HRFZThF0C0aKBi12bIlr2ILqpchzzqKMrVNy+EU EYbtXoEsokloaXMO45PZGlJQ0dQrQHVL8a+mqY4dyHNRnNkHmrDg81alBJofoqnX/D/JgM ZpiyT4XvEpGmEnYhs0qftOrnpWu6/g4qIkOSF0+10onp+1/IQAR+i66jO6FCNcQUqWiAUT H6dXJriVgXZxaePKqFxPmGaCw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 85168154 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Tue, 22 Dec 2020 20:36:47 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: David Dashyan Subject: Re: [bug#45362] [PATCH 0/1] rtl8812au-aircrack-ng won't build on Linux 5.10 References: <20201222104650.11799-1-mail@davie.li> <877dpaauip.fsf@nckx> <87h7odspa5.fsf@davie.li> In-reply-to: <87h7odspa5.fsf@davie.li> Date: Tue, 22 Dec 2020 21:36:24 +0100 Message-ID: <87zh25tw6v.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45362-done Cc: 45362-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable David, David Dashyan =E5=86=99=E9=81=93=EF=BC=9A >> I would, at least the latest =E2=80=98longterm=E2=80=99 release, current= ly=20 >> 5.4. In >> this case it built fine. > How do you test it btw? With guix vm? In this case I did, mainly because I was using 5.4 VMs for other=20 things and it was the least effort. Otherwise I'd have settled=20 for build testing by simply adding =E2=80=98#:linux linux-libre-5.4=E2=80= =99 in my=20 git checkout and ./pre-inst-env guix building it. I don't have the hardware nearby to really test it anyway. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX+JYyA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15iZUA/ixKzC78Y7ypIQqTZp9Sq1c5NyWsfs9Fdlo1w3lm g1UFAPwNmHEU5h/pckYYO0YMOXrDm61cbUKf0h5MN6ALaoLtCw== =yWUn -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 18 23:05:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 20 Jan 2021 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator