Catonano <caton...@gmail.com> writes:
> Il giorno dom 17 mag 2020 alle ore 14:08 Ricardo Wurmus <rek...@elephly.net> > ha scritto: > >> >> Catonano <caton...@gmail.com> 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 Yeah, that’s odd. I see that haunt also depends on Guile Reader and Guile Commonmark. Are these available on your system in Guile 3.0 variants? Have you tried clearing the cache of compiled .go files? -- Ricardo