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


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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Leo Famulari <leo <at> famulari.name>
Cc: Wilko Meyer <w <at> wmeyer.eu>, 72361 <at> debbugs.gnu.org
Subject: Re: [bug#72361] [PATCH] build-system: linux-module: Fix
 cross-compiling.
Date: Tue, 30 Jul 2024 23:35:18 +0800
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:

> On Tue, Jul 30, 2024 at 05:12:31PM +0800, Zheng Junjie wrote:
>> * guix/build-system/linux-module.scm (linux-module-build-cross):
>> Remove %build-host-inputs's quote.
>
> Thanks! Can you provide a command that reproduces the failure this is
> fixing?

for example

guix build ddcci-driver-linux --target=aarch64-linux-gnu

```
error: in phase 'set-paths': uncaught exception:
wrong-type-arg "car" "Wrong type argument in position 1 (expecting pair): ~S" (quote) (quote) 
phase `set-paths' failed after 0.0 seconds
Backtrace:
           9 (primitive-load "/gnu/store/cr60lmlxn3657jkkyj4b0gkj6ic?")
In guix/build/gnu-build-system.scm:
    908:2  8 (gnu-build #:source _ #:outputs _ #:inputs _ #:phases . #)
In ice-9/boot-9.scm:
  1752:10  7 (with-exception-handler _ _ #:unwind? _ # _)
In srfi/srfi-1.scm:
    634:9  6 (for-each #<procedure 7ffff5f17100 at guix/build/gnu-b?> ?)
In ice-9/boot-9.scm:
  1752:10  5 (with-exception-handler _ _ #:unwind? _ # _)
In guix/build/gnu-build-system.scm:
   929:23  4 (_)
     88:4  3 (set-paths #:target _ #:inputs _ #:native-inputs _ # _ # ?)
In srfi/srfi-1.scm:
   917:20  2 (alist-delete "source" _ _)
In ice-9/boot-9.scm:
  1685:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure car: Wrong type argument in position 1 (expecting pair): quote
```
[signature.asc (application/pgp-signature, inline)]

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.