From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5YiY5Yqb6ZOt?= Subject: Failed to autoload make-page-map in (charting) Date: Mon, 16 Sep 2019 12:41:08 +0800 Message-ID: <20190916044108.GA12840@a550jk4200.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36224) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9j3s-00051w-1U for help-guix@gnu.org; Mon, 16 Sep 2019 00:56:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9j3q-0008UM-MD for help-guix@gnu.org; Mon, 16 Sep 2019 00:56:27 -0400 Received: from mail.ios.ac.cn ([124.16.137.54]:35026 helo=EX01.ios.ac.cn) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9j3q-0008S5-Bo for help-guix@gnu.org; Mon, 16 Sep 2019 00:56:26 -0400 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org 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.