GNU bug report logs - #33604
Backtrace in guix package -s

Previous Next

Package: guix;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Mon, 3 Dec 2018 22:57:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33604 in the body.
You can then email your comments to 33604 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#33604; Package guix. (Mon, 03 Dec 2018 22:57:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> posteo.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 03 Dec 2018 22:57:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> posteo.net>
To: bug-guix <at> gnu.org
Subject: Backtrace in guix package -s
Date: Mon, 03 Dec 2018 16:56:04 -0600
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 _ _ #<procedure 7fb97a985498 at guix/ui.scm:615…> …)
    829:9 18 (catch _ _ #<procedure 7fb97a9854b0 at guix/ui.scm:733…> …)
In guix/scripts/package.scm:
    914:8 17 (_)
    760:9 16 (process-query _)
In ice-9/boot-9.scm:
    829:9 15 (catch _ _ #<procedure 7fb97879a588 at guix/scripts/pa…> …)
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 #<procedure 3b5ca00 at guix/discovery.scm:155:1…> …)
    45:26 10 (fold2 #<procedure 3b4c580 at guix/discovery.scm:156:1…> …)
In guix/discovery.scm:
   158:33  9 (_ #<package emacs-csharp-mode <at> 20181011.718 /home/bret…> …)
In guix/scripts/package.scm:
   183:38  8 (_ #<package emacs-csharp-mode <at> 20181011.718 /home/bret…> …)
In srfi/srfi-1.scm:
   466:18  7 (fold #<procedure 34f94a0 at guix/ui.scm:1267:8 (metri…> …)
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 #<input: string 22afa10> (*fragment*) #<procedur…> …)
   753:31  2 (_ #<input: string 22afa10> _ #f #<procedure 7fb979065…> …)
   492:18  1 (read-command-token #<input: string 22afa10>)
    446:8  0 (read-command #<input: string 22afa10>)

texinfo.scm:446:8: In procedure read-command:
Throw to key `parser-error' with args `(#<input: string 22afa10> "Nonalphabetic @-command char: '" #\) "'")'.


--------



brettg <at> guixsd ~$ guix describe
Generation 12	Dec 03 2018 15:17:28	(current)
  guix 91a4863
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 91a4863d9d727754d1743f4c0591c63b950494cf




Information forwarded to bug-guix <at> gnu.org:
bug#33604; Package guix. (Tue, 04 Dec 2018 01:58:01 GMT) Full text and rfc822 format available.

Message #8 received at 33604 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33604 <at> debbugs.gnu.org
Subject: Re: bug#33604: Backtrace in guix package -s
Date: Mon, 03 Dec 2018 20:56:42 -0500
Hi Brett,

Brett Gilio <brettg <at> posteo.net> 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 _ _ #<procedure 7fb97a985498 at guix/ui.scm:615…> …)
>     829:9 18 (catch _ _ #<procedure 7fb97a9854b0 at guix/ui.scm:733…> …)
> In guix/scripts/package.scm:
>     914:8 17 (_)
>     760:9 16 (process-query _)
> In ice-9/boot-9.scm:
>     829:9 15 (catch _ _ #<procedure 7fb97879a588 at guix/scripts/pa…> …)
> 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 #<procedure 3b5ca00 at guix/discovery.scm:155:1…> …)
>     45:26 10 (fold2 #<procedure 3b4c580 at guix/discovery.scm:156:1…> …)
> In guix/discovery.scm:
>    158:33  9 (_ #<package emacs-csharp-mode <at> 20181011.718 /home/bret…> …)
> In guix/scripts/package.scm:
>    183:38  8 (_ #<package emacs-csharp-mode <at> 20181011.718 /home/bret…> …)
> In srfi/srfi-1.scm:
>    466:18  7 (fold #<procedure 34f94a0 at guix/ui.scm:1267:8 (metri…> …)
> 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 #<input: string 22afa10> (*fragment*) #<procedur…> …)
>    753:31  2 (_ #<input: string 22afa10> _ #f #<procedure 7fb979065…> …)
>    492:18  1 (read-command-token #<input: string 22afa10>)
>     446:8  0 (read-command #<input: string 22afa10>)
>
> texinfo.scm:446:8: In procedure read-command:
> Throw to key `parser-error' with args `(#<input: string 22afa10> "Nonalphabetic @-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




Information forwarded to bug-guix <at> gnu.org:
bug#33604; Package guix. (Tue, 04 Dec 2018 03:11:02 GMT) Full text and rfc822 format available.

Message #11 received at 33604 <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> posteo.net>
To: Mark H Weaver <mhw <at> netris.org>
Cc: 33604 <at> debbugs.gnu.org, Brett Gilio <brettg <at> posteo.net>
Subject: Re: bug#33604: Backtrace in guix package -s
Date: Mon, 03 Dec 2018 21:09:56 -0600
Mark H Weaver writes:

> Hi Brett,
>
> Brett Gilio <brettg <at> posteo.net> 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 _ _ #<procedure 7fb97a985498 at guix/ui.scm:615…> …)
>>     829:9 18 (catch _ _ #<procedure 7fb97a9854b0 at guix/ui.scm:733…> …)
>> In guix/scripts/package.scm:
>>     914:8 17 (_)
>>     760:9 16 (process-query _)
>> In ice-9/boot-9.scm:
>>     829:9 15 (catch _ _ #<procedure 7fb97879a588 at guix/scripts/pa…> …)
>> 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 #<procedure 3b5ca00 at guix/discovery.scm:155:1…> …)
>>     45:26 10 (fold2 #<procedure 3b4c580 at guix/discovery.scm:156:1…> …)
>> In guix/discovery.scm:
>>    158:33  9 (_ #<package emacs-csharp-mode <at> 20181011.718 /home/bret…> …)
>> In guix/scripts/package.scm:
>>    183:38  8 (_ #<package emacs-csharp-mode <at> 20181011.718 /home/bret…> …)
>> In srfi/srfi-1.scm:
>>    466:18  7 (fold #<procedure 34f94a0 at guix/ui.scm:1267:8 (metri…> …)
>> 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 #<input: string 22afa10> (*fragment*) #<procedur…> …)
>>    753:31  2 (_ #<input: string 22afa10> _ #f #<procedure 7fb979065…> …)
>>    492:18  1 (read-command-token #<input: string 22afa10>)
>>     446:8  0 (read-command #<input: string 22afa10>)
>>
>> texinfo.scm:446:8: In procedure read-command:
>> Throw to key `parser-error' with args `(#<input: string 22afa10> "Nonalphabetic @-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

You're right! My mistake! Thank you!




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 04 Dec 2018 05:59:01 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Tue, 04 Dec 2018 05:59:02 GMT) Full text and rfc822 format available.

Message #16 received at 33604-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33604-done <at> debbugs.gnu.org
Subject: Re: bug#33604: Backtrace in guix package -s
Date: Tue, 04 Dec 2018 06:58:35 +0100
>> 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
>
> You're right! My mistake! Thank you!

Closing this bug.

-- 
Ricardo





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 01 Jan 2019 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.