From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Attempt to 'get-bytevector-n!' from directory in union.scm? Date: Sun, 09 Feb 2014 06:04:10 -0500 Message-ID: <8738js4ket.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCSBu-0006MM-1a for guix-devel@gnu.org; Sun, 09 Feb 2014 06:04:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCSBm-0000Wc-MQ for guix-devel@gnu.org; Sun, 09 Feb 2014 06:04:49 -0500 Received: from world.peace.net ([96.39.62.75]:50809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCSBm-0000WY-7S for guix-devel@gnu.org; Sun, 09 Feb 2014 06:04:42 -0500 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 Any idea what happened here? Mark --8<---------------cut here---------------start------------->8--- mhw:~/guix$ guix package -u readline The following package will be installed: readline-6.2 out /nix/store/xgi8n7x2m1ngg0d9p9ig6gscvzpdzkwh-readline-6.2 The following derivation will be built: /nix/store/2pkmji49pv87rk04zzv3nxjl3d57rph0-profile.drv [... lots of other collision warnings ...] Backtrace: In unknown file: ?: 19 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 18 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 17 [eval # #] In ice-9/boot-9.scm: 2320: 16 [save-module-excursion #] 3966: 15 [#] 1645: 14 [%start-stack load-stack ...] 1650: 13 [#] In unknown file: ?: 12 [primitive-load "/nix/store/y8v59kg2jdnbalxi1djz9bsdhk88l3r6-profile-guile-builder"] In ice-9/eval.scm: 387: 11 [eval # ()] 432: 10 [eval # #] In /nix/store/n670kdk9ysi9jlq3f6ki4glc34p35dc1-module-import/guix/build/union.scm: 202: 9 [union-build "/nix/store/dn29z8fpkh33sxgwwbxg0cn7ih523v65-profile" # # ...] 102: 8 [loop #] In srfi/srfi-1.scm: 578: 7 [map # (# # # # ...)] In /nix/store/n670kdk9ysi9jlq3f6ki4glc34p35dc1-module-import/guix/build/union.scm: 101: 6 [loop #] In srfi/srfi-1.scm: 578: 5 [map # (# # # # ...)] In /nix/store/n670kdk9ysi9jlq3f6ki4glc34p35dc1-module-import/guix/build/union.scm: 187: 4 [resolve-collision #] In ice-9/boot-9.scm: 793: 3 [call-with-input-file "/nix/store/25mp69n6i16b308sbyh42ic3qzld46li-ncurses-5.9/lib/terminfo" ...] 793: 2 [call-with-input-file "/nix/store/y9q8dwgs8lxww2khkk1hfji1jihkfcz3-ncurses-5.9/lib/terminfo" ...] In /nix/store/n670kdk9ysi9jlq3f6ki4glc34p35dc1-module-import/guix/build/union.scm: 116: 1 [# #] In unknown file: ?: 0 [get-bytevector-n! # ...] ERROR: In procedure get-bytevector-n!: ERROR: In procedure fport_fill_input: Is a directory builder for `/nix/store/2pkmji49pv87rk04zzv3nxjl3d57rph0-profile.drv' failed with exit code 1 killing process 18700 guix package: error: build failed: build of `/nix/store/2pkmji49pv87rk04zzv3nxjl3d57rph0-profile.drv' failed --8<---------------cut here---------------end--------------->8---