From mboxrd@z Thu Jan 1 00:00:00 1970 From: Unknown Subject: Re: Debian Install Instructions Date: Wed, 15 Mar 2017 03:29:27 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnzd1-0005S4-01 for help-guix@gnu.org; Tue, 14 Mar 2017 23:29:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnzcx-000310-Sr for help-guix@gnu.org; Tue, 14 Mar 2017 23:29:35 -0400 Received: from [185.125.216.250] (port=43154 helo=s.server2) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnzcx-0002zj-Gy for help-guix@gnu.org; Tue, 14 Mar 2017 23:29:31 -0400 In-Reply-To: From: iekath@mail2tor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: amirouche Cc: help-guix@gnu.org > > > 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 " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the ow= ner. Primary key fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F AC= AC sudo su root@host:/home/user# tar --warning=3Dno-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-profil= e \ > ~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=3Dguixbuild 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=3Dguixbuild 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 =20 /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-readlin= e-7.0.tar.xz (1.9MiB installed)... guix substitute: error: download from 'https://mirror.hydra.gnu.org/nar/0mg62v31nk2g3qpvl2adbz2cprin18fk-readli= ne-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