guile-user
[Top][All Lists]
Advanced

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

Re: haunt


From: Catonano
Subject: Re: haunt
Date: Sun, 17 May 2020 14:16:36 +0200

Il giorno dom 17 mag 2020 alle ore 14:08 Ricardo Wurmus <address@hidden>
ha scritto:

>
> Catonano <address@hidden> writes:
>
> > ;;; WARNING: loading compiled file
> > /home/adriano/opt/lib/guile/3.0/site-ccache/haunt/serve/web-server.go
> > failed:
> > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind
> > ;;; WARNING: loading compiled file
> > /home/adriano/opt/lib/guile/3.0/site-ccache/haunt/serve/mime-types.go
> > failed:
> > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind
>
> This means you are either using Guile 2 and make it load bytecode for
> 3.0 or the other way around.
>
>
>
Thank you Ricardo

I know what it means

I am puzzled because there is only one version of Guile on this machine,
it's Gule 3.0.1

and then it only happens for some modules, not all of them

But you made me think and I tried

$ which -a guile
/usr/bin/guile
/bin/guile

both these Guiles are 3.0.1, I know because I opened them both

Now look

$ ls -lha /usr/bin/guile
lrwxrwxrwx 1 root root 23 mag 14 10:51 /usr/bin/guile ->
/etc/alternatives/guile

$ ls -lha /bin/guile
lrwxrwxrwx 1 root root 23 mag 14 10:51 /bin/guile -> /etc/alternatives/guile

they are 2 links pointing to the actual executable, it seems

is any of this relevant ?


reply via email to

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