From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: ;;; ERROR: missing interface for module (charting) Date: Sun, 07 May 2017 09:13:19 -0400 Message-ID: <86zieo95e8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7M07-0005kB-R7 for guix-devel@gnu.org; Sun, 07 May 2017 09:13:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7M02-0005Vy-Pb for guix-devel@gnu.org; Sun, 07 May 2017 09:13:27 -0400 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]:36546) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7M02-0005Vk-Kn for guix-devel@gnu.org; Sun, 07 May 2017 09:13:22 -0400 Received: by mail-qk0-x233.google.com with SMTP id u75so34601200qka.3 for ; Sun, 07 May 2017 06:13:22 -0700 (PDT) Received: from g1 (c-73-167-118-254.hsd1.ma.comcast.net. [73.167.118.254]) by smtp.gmail.com with ESMTPSA id 94sm8139255qte.37.2017.05.07.06.13.19 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 07 May 2017 06:13:21 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org How do i fix these non-blocking "ERROR:" messages? g1@g1 ~/src/guix $ guix environment -e "(@ (gnu packages package-management) guix)" -M 4 -c 4 g1@g1 ~/src/guix [env]$ make clean-go g1@g1 ~/src/guix [env]$ ./bootstrap g1@g1 ~/src/guix [env]$ ./configure --localstatedir=/var --sysconfdir=/etc g1@g1 ~/src/guix [env]$ make -j 10 [...] LOAD (guix scripts build) LOAD (guix scripts archive) LOAD (guix scripts import) LOAD (guix scripts package) LOAD (guix scripts gc) LOAD (guix scripts hash) LOAD (guix scripts pack) LOAD (guix scripts pull) LOAD (guix scripts substitute) LOAD (guix scripts authenticate) LOAD (guix scripts refresh) LOAD (guix scripts system) LOAD (guix scripts lint) LOAD (guix scripts challenge) ;;; 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/challenge.go GUILEC guix/scripts/import/cran.go GUILEC guix/scripts/import/gnu.go GUILEC guix/scripts/import/nix.go GUILEC guix/scripts/import/hackage.go GUILEC guix/scripts/import/stackage.go GUILEC guix/scripts/import/elpa.go GUILEC guix/scripts/environment.go GUILEC guix/scripts/publish.go GUILEC guix/scripts/edit.go GUILEC guix/scripts/size.go GUILEC guix/scripts/graph.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) I am using a recent origin/master commit ... g1@g1 ~/src/guix [env]$ git -C ~/.config/guix/latest log -n 1 --oneline 484f7a886 gnu: libtiff: Add fixes several security flaws. g1@g1 ~/src/guix [env]$ git -C ~/.config/guix/latest describe v0.12.0-3556-g484f7a886 TIA - George