[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ;;; ERROR: missing interface for module (charting)
From: |
Ludovic Courtès |
Subject: |
Re: ;;; ERROR: missing interface for module (charting) |
Date: |
Mon, 08 May 2017 16:25:39 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
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’.