[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Install guix packages to non-default]: Unable to build derivation h
From: |
Ludovic Courtès |
Subject: |
Re: [Install guix packages to non-default]: Unable to build derivation hello |
Date: |
Tue, 07 Feb 2017 14:56:27 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello,
rohit yadav <address@hidden> skribis:
> Starting download of
> /home/royadav/opt/guix/local/gnu/store/gc4i3fsgliw4y7j4kc6ad1574h7qhdvb-linux-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/0k8k17in7dkjd9d8zg3i8l1ax466dba6bxw28flxizzyq8znljps"
> 404 "Not Found"
Ooh, there’s a bug here. The URL should be:
https://mirror.hydra.gnu.org/file/linux-libre-4.4.18-gnu.tar.xz/sha256/0k8k17in7dkjd9d8zg3i8l1ax466dba6bxw28flxizzyq8znljps
(Compare the part right after “/file.”)
I believe this is fixed by 328f7cbe435d79d61f57129d9e3ee90404d6bfda.
Now, you can either build and install guix-daemon from ‘master’, or
simply make sure to do:
export NIX_STORE=/home/royadav/opt/guix/local/gnu/store
in the environment where guix-daemon runs.
If you’re using systemd, I guess you can add this setting in the unit
file.
Once you’ve done that, you should be able to download this tarball from
mirror.hydra.gnu.org transparently.
HTH!
Ludo’.