|
From: | Dmitry Nikolaev |
Subject: | Re: guix system disk-image broken? |
Date: | Wed, 22 Feb 2017 15:06:56 +0300 |
Dmitry Nikolaev <address@hidden> writes:
> On 22 February 2017 at 13:01, Marius Bakke <address@hidden> wrote:
>
>> Dmitry Nikolaev <address@hidden> writes:
>> > $ git clone https://git.savannah.gnu.org/git/guix.git
>> > ...
>> > $ cd guix
>> > $ guix system disk-image --image-size=1G gnu/system/install.scm
>> > guix system: error: failed to load 'gnu/system/install.scm':
>> > ice-9/boot-9.scm:2870:6: In procedure resolve-interface:
>> > ice-9/boot-9.scm:2870:6: no code for module (gnu packages bootloaders)
>>
>> (gnu packages bootloaders) was recently moved. You will need to either
>> update your guix package definitions with `guix pull`, or use
>> `./pre-inst-env guix system ...`.
>>
>
> I cloned guix repository moment before lanuching "guix system
> disk-image...". Maybe install.scm should be updated to reflect new path to
> bootloaders?
The git repository is already up to date, but your installed Guix
package definitions are not. Running `guix pull` should do the trick.
[Prev in Thread] | Current Thread | [Next in Thread] |