On 05/08/2017 at 14:25 Ludovic Courtès writes: > Hi! > > myglc2 <myg...@gmail.com> skribis: > >> GUILEC guix/scripts/size.go >> ;;; Failed to autoload make-page-map in (charting): >> ;;; ERROR: missing interface for module (charting) > > These messages are about Guile-Charting, an optional dependency of this > tool: > > https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-size.html > > You’re expecting to have this message when Guile-Charting is missing, > but that’s fine: it just means that you won’t be able to use ‘guix size > --map-file’. > > That said, I agree that these messages are needlessly alarming. Not > sure how to fix them. > > Ludo’.
Thanks, that's what I thought but I am confused because I already have guile-charting installed ... g1@g1 ~/src/guix$ guix package -I | grep charting guile-charting 0.2.0 out /gnu/store/pykm7a8a9p2qs5nwxsb48vvl8iz1kjd4-guile-charting-0.2.0 I have tried adding it to the environment, but I still get these messages ... g1@g1 ~/src/guix$ guix environment --ad-hoc guile-charting -e "(@ (gnu packages package-management) guix)" -M 4 -c 4 g1@g1 ~/src/guix [env]$ rm guix/scripts/size.go g1@g1 ~/src/guix [env]$ make make all-recursive make[1]: Entering directory '/home/g1/src/guix' Making all in po/guix make[2]: Entering directory '/home/g1/src/guix/po/guix' make[2]: Leaving directory '/home/g1/src/guix/po/guix' Making all in po/packages make[2]: Entering directory '/home/g1/src/guix/po/packages' make[2]: Leaving directory '/home/g1/src/guix/po/packages' make[2]: Entering directory '/home/g1/src/guix' Compiling Scheme modules... LOAD (guix scripts size) ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) GUILEC guix/scripts/size.go ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) guix/scripts/size.scm:211:2: warning: possibly unbound variable `make-page-map' ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) ;;; Failed to autoload make-page-map in (charting): ;;; ERROR: missing interface for module (charting) make[2]: Leaving directory '/home/g1/src/guix' make[1]: Leaving directory '/home/g1/src/guix' g1@g1 ~/src/guix [env]$ g1@g1 ~/src/guix [env]$ guix --version guix (GNU Guix) 0.12.0.3556-484f g1@g1 ~/src/guix [env]$ git -C ~/.config/guix/latest describe v0.12.0-3556-g484f7a886 TIA - George