[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#32686: guix pack relocatable guix
From: |
Ludovic Courtès |
Subject: |
bug#32686: guix pack relocatable guix |
Date: |
Tue, 11 Sep 2018 00:16:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Oleg,
Oleg Pykhalov <address@hidden> skribis:
> I want to use Guile modules produced by ‘guix pack --relocatable guix’,
> but I get the following error:
[...]
> Backtrace:
> 3 (primitive-load "/gnu/store/rdapiwpqxx2hkdd58zbjjs7x1i9…")
> In guix/build/profiles.scm:
> 152:2 2 (build-profile "/gnu/store/q41imwhq2mfyqa00mk0zikixvz1…" …)
> In ice-9/boot-9.scm:
> 256:9 1 (for-each _ _)
> In unknown file:
> 0 (scm-error wrong-type-arg "for-each" "Not a list: ~S" # #)
>
> ERROR: In procedure scm-error:
> In procedure for-each: Not a list: #f
> builder for `/gnu/store/c30b858ygkrmncq7cr6g0mvzawpqqz1n-profile.drv' failed
> with exit code 1
Should be fixed by commit 2225d56a14a2d8d29374a14eefe90b3cffa79804.
Thanks,
Ludo’.