GNU bug report logs - #72361
[PATCH] build-system: linux-module: Fix cross-compiling.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Tue, 30 Jul 2024 09:13:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <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: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Subject: bug#72361: closed (Re: [bug#72361] [PATCH] build-system:
 linux-module: Fix cross-compiling.)
Date: Thu, 19 Sep 2024 10:51:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72361: [PATCH] build-system: linux-module: Fix cross-compiling.

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 72361 <at> debbugs.gnu.org.

-- 
72361: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72361
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: Wilko Meyer <w <at> wmeyer.eu>, 72361-done <at> debbugs.gnu.org,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: [bug#72361] [PATCH] build-system: linux-module: Fix
 cross-compiling.
Date: Thu, 19 Sep 2024 12:50:28 +0200
Zheng Junjie <zhengjunjie <at> iscas.ac.cn> skribis:

> * guix/build-system/linux-module.scm (linux-module-build-cross):
> Remove %build-host-inputs's quote.
>
> Change-Id: I58fbd5ad51a60115acb5852df133b88549f1bdcb

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH] build-system: linux-module: Fix cross-compiling.
Date: Tue, 30 Jul 2024 17:12:31 +0800
* guix/build-system/linux-module.scm (linux-module-build-cross):
Remove %build-host-inputs's quote.

Change-Id: I58fbd5ad51a60115acb5852df133b88549f1bdcb
---
 guix/build-system/linux-module.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/build-system/linux-module.scm b/guix/build-system/linux-module.scm
index e46195b53c..0729ee2c40 100644
--- a/guix/build-system/linux-module.scm
+++ b/guix/build-system/linux-module.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2020 Mathieu Othacehe <m.othacehe <at> gmail.com>
 ;;; Copyright © 2021 Ludovic Courtès <ludo <at> gnu.org>
 ;;; Copyright © 2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -222,7 +223,7 @@ (define* (linux-module-build-cross
           (use-modules #$@(sexp->gexp modules))
 
           (define %build-host-inputs
-            '#+(input-tuples->gexp build-inputs))
+            #+(input-tuples->gexp build-inputs))
 
           (define %build-target-inputs
             (append #$(input-tuples->gexp host-inputs)

base-commit: 4e92ed625fdeda90f1abc07b7fdd2d5d6f7c83cb
-- 
2.45.2




This bug report was last modified 302 days ago.

Previous Next


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