From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Install guix packages to non-default]: Unable to build derivation hello Date: Tue, 07 Feb 2017 14:56:27 +0100 Message-ID: <87bmuecdf8.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cb6G1-0002lX-6f for guix-devel@gnu.org; Tue, 07 Feb 2017 08:56:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cb6Fy-0001XN-5w for guix-devel@gnu.org; Tue, 07 Feb 2017 08:56:33 -0500 In-Reply-To: (rohit yadav's message of "Sun, 5 Feb 2017 02:53:11 -0600") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: rohit yadav Cc: guix-devel@gnu.org Hello, rohit yadav skribis: > Starting download of > /home/royadav/opt/guix/local/gnu/store/gc4i3fsgliw4y7j4kc6ad1574h7qhdvb-l= inux-libre-4.4.18-gnu.tar.xz [...] > ERROR: download failed " > http://mirror.hydra.gnu.org/file/fsgliw4y7j4kc6ad1574h7qhdvb-linux-libre-= 4.4.18-gnu.tar.xz/sha256/0k8k17in7dkjd9d8zg3i8l1ax466dba6bxw28flxizzyq8znlj= ps" > 404 "Not Found" Ooh, there=E2=80=99s a bug here. The URL should be: https://mirror.hydra.gnu.org/file/linux-libre-4.4.18-gnu.tar.xz/sha256/0k= 8k17in7dkjd9d8zg3i8l1ax466dba6bxw28flxizzyq8znljps (Compare the part right after =E2=80=9C/file.=E2=80=9D) I believe this is fixed by 328f7cbe435d79d61f57129d9e3ee90404d6bfda. Now, you can either build and install guix-daemon from =E2=80=98master=E2= =80=99, or simply make sure to do: export NIX_STORE=3D/home/royadav/opt/guix/local/gnu/store in the environment where guix-daemon runs. If you=E2=80=99re using systemd, I guess you can add this setting in the un= it file. Once you=E2=80=99ve done that, you should be able to download this tarball = from mirror.hydra.gnu.org transparently. HTH! Ludo=E2=80=99.