From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#33604: Backtrace in guix package -s Date: Mon, 03 Dec 2018 20:56:42 -0500 Message-ID: <87tvju2gwa.fsf@netris.org> References: <878t168bjv.fsf@posteo.net> 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]:36601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTzyW-0004s2-Mb for bug-guix@gnu.org; Mon, 03 Dec 2018 20:58:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTzyS-0003bM-Mk for bug-guix@gnu.org; Mon, 03 Dec 2018 20:58:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55385) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gTzyL-0003YN-UL for bug-guix@gnu.org; Mon, 03 Dec 2018 20:58:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gTzyL-0001NT-Rr for bug-guix@gnu.org; Mon, 03 Dec 2018 20:58:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878t168bjv.fsf@posteo.net> (Brett Gilio's message of "Mon, 03 Dec 2018 16:56:04 -0600") 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: Brett Gilio Cc: 33604@debbugs.gnu.org Hi Brett, Brett Gilio writes: > Hi all, When I run ex: `guix package -s emacs` it is presenting this > backtrace. It has been there for a few commits now. Does anybody have > thoughts on it? > > Backtrace: > In ice-9/boot-9.scm: > 829:9 19 (catch _ _ # =E2=80=A6) > 829:9 18 (catch _ _ # =E2=80=A6) > In guix/scripts/package.scm: > 914:8 17 (_) > 760:9 16 (process-query _) > In ice-9/boot-9.scm: > 829:9 15 (catch _ _ # =E2=80=A6) > In guix/scripts/package.scm: > 762:24 14 (_) > 180:17 13 (find-packages-by-description _) > In guix/discovery.scm: > 155:3 12 (fold-module-public-variables _ _ _) > In guix/combinators.scm: > 45:26 11 (fold2 # =E2=80=A6) > 45:26 10 (fold2 # =E2=80=A6) > In guix/discovery.scm: > 158:33 9 (_ # =E2=80=A6) > In guix/scripts/package.scm: > 183:38 8 (_ # =E2=80=A6) > In srfi/srfi-1.scm: > 466:18 7 (fold # =E2=80=A6) > In guix/ui.scm: > 1270:13 6 (_ _ 4) > 1146:23 5 (texi->plain-text _) > In texinfo.scm: > 1131:22 4 (parse _) > 910:31 3 (loop # (*fragment*) # =E2=80=A6) > 753:31 2 (_ # _ #f # =E2=80=A6) > 492:18 1 (read-command-token #) > 446:8 0 (read-command #) > > texinfo.scm:446:8: In procedure read-command: > Throw to key `parser-error' with args `(# "Nonalph= abetic @-command char: '" #\) "'")'. This appears to be due to an error in the texinfo markup within one of the fields of the 'emacs-csharp-mode' package. I can't find an 'emacs-csharp-mode' package in the Guix source tree, so I guess it lives in one of your private package directories. Mark