Ludovic Courtès <[email protected]> writes: > Tomas Volf <[email protected]> skribis: > >> $ guix system build config.scm >> guix system: warning: importing module (srfi srfi-26) from the host > > Probably not your fault: it means that *something* (most likely a > service) is carelessly importing (srfi srfi-26) to the build side, for > instance via ‘with-imported-modules’. I see it as well with my Guix > System config.
Thanks for the comment. Since I see the warning even from every single `guix shell' invocation -- and there is no way to fix it on my end -- I will roll back to before the merge of guile-team branch and wait a bit until this is sorted out. > Too bad we don’t get source location info. :-/ Yeah that would help a lot :) Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.
