all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Failed to autoload make-page-map in (charting)
@ 2019-09-16  4:41 刘力铭
  2019-09-16  7:42 ` Ricardo Wurmus
  0 siblings, 1 reply; 7+ messages in thread
From: 刘力铭 @ 2019-09-16  4:41 UTC (permalink / raw)
  To: help-guix

I'm installing Gnu GuixSD on a machine with a configuration slightly changed from "bare bones" and using `guix-daemon --cores=8 --max-jobs=8 --substitute-urls="https://mirror.hydra.gnu.org"` to get a faster networking speed. But `guix system --skip-checks init /mnt/etc/config.scm /mnt` gives me the falling errors when installing `guix-1.0.1.drv`:
```
### many other messages
[100%] GUILEC guix/tests/http.go
;;; Failed to autoload make-page-map in (charting):
;;; missing interface for module (charting)
;;; Failed to autoload make-page-map in (charting):
;;; missing interface for module (charting)
random seed for tests: 1568684090
;;; Failed to autoload make-page-map in (charting):
;;; missing interface for module (charting)
;;; Failed to autoload make-page-map in (charting):
;;; missing interface for module (charting)
;;; Failed to autoload make-page-map in (charting):
;;; missing interface for module (charting)
guix/scripts/size.scm:222:2: warning: possibly unbound variable `make-page-map'
;;; Failed to autoload make-page-map in (charting):
;;; missing interface for module (charting)
;;; Failed to autoload make-page-map in (charting):
;;; missing interface for module (charting)
gnu/build/linux-modules.scm:303:13: warning: possibly unbound variable `load-linux-module/fd'
### many other messages
```
I got that this is an optional feature of guix that requires guile-charting and do not affect to use. But is there a way to skip this check or make guile-charting installed as a dependency? I used to run `guix system` without `skip-checks` and run with `skip-checks` again after the former was failed, but this error still occurs.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-17 10:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-16  4:41 Failed to autoload make-page-map in (charting) 刘力铭
2019-09-16  7:42 ` Ricardo Wurmus
2019-09-16  9:53   ` 刘力铭
2019-09-16 11:07     ` 宋文武
2019-09-17  4:24       ` [close] " 刘力铭
2019-09-17 10:45         ` Ricardo Wurmus
2019-09-16 17:50     ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.