[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ;;; ERROR: missing interface for module (charting)
From: |
myglc2 |
Subject: |
Re: ;;; ERROR: missing interface for module (charting) |
Date: |
Mon, 08 May 2017 20:52:53 -0400 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
On 05/08/2017 at 14:25 Ludovic Courtès writes:
> Hi!
>
> myglc2 <address@hidden> 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 ...
address@hidden ~/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 ...
address@hidden ~/src/guix$ guix environment --ad-hoc guile-charting -e "(@ (gnu
packages package-management) guix)" -M 4 -c 4
address@hidden ~/src/guix [env]$ rm guix/scripts/size.go
address@hidden ~/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'
address@hidden ~/src/guix [env]$
address@hidden ~/src/guix [env]$ guix --version
guix (GNU Guix) 0.12.0.3556-484f
address@hidden ~/src/guix [env]$ git -C ~/.config/guix/latest describe
v0.12.0-3556-g484f7a886
TIA - George