Andreas Enge <[email protected]> skribis: > 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,
More precisely, ‘guile-3.0-latest’ (used by Guix) is 3.0.11, but ‘guile-3.0’ is unchanged—see commit c3fefb065c53703e3dc6507c813182101c5c3a38. Most likely what happens is that you’re running 3.0.9 but those Guix modules were built by 3.0.11. HTH, Ludo’.
