"Tanguy Le Carrour" <[email protected]> writes:

> [..]
>
> ```console
> $ gunzip -c 
> /var/log/guix/drvs/2i/1pqnkah9jmqlsilxpg0zmfm0wzqq4h-remote-assertion.scm.drv.gz
> while setting up the child process: in phase exec: executing 
> `/gnu/store/rv7ym20nf7dkv81rr6f0pr2mv6ww7dx1-guile-3.0.9/bin/guile': No such 
> file or directory
> ```
>
> I check and this store item exists on both the local and the remote 
> machines!? 🤔
>
> Ideas?

Can you run the guile from the path above manually from the terminal (I
am assuming on remote end, but to be safe try both)?  The "No such file
or directory" error sometimes also indicates errors with for example
dynamic libraries.  So trying to run it manually will narrow the problem
down (problem with remote exec?  problem with the guile itself?).

Additionally, running `guix gc --verify=contents' can never hurt.

Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.

Reply via email to