From mboxrd@z Thu Jan 1 00:00:00 1970 From: mhw@netris.org Subject: Error installing package, since new 'info-dir' support. Date: Sun, 24 Aug 2014 01:50:09 -0400 Message-ID: <87iolia12m.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLQh9-0000mu-JV for guix-devel@gnu.org; Sun, 24 Aug 2014 01:50:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLQh3-0005v6-Lc for guix-devel@gnu.org; Sun, 24 Aug 2014 01:50:27 -0400 Received: from world.peace.net ([96.39.62.75]:34009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLQh3-0005uN-H5 for guix-devel@gnu.org; Sun, 24 Aug 2014 01:50:21 -0400 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org I got this error while trying to install a package. It's the first time I've tried to install something from guix with the new 'info-dir' support. Any ideas? Mark --8<---------------cut here---------------start------------->8--- mhw:~/guix-core-updates$ ./pre-inst-env guix package -i gdb The following package will be upgraded: gdb-7.8 out /gnu/store/sx4fh7khji47kf3xf1bvn4sbd25i82sl-gdb-7.8 substitute-binary: guix substitute-binary: warning: while fetching http://hydra.gnu.org/nix-cache-info: server is unresponsive substitute-binary: guix substitute-binary: warning: try `--no-substitutes' if the problem persists The following derivations will be built: /gnu/store/779ir6xq55gs87f8r36advja9fkdy05s-profile.drv /gnu/store/kdls11adbvx4px0383lc7s1z8rnx03vi-info-dir.drv Backtrace: In ice-9/boot-9.scm: 157: 12 [catch #t # ...] In unknown file: ?: 11 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 10 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 9 [eval # #] In ice-9/boot-9.scm: 2401: 8 [save-module-excursion #] 4050: 7 [#] 1724: 6 [%start-stack load-stack ...] 1729: 5 [#] In unknown file: ?: 4 [primitive-load "/gnu/store/7fwy10kwr2pa8wvarq0fpia64a8x781m-info-dir-builder"] In ice-9/eval.scm: 387: 3 [eval # ()] In srfi/srfi-1.scm: 646: 2 [append-map # #] 576: 1 [map # #] In unknown file: ?: 0 [scm-error wrong-type-arg "map" "Not a list: ~S" (#f) #f] ERROR: In procedure scm-error: ERROR: In procedure map: Not a list: #f builder for `/gnu/store/kdls11adbvx4px0383lc7s1z8rnx03vi-info-dir.drv' failed with exit code 1 cannot build derivation `/gnu/store/779ir6xq55gs87f8r36advja9fkdy05s-profile.drv': 1 dependencies couldn't be built guix package: error: build failed: build of `/gnu/store/779ir6xq55gs87f8r36advja9fkdy05s-profile.drv' failed mhw:~/guix-core-updates$ --8<---------------cut here---------------end--------------->8---