From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia@riseup.net Subject: bug#33623: Backtrace when running `guix system roll-back' Date: Wed, 05 Dec 2018 15:56:35 -0800 Message-ID: References: <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: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUh6P-0004TD-HT for bug-guix@gnu.org; Wed, 05 Dec 2018 19:01:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUh2M-00044n-R3 for bug-guix@gnu.org; Wed, 05 Dec 2018 18:57:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58749) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUh2M-00044X-K6 for bug-guix@gnu.org; Wed, 05 Dec 2018 18:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gUh2M-000359-H8 for bug-guix@gnu.org; Wed, 05 Dec 2018 18:57:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1ko2ois.fsf@tapuakh.i-did-not-set--mail-host-address--so-tickle-me> 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: Diego Nicola Barbato Cc: 33623@debbugs.gnu.org, bug-Guix On 2018-12-05 12:36, Diego Nicola Barbato wrote: > Hello Guix, > > When I run ‘guix system roll-back’ I get the following backtrace: > > --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 # …) > 829:9 7 (catch system-error # …) > 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 # …) > 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. Interesting. Could you provide a config.scm to help us reproduce the issue? -- Cheers Swedebugia