From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwqSP-0002iF-4E for gwl-devel@gnu.org; Thu, 21 Feb 2019 10:40:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwqSO-0004CO-6L for gwl-devel@gnu.org; Thu, 21 Feb 2019 10:40:16 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21096) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwqSK-00046Q-E3 for gwl-devel@gnu.org; Thu, 21 Feb 2019 10:40:14 -0500 References: From: Ricardo Wurmus Message-ID: <87pnrl40j8.fsf@elephly.net> In-reply-to: Date: Thu, 21 Feb 2019 16:40:00 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: `--run=simple` error ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gwl-devel-bounces+kyle=kyleam.com@gnu.org Sender: "gwl-devel" To: zimoun Cc: gwl-devel@gnu.org zimoun writes: > My variables are: > > export PATH=3D"$HOME/.config/guix/current/bin:$HOME/.guix-profile/bin:$HO= ME/.guix-profile/sbin${PATH:+:}$PATH" > export GUILE_LOAD_PATH=3D"$HOME/.guix-profile/share/guile/site/2.2${GUILE= _LOAD_PATH:+:}$GUILE_LOAD_PATH" > export GUILE_LOAD_COMPILED_PATH=3D"$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=E2=80=99re working in an environment anyway. This error: --8<---------------cut here---------------start------------->8--- Backtrace: 9 (primitive-load "/home/simon/.config/guix/current/bin/g=E2=80= =A6") 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 # # =E2=80=A6) In gwl/cache.scm: 77:16 5 (make-process->cache-prefix _ _ _) 72:7 4 (workflow->data-hashes # (# = =E2=80=A6) =E2=80=A6) In srfi/srfi-1.scm: 466:18 3 (fold # () (#= =E2=80=A6)) In gwl/cache.scm: 56:19 2 (kons # ()) In gwl/processes.scm: 315:2 1 (derivation->script # =E2=80=A6) In unknown file: 0 (_ #) ERROR: Wrong type to apply: # --8<---------------cut here---------------end--------------->8--- =E2=80=A6 that=E2=80=99s likely due to ABI change in Guix. Have you cleare= d all .go files? Do you still get this when GUILE_LOAD_COMPILED_PATH and GUILE_LOAD_PATH are unset? ~~ Ricardo