guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transition to /gnu/store


From: Ludovic Courtès
Subject: Re: Transition to /gnu/store
Date: Thu, 20 Mar 2014 19:05:35 +0100
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Andreas Enge <address@hidden> skribis:

> Currently, the substituter fails for me. For instance,
>    guix build pari-gp -n
> yields the following message:
> download-using-manifests.pl: error: executing 
> `/usr/local/guix-git/libexec/nix/substituters/download-using-manifests.pl': 
> No such file or directory
> guix build: error: build failed: substituter `download-using-manifests.pl' 
> died unexpectedly

download-using-manifests.pl is a Nix thing; the equivalent in Guix in
‘guix substitute-binary’ (no .pl here ;-)).

Normally guix-daemon.cc sets the NIX_SUBSTITUTERS environment variable
so that the daemon’s code uses our substituter.

Could you make sure guix build is talking to guix-daemon (and not
nix-daemon)?

Otherwise, can you run guix build with --verbosity=20?  Here the first
line I get is:

  starting substituter program 
`/home/ludo/src/guix/nix/scripts/substitute-binary'

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]