unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* guix system disk-image broken?
@ 2017-02-22  9:47 Dmitry Nikolaev
  2017-02-22 10:01 ` Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Nikolaev @ 2017-02-22  9:47 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

I cloned guix git repository and tried make installation image, but get
errors.

$ 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)

Why? I did everything like the Manual says.

Dmitry Nikolaev

[-- Attachment #2: Type: text/html, Size: 678 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix system disk-image broken?
  2017-02-22  9:47 Dmitry Nikolaev
@ 2017-02-22 10:01 ` Marius Bakke
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2017-02-22 10:01 UTC (permalink / raw)
  To: Dmitry Nikolaev, help-guix

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

Dmitry Nikolaev <cameltheman@gmail.com> writes:

> I cloned guix git repository and tried make installation image, but get
> errors.
>
> $ 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)

Hi,

(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 ...`.

See "Running Guix before it is installed" in the Guix manual for more
information about the latter option.

Hope this helps!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix system disk-image broken?
@ 2017-02-22 10:14 Dmitry Nikolaev
  2017-02-22 10:36 ` Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Nikolaev @ 2017-02-22 10:14 UTC (permalink / raw)
  To: Marius Bakke; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 960 bytes --]

On 22 February 2017 at 13:01, Marius Bakke <mbakke@fastmail.com> wrote:

> Dmitry Nikolaev <cameltheman@gmail.com> 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?


> See "Running Guix before it is installed" in the Guix manual for more
> information about the latter option.
>

I am running it in GuixSD.

Dmitry Nikolaev

[-- Attachment #2: Type: text/html, Size: 1727 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix system disk-image broken?
  2017-02-22 10:14 Dmitry Nikolaev
@ 2017-02-22 10:36 ` Marius Bakke
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2017-02-22 10:36 UTC (permalink / raw)
  To: Dmitry Nikolaev; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]

Dmitry Nikolaev <cameltheman@gmail.com> writes:

> On 22 February 2017 at 13:01, Marius Bakke <mbakke@fastmail.com> wrote:
>
>> Dmitry Nikolaev <cameltheman@gmail.com> 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.

Sorry for being unclear! :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix system disk-image broken?
@ 2017-02-22 12:06 Dmitry Nikolaev
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Nikolaev @ 2017-02-22 12:06 UTC (permalink / raw)
  To: Marius Bakke; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 1197 bytes --]

On 22 February 2017 at 13:36, Marius Bakke <mbakke@fastmail.com> wrote:

> Dmitry Nikolaev <cameltheman@gmail.com> writes:
>
> > On 22 February 2017 at 13:01, Marius Bakke <mbakke@fastmail.com> wrote:
> >
> >> Dmitry Nikolaev <cameltheman@gmail.com> 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.
>

Running 'guix pull' does the trick. Thank you.

Dmitry Nikolaev

[-- Attachment #2: Type: text/html, Size: 2041 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-22 12:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-22 12:06 guix system disk-image broken? Dmitry Nikolaev
  -- strict thread matches above, loose matches on Subject: below --
2017-02-22 10:14 Dmitry Nikolaev
2017-02-22 10:36 ` Marius Bakke
2017-02-22  9:47 Dmitry Nikolaev
2017-02-22 10:01 ` Marius Bakke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).