Re: Initializing a 64bit system using guix on a 32bit OS

2015-05-24 Thread Alex Kost
Ludovic Courtès (2015-05-22 16:28 +0300) wrote: > Alex Kost skribis: [...] >> So I'm wondering is there a way to init a 64-bit system from a 32-bit >> one or perhaps it's just not possible? > > It actually is possible, but a little bit trickier. Mark did it a few > weeks ago, though in a slightl

Re: Initializing a 64bit system using guix on a 32bit OS

2015-05-23 Thread Alex Kost
Mark H Weaver (2015-05-23 17:54 +0300) wrote: > Alex Kost writes: > >> Thanks Ludovic and Mark! I tried to follow your advices but eventually >> I got the same error: >> >> guix system: error: build failed: a `x86_64-linux' is required to >> build >> `/gnu/store/zh42mbm0wvbsz05zr798nchyd3bc7fh

Re: Initializing a 64bit system using guix on a 32bit OS

2015-05-23 Thread Mark H Weaver
Alex Kost writes: > Thanks Ludovic and Mark! I tried to follow your advices but eventually > I got the same error: > > guix system: error: build failed: a `x86_64-linux' is required to > build > `/gnu/store/zh42mbm0wvbsz05zr798nchyd3bc7fh6-guix-0.8.2.c2ee19e.drv', > but I am a `i686-linux' > >

Re: Initializing a 64bit system using guix on a 32bit OS

2015-05-23 Thread Alex Kost
Mark H Weaver (2015-05-22 20:31 +0300) wrote: > l...@gnu.org (Ludovic Courtès) writes: > >> Alex Kost skribis: [...] >>> So I'm wondering is there a way to init a 64-bit system from a 32-bit >>> one or perhaps it's just not possible? >> >> It actually is possible, but a little bit trickier. Mark

Re: Initializing a 64bit system using guix on a 32bit OS

2015-05-22 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Alex Kost skribis: > >> Hello, I have Guix installed on a 32-bit "ArchLinux", and I use the >> following command to “deploy” a 64-bit GuixSD: >> >> $ guix system init --no-grub --system=x86_64-linux my-os-config.scm /mnt/guix >> >> However, eventually it f

Re: Initializing a 64bit system using guix on a 32bit OS

2015-05-22 Thread Ludovic Courtès
Alex Kost skribis: > Hello, I have Guix installed on a 32-bit "ArchLinux", and I use the > following command to “deploy” a 64-bit GuixSD: > > $ guix system init --no-grub --system=x86_64-linux my-os-config.scm /mnt/guix > > However, eventually it fails with the following output: > > ... > downloa

Initializing a 64bit system using guix on a 32bit OS

2015-05-21 Thread Alex Kost
Hello, I have Guix installed on a 32-bit "ArchLinux", and I use the following command to “deploy” a 64-bit GuixSD: $ guix system init --no-grub --system=x86_64-linux my-os-config.scm /mnt/guix However, eventually it fails with the following output: --8<---cut here---start