Re: Guix on aarch64

2018-08-21 Thread Benjamin Slade
On 2018-08-21T11:44:44-0600, Mark H Weaver wrote: > Benjamin Slade writes: > > I have followed that page in the manual (and just repeated now just > > in case) to make sure both hydra.gnu.org.pub (though I think it > > should be authorised by default) and hydra.gnu.org.pub are > > authori

Re: Guix on aarch64

2018-08-21 Thread Mark H Weaver
Benjamin Slade writes: > On 2018-08-20T22:38:20-0600, Leo Famulari wrote: > > > Having to build tar from the bootstrap binaries suggests you didn't > > get any pre-built "substitutes", but instead were building every > > package up to emacs and certbot from source. Aarch64 substitutes > > *

Re: Guix on aarch64

2018-08-20 Thread Benjamin Slade
On 2018-08-20T22:38:20-0600, Leo Famulari wrote: > Having to build tar from the bootstrap binaries suggests you didn't > get any pre-built "substitutes", but instead were building every > package up to emacs and certbot from source. Aarch64 substitutes > *should* be available from

Re: Guix on aarch64

2018-08-20 Thread Leo Famulari
On Mon, Aug 20, 2018 at 09:52:24PM -0600, Benjamin Slade wrote: > Because one of the things it wanted to do (for tar?) was create a ">8Gb > sparse file", and this would fail with an "out of memory error" with the > a second 8Gb swapfile on top of my original 3Gb swapfile. > > (Unfortunately, even

Re: Guix on aarch64

2018-08-20 Thread Benjamin Slade
On 2018-08-20T11:51:20-0600, Mark H Weaver wrote: > I looked in the GNU tar source code to see what could produce that > message during archive creation. The message would seem to indicate > that an error occurred during a kernel-level 'write' call to the archive > file. The code is written

Re: Guix on aarch64

2018-08-20 Thread Mark H Weaver
Hi Benjamin, Benjamin Slade writes: > Though, unfortunately, when I try `guix package -i hello` (or any other > package), I get the following error: > > > > /gnu/store/qzdabl7b02cp4xsfkz4znxpy482gsgh8-bootstrap-binaries-0/bin/tar: > /gnu/store/4ka60wq7j51ywy7pmpwy7fqqnzk12ay6-

Re: Guix on aarch64

2018-08-16 Thread Benjamin Slade
Though, unfortunately, when I try `guix package -i hello` (or any other package), I get the following error: /gnu/store/qzdabl7b02cp4xsfkz4znxpy482gsgh8-bootstrap-binaries-0/bin/tar: /gnu/store/4ka60wq7j51ywy7pmpwy7fqqnzk12ay6-binutils-2.30.tar.xz: Wrote only 4096 of 10240 byte

Re: Guix on aarch64

2018-08-16 Thread Benjamin Slade
Thanks, Clément. For some reason the `--build-users-group=guixbuild` make me think it was supposed to build something. In retrospect, it's obvious that it's just a groupname. So far it seems to be working. I'll have to see if I can get runit to start the guixdaemon automatically. > > `# ~root/.g

Re: Guix on aarch64

2018-08-16 Thread Clément Lassieur
Hi Benjamin, Benjamin Slade writes: > I'm trying to install the Guix (standalone) package manager on top of > Void Linux (musl libc) on a raspberrypi3 using the aarch64 architecture, > but when (from the processed described here: > https://www.gnu.org/software/guix/manual/en/guix.html#Installati

Guix on aarch64

2018-08-16 Thread Benjamin Slade
I'm trying to install the Guix (standalone) package manager on top of Void Linux (musl libc) on a raspberrypi3 using the aarch64 architecture, but when (from the processed described here: https://www.gnu.org/software/guix/manual/en/guix.html#Installation ), I get to the bit: `# ~root/.guix-profile