bug#43618: Problem building disk-image with guix from git

2020-10-06 Thread Andreas Enge
On Mon, Oct 05, 2020 at 10:12:00AM -0700, Fredrik Salomonsson wrote: > It works > fine now when I launched the `guix-daemon` in the correct environment. Closing the bug then by sending a message to 43618-d...@debbugs.gnu.org. Andreas

bug#43618: Problem building disk-image with guix from git

2020-10-05 Thread Fredrik Salomonsson
Hi, Ludovic Courtès writes: > This is ‘guix substitute’, invoked by ‘guix-daemon’, telling you that it > can’t find guile-gcrypt on its load path. ‘sudo -E’ should preserve > GUILE_LOAD_PATH from your environment, but was guile-gcrypt in > $GUILE_LOAD_PATH in the first place? Ah, I was runni

bug#43618: Problem building disk-image with guix from git

2020-10-05 Thread Ludovic Courtès
Hi, Fredrik Salomonsson skribis: > $ guix environment guix > $ ./bootstrap > $ ./configure --localstatedir=/var > $ make > ``` > > Then launched the daemon in one shell: > ``` > $ sudo -E ./pre-inst-env guix-daemon --build-users-group=guixbuild > ``` [...] > substitute: ice-9/boot-9.scm:3300:6

bug#43618: Problem building disk-image with guix from git

2020-09-26 Thread Andreas Enge
On Fri, Sep 25, 2020 at 06:04:53PM -0700, Fredrik Salomonsson wrote: > Please close this issue. > Sent it to the wrong mailing list... Done, by sending a message to the address in cc. Andreas

bug#43618: Problem building disk-image with guix from git

2020-09-26 Thread Fredrik Salomonsson
Please close this issue. Sent it to the wrong mailing list... Thanks -- s/Fred[re]+i[ck]+/Fredrik/g

bug#43618: Problem building disk-image with guix from git

2020-09-25 Thread Fredrik Salomonsson
Hi guix, I thought I would test out the patch from https://issues.guix.info/43366 on my laptop. I cloned the guix repo (checksum: d48b17a), applied the patch from 43366. Then followed the steps in the manual: ``` $ guix environment guix $ ./bootstrap $ ./configure --localstatedir=/var $ make ```