gwl-devel
[Top][All Lists]
Advanced

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

Re: [gwl-devel] `--run=simple` error ?


From: Ricardo Wurmus
Subject: Re: [gwl-devel] `--run=simple` error ?
Date: Thu, 21 Feb 2019 16:40:00 +0100
User-agent: mu4e 1.0; emacs 26.1

zimoun <address@hidden> writes:

> My variables are:
>
> export 
> PATH="$HOME/.config/guix/current/bin:$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin${PATH:+:}$PATH"
> export 
> GUILE_LOAD_PATH="$HOME/.guix-profile/share/guile/site/2.2${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
> export 
> GUILE_LOAD_COMPILED_PATH="$HOME/.guix-profile/lib/guile/2.2/site-ccache${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH"

I think you should unset GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH as
you’re working in an environment anyway.

This error:

--8<---------------cut here---------------start------------->8---
Backtrace:
           9 (primitive-load "/home/simon/.config/guix/current/bin/g…")
In guix/ui.scm:
  1639:12  8 (run-guix-command _ . _)
In guix/scripts/workflow.scm:
   158:24  7 (guix-workflow . _)
In gwl/workflows.scm:
    223:4  6 (workflow-run #<workflow simple> #<process-engine simp…> …)
In gwl/cache.scm:
    77:16  5 (make-process->cache-prefix _ _ _)
     72:7  4 (workflow->data-hashes #<workflow simple> (#<proces…> …) …)
In srfi/srfi-1.scm:
   466:18  3 (fold #<procedure kons (process acc)> () (#<process …> …))
In gwl/cache.scm:
    56:19  2 (kons #<process greet> ())
In gwl/processes.scm:
    315:2  1 (derivation->script #<procedure 40a6870 at gwl/process…> …)
In unknown file:
           0 (_ #<store-connection 256.99 410df00>)

ERROR: Wrong type to apply: #<syntax-transformer nix-server-version>

--8<---------------cut here---------------end--------------->8---

… that’s likely due to ABI change in Guix.  Have you cleared all .go
files?  Do you still get this when GUILE_LOAD_COMPILED_PATH and
GUILE_LOAD_PATH are unset?

~~ Ricardo




reply via email to

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