Hello Guixters,
Yesterday, on a fresh Ubuntu 24.10 install, I ran `sudo apt install
guix` with no error but then I ran `guix pull` and I got :
$ guix pull
;;; WARNING: loading compiled file
/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/guix/ui.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file
/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/guix/ui.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file
/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/guix/i18n.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file
/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/guix/i18n.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file
/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/guix/colors.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file
/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/guix/colors.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file
/usr/lib/x86_64-linux-gnu/guile/3.0/site-ccache/guix/memoization.go failed:
Seems to be an inconsistency between the Guile version used to compile
the packaged Guix and the one of my system (3.0.9).
I am open to provide more info about this issue if you think this can
help someone else out there. Or I will just uninstall Guix with apt and
reinstall it with the install script.
Jeko