unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Unknown <unknown@unknown.invalid>
From: iekath@mail2tor
To: amirouche <amirouche@hypermove.net>
Cc: help-guix@gnu.org
Subject: Re: Debian Install Instructions
Date: Wed, 15 Mar 2017 03:29:27 -0000	[thread overview]
Message-ID: <f4b47502bd2ba41e899cf1779df89883.squirrel@_> (raw)
In-Reply-To: <e550c640-5446-2142-0d4e-217bc43c0025@hypermove.net>

>
>
> On 14/03/2017 00:50, iekath@mail2tor wrote:
>> Hello. I'm a Guix noob running Debian and I'm finding it difficult to
>> install.
>>
>> Can you please change the install instructions to show exactly how to do
>> each step on Debian to run it?
>>
>
> I am using Debian on my server and had no issue with the installation
> instruction.
>
> Can you explain what you did and failed?
>
> Regards,
>
>
> Amirouche
>
>

I downloaded Guix and signature to my home folder and did everything from
there. I've progressed further this time however my two problems are:
failure to start guix-daemon systemd service and network errors fetching
locale which I need to authorize subtitutes.

Please see my log below:


wget https://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.i686-linux.tar.xz
wget https://alpha.gnu.org/gnu/guix/guix-binary-0.12.0.i686-linux.tar.xz.sig
gpg --recv-keys BCA689B636553801C3C62150197A5888235FACAC
gpg --verify guix-binary-0.12.0.i686-linux.tar.xz.sig

gpg: Good signature from "rekado <rekado@elephly.net>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC

sudo su
root@host:/home/user# tar --warning=no-timestamp -xf \
>      guix-binary-0.12.0.i686-linux.tar.xz
root@host:/home/user# mv var/guix /var/ && mv gnu /
root@host:/home/user# ln -sf /var/guix/profiles/per-user/root/guix-profile \
>          ~root/.guix-profile
root@host:/home/user# groupadd --system guixbuild
root@host:/home/user# for i in `seq -w 1 10`;
>   do
>     useradd -g guixbuild -G guixbuild           \
>             -d /var/empty -s `which nologin`    \
>             -c "Guix build user $i" --system    \
>             guixbuilder$i;
>   done
root@host:/home/user# ln -s
~root/.guix-profile/lib/systemd/system/guix-daemon.service \
>         /etc/systemd/system/
root@host:/home/user# systemctl start guix-daemon && systemctl enable
guix-daemon
Failed to execute operation: No such file or directory
root@host:/home/user# guix-daemon --build-users-group=guixbuild
Could not find the database of available applications, run
update-command-not-found as root to fix this
guix-daemon: command not found
root@host:/home/user# ~root/.guix-profile/bin/guix-daemon
--build-users-group=guixbuild

accepted connection from pid 6187, user root (trusted)

[sudo] password for user:
root@host:/home/user# cd ~root/.guix-profile/bin/
root@host:~/.guix-profile/bin# mkdir -p /usr/local/bin
root@host:~/.guix-profile/bin# cd /usr/local/bin
root@host:/usr/local/bin# ln -s
/var/guix/profiles/per-user/root/guix-profile/bin/guix
root@host:/usr/local/bin# mkdir -p /usr/local/share/info
root@host:/usr/local/bin# cd /usr/local/share/info
root@host:/usr/local/share/info# for i in
/var/guix/profiles/per-user/root/guix-profile/share/info/* ;
>   do ln -s $i ; done
root@host:/usr/local/share/info# guix archive --authorize <
~root/.guix-profile/share/guix/hydra.gnu.org.pub
warning: failed to install locale: Invalid argument
root@host:/usr/local/share/info# guix package -i glibc-locales
warning: failed to install locale: Invalid argument
The following package will be installed:
   glibc-locales        2.24   
/gnu/store/62k8vhfifsgfczyc52ls4v1x7mb99hyc-glibc-locales-2.24

substitute: warning: failed to install locale: Invalid argument
substitute: updating list of substitutes from
'https://mirror.hydra.gnu.org'...
...
100.0%
The following derivations will be built:
   /gnu/store/chzif6hp4inbfvndqsdam4p4g64s57b3-profile.drv
...


The following files will be downloaded:
   /gnu/store/4kk4cmvfd4wszgb54hx3c3g4jyq76kvc-module-import-compiled
...
guix package: error: build failed: some substitutes for the outputs of
derivation
`/gnu/store/y0kphgminnxkw0cb1d87qhjifnk2h9zz-patch-2.7.5.tar.xz.drv'
failed (usually happens due to networking issues); try `--fallback' to
build derivation from source



Attempt to install 'hello'

warning: failed to install locale: Invalid argument
Downloading
https://mirror.hydra.gnu.org/nar/0mg62v31nk2g3qpvl2adbz2cprin18fk-readline-7.0.tar.xz
(1.9MiB installed)...
guix substitute: error: download from
'https://mirror.hydra.gnu.org/nar/0mg62v31nk2g3qpvl2adbz2cprin18fk-readline-7.0.tar.xz'
failed: 504, "Gateway Time-out"
killing process 7527
killing process 7527: No such process
guix package: error: build failed: some substitutes for the outputs of
derivation
`/gnu/store/rkl0nwgdrmij9kjrj6dkcdzw2mijks67-readline-7.0.tar.xz.drv'
failed (usually happens due to networking issues); try `--fallback' to
build derivation from source

  reply	other threads:[~2017-03-15  3:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13 23:50 Debian Install Instructions Unknown, iekath
2017-03-14 15:07 ` Catonano
2017-03-14 15:42 ` amirouche
2017-03-15  3:29   ` Unknown, iekath [this message]
2017-03-15 21:46     ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f4b47502bd2ba41e899cf1779df89883.squirrel@_ \
    --to=unknown@unknown.invalid \
    --cc=amirouche@hypermove.net \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).