From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Failed to autoload make-page-map in (charting) Date: Mon, 16 Sep 2019 09:42:20 +0200 Message-ID: <8736gwr8kj.fsf@elephly.net> References: <20190916044108.GA12840@a550jk4200.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54191) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9ltL-0004iI-55 for help-guix@gnu.org; Mon, 16 Sep 2019 03:57:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9ltJ-000597-Rh for help-guix@gnu.org; Mon, 16 Sep 2019 03:57:46 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21316) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9ltJ-000556-GS for help-guix@gnu.org; Mon, 16 Sep 2019 03:57:45 -0400 In-reply-to: <20190916044108.GA12840@a550jk4200.localdomain> 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: =?utf-8?B?5YiY5Yqb6ZOt?= Cc: help-guix@gnu.org Hi, > I'm installing Gnu GuixSD on a machine with a configuration slightly > changed from "bare bones" and using `guix-daemon --cores=3D8 > --max-jobs=3D8 --substitute-urls=3D"https://mirror.hydra.gnu.org"` Note that mirror.hydra.gnu.org is defunct. You should use ci.guix.gnu.org, which is the only build farm that is provided by the Guix project. > 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. The manual says: --8<---------------cut here---------------start------------->8--- =E2=80=98--skip-checks=E2=80=99 Skip pre-installation safety checks. By default, =E2=80=98guix system init=E2=80=99 and =E2=80=98guix syste= m reconfigure=E2=80=99 perform safety checks: they make sure the file systems that appear in the =E2=80=98operating-system=E2=80=99 declaration actually exist (= *note File Systems::), and that any Linux kernel modules that may be needed at boot time are listed in =E2=80=98initrd-modules=E2=80=99 (*note Initia= l RAM Disk::). Passing this option skips these tests altogether. --8<---------------cut here---------------end--------------->8--- This is unrelated to compiling code that can use Guile Charting at runtime. The warning is harmless. -- Ricardo