[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'build-use-chroot = true' leads to 'ERROR: In procedure system*: No
From: |
Ludovic Courtès |
Subject: |
Re: 'build-use-chroot = true' leads to 'ERROR: In procedure system*: No such file or directory' |
Date: |
Sun, 16 Dec 2012 22:56:34 +0100 |
User-agent: |
Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
> Then I tried
> './pre-inst-env guix-daemon --build-users-group=nixbld -C 0 &'.
>
> This error [1] appeared again.
By default /bin is not in the chroot. So you have to run (using, again,
a newly-added option):
guix-daemon --build-users-group=nixbld --chroot-directory=/bin
(There can be several --chroot-directory options.)
Thanks,
Ludo’.