Hello Tomas, Am Wed, Mar 25, 2026 at 12:17:57PM +0100 schrieb Tomas Volf: > ;;; WARNING: loading compiled file > /run/current-system/profile/lib/guile/3.0/site-ccache/guix/utils.go failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode version > ;;; compiling /run/current-system/profile/share/guile/site/3.0/guix/utils.scm > > I did not see anything in pull news about guile-3.0 being deprecated, > there is no warning printed, and it is still used for building guile > libraries, so I assume this is a bug.
notice that guile-3.0 is now version 3.0.11, while the guile used to built Guix packages in still 3.0.9. So this explains the warning about incompatible byte code, but not the error you encounter. Andreas
