From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#33623: Backtrace when running `guix system roll-back' Date: Wed, 05 Dec 2018 12:36:59 +0100 Message-ID: <87k1ko2ois.fsf@tapuakh.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUVVH-0001AY-FR for bug-guix@gnu.org; Wed, 05 Dec 2018 06:38:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUVVC-0000MB-F6 for bug-guix@gnu.org; Wed, 05 Dec 2018 06:38:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57129) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUVVC-0000JO-Au for bug-guix@gnu.org; Wed, 05 Dec 2018 06:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gUVVC-0002LV-1R for bug-guix@gnu.org; Wed, 05 Dec 2018 06:38:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUVUw-00007H-I1 for bug-guix@gnu.org; Wed, 05 Dec 2018 06:37:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUVUr-00087K-IR for bug-guix@gnu.org; Wed, 05 Dec 2018 06:37:46 -0500 Received: from vimdzmsp-nwas04.bluewin.ch ([195.186.228.51]:43828) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUVUr-00083v-AB for bug-guix@gnu.org; Wed, 05 Dec 2018 06:37:41 -0500 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" To: 33623@debbugs.gnu.org Hello Guix, When I run =E2=80=98guix system roll-back=E2=80=99 I get the following back= trace: --8<---------------cut here---------------start------------->8--- root@tapuakh ~# guix system roll-back Backtrace: 10 (primitive-load "/root/.config/guix/current/bin/guix") In guix/ui.scm: 1603:12 9 (run-guix-command _ . _) In ice-9/boot-9.scm: 829:9 8 (catch srfi-34 # =E2=80=A6) 829:9 7 (catch system-error # =E2=80=A6) In guix/scripts/system.scm: 1268:8 6 (_) In guix/status.scm: 615:4 5 (call-with-status-report _ _) In guix/scripts/system.scm: 1208:9 4 (process-command _ _ _) 469:10 3 (switch-to-system-generation # =E2=80=A6) In guix/store.scm: 1659:24 2 (run-with-store _ _ #:guile-for-build _ #:system _ # _) In guix/scripts/system.scm: 499:6 1 (_ _) In unknown file: 0 (_ #) ERROR: Wrong type to apply: #< name: "grub.cfg" gexp: # guile: #f options: (#:local-build? #t)> --8<---------------cut here---------------end--------------->8--- I run GuixSD (commit: 1f51f0d975d95a2ba645193cf43d0a294d952e83) on an x86_64 machine. Greetings Diego