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
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
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'
>
>
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
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
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
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