From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Sprang Subject: bug#21451: Error with incomplete command: "guix system" Date: Wed, 9 Sep 2015 15:56:20 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2a28c150656051f5864c1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZoep-0008H3-O8 for bug-guix@gnu.org; Wed, 09 Sep 2015 19:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZoeo-00046c-Th for bug-guix@gnu.org; Wed, 09 Sep 2015 19:20:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZoeo-00046E-RX for bug-guix@gnu.org; Wed, 09 Sep 2015 19:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZZoeo-0004Kn-5S for bug-guix@gnu.org; Wed, 09 Sep 2015 19:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZoHu-00010v-4Y for bug-guix@gnu.org; Wed, 09 Sep 2015 18:56:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZoHt-0000sF-5M for bug-guix@gnu.org; Wed, 09 Sep 2015 18:56:22 -0400 Received: from mail-ob0-x231.google.com ([2607:f8b0:4003:c01::231]:34979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZoHs-0000s4-Px for bug-guix@gnu.org; Wed, 09 Sep 2015 18:56:21 -0400 Received: by obuk4 with SMTP id k4so20822026obu.2 for ; Wed, 09 Sep 2015 15:56:20 -0700 (PDT) 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: 21451@debbugs.gnu.org --001a11c2a28c150656051f5864c1 Content-Type: text/plain; charset=UTF-8 When executing this incomplete command: $ guix system I expect to get a usage message, instead I get an error: Backtrace: In ice-9/boot-9.scm: 157: 13 [catch #t # ...] In unknown file: ?: 12 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 11 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 10 [eval # #] In ice-9/boot-9.scm: 2401: 9 [save-module-excursion #] 4050: 8 [#] 1724: 7 [%start-stack load-stack ...] 1729: 6 [#] In unknown file: ?: 5 [primitive-load "/gnu/store/c8nks9ldf1wx6fbv9zmq7v42z4fv2hqp-guix-0.8.3.5d09263/bin/.guix-real"] In guix/ui.scm: 1066: 4 [run-guix-command system] In ice-9/boot-9.scm: 157: 3 [catch srfi-34 # ...] 157: 2 [catch system-error ...] In guix/scripts/system.scm: 527: 1 [#] In unknown file: ?: 0 [car ()] ERROR: In procedure car: ERROR: In procedure car: Wrong type (expecting pair): () -Steve --001a11c2a28c150656051f5864c1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
When executing this incomplete command:

$= guix system

I expect to get a usage message, instead I get an= error:

Backtrace:
In ice-9/boot-9.scm:
=C2=A0157: 13 [catch #= t #<catch-closure 1772780> ...]
In unknown file:
=C2=A0=C2=A0 ?= : 12 [apply-smob/1 #<catch-closure 1772780>]
In ice-9/boot-9.scm:<= br>=C2=A0 63: 11 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
= =C2=A0432: 10 [eval # #]
In ice-9/boot-9.scm:
2401: 9 [save-module-ex= cursion #<procedure 178f940 at ice-9/boot-9.scm:4045:3 ()>]
4050: = 8 [#<procedure 178f940 at ice-9/boot-9.scm:4045:3 ()>]
1724: 7 [%s= tart-stack load-stack ...]
1729: 6 [#<procedure 17a6ea0 ()>]
In= unknown file:
=C2=A0=C2=A0 ?: 5 [primitive-load "/gnu/store/c8nks9= ldf1wx6fbv9zmq7v42z4fv2hqp-guix-0.8.3.5d09263/bin/.guix-real"]
In g= uix/ui.scm:
1066: 4 [run-guix-command system]
In ice-9/boot-9.scm:=C2=A0157: 3 [catch srfi-34 #<procedure 39cb060 at guix/ui.scm:392:2 ()= > ...]
=C2=A0157: 2 [catch system-error ...]
In guix/scripts/syste= m.scm:
=C2=A0527: 1 [#<procedure 39cb080 at guix/scripts/system.scm:5= 26:2 ()>]
In unknown file:
=C2=A0=C2=A0 ?: 0 [car ()]

ERROR= : In procedure car:
ERROR: In procedure car: Wrong type (expecting pair)= : ()

-Steve


--001a11c2a28c150656051f5864c1--