From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Cech Subject: bug#19279: guix system init fails Date: Fri, 05 Dec 2014 18:14:42 +0100 Message-ID: <87zjb2588t.wl%tcech@suse.cz> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwwUG-0007VB-7p for bug-guix@gnu.org; Fri, 05 Dec 2014 12:16:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwwU6-0002Y7-8Q for bug-guix@gnu.org; Fri, 05 Dec 2014 12:16:12 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:57677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwwU6-0002Xp-4X for bug-guix@gnu.org; Fri, 05 Dec 2014 12:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XwwU5-000260-Rv for bug-guix@gnu.org; Fri, 05 Dec 2014 12:16:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwwSp-0007EO-Kk for bug-guix@gnu.org; Fri, 05 Dec 2014 12:14:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwwSi-0001cI-4k for bug-guix@gnu.org; Fri, 05 Dec 2014 12:14:43 -0500 Received: from cantor2.suse.de ([195.135.220.15]:44586 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwwSh-0001cE-Uk for bug-guix@gnu.org; Fri, 05 Dec 2014 12:14:36 -0500 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 5C31DAB07 for ; Fri, 5 Dec 2014 17:14:35 +0000 (UTC) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19279@debbugs.gnu.org package: guix version: 0.9 Calling `guix system init' fails with this backtrace. ... copying '/gnu/store/smby7q3as9irx0fdw3yf4794msarindx-module-import-compiled'... copying '/gnu/store/yprz7zcidc350zzysr7cxgpdqdl1a5q0-modprobe'... copying '/gnu/store/q0595rmnw2yzli9pc82hcv915najw3vz-activate'... copying '/gnu/store/l8sx339y484bnjy611m1hcf65blrrdnz-boot'... copying '/gnu/store/p74lg3crjni84wvp7prx9hw678d5b4ns-parameters'... copying '/gnu/store/zzm49l18jd06h8z2p4dy46mc7p4f638c-locale'... copying '/gnu/store/981acfa6487sbkbjy5x0gnsfp97vh7sc-system'... Backtrace: In ice-9/boot-9.scm: 157: 14 [catch #t # ...] In unknown file: ?: 13 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 12 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 11 [eval # #] In ice-9/boot-9.scm: 2320: 10 [save-module-excursion #] 3966: 9 [#] 1645: 8 [%start-stack load-stack ...] 1650: 7 [#] In unknown file: ?: 6 [primitive-load "/usr/bin/guix"] In guix/ui.scm: 781: 5 [run-guix-command system "init" "-c" "3" "/root/config.scm" "/guix/"] In ice-9/boot-9.scm: 157: 4 [catch srfi-34 # ...] 157: 3 [catch system-error ...] In guix/monads.scm: 498: 2 [run-with-store # ...] In guix/scripts/system.scm: 158: 1 [# #] In guix/monads.scm: 239: 0 [# # ...] guix/monads.scm:239:6: In procedure #: guix/monads.scm:239:6: In procedure struct_vtable: Wrong type argument in position 1 (expecting struct): # After reverting GIT commit cc7fa59 it works correctly.