Backtrace in guix package -s

  • Done
  • quality assurance status badge
Details
3 participants
  • Brett Gilio
  • Mark H Weaver
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . bug-guix@gnu.org)
878t168bjv.fsf@posteo.net
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@20181011.718 /home/bret…> …)
In guix/scripts/package.scm:
183:38 8 (_ #<package emacs-csharp-mode@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@guixsd ~$ guix describe
Generation 12 Dec 03 2018 15:17:28 (current)
guix 91a4863
branch: master
commit: 91a4863d9d727754d1743f4c0591c63b950494cf
Mark H Weaver wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 33604@debbugs.gnu.org)
87tvju2gwa.fsf@netris.org
Hi Brett,

Brett Gilio <brettg@posteo.net> writes:

Toggle quote (40 lines)
> 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@20181011.718 /home/bret…> …)
> In guix/scripts/package.scm:
> 183:38 8 (_ #<package emacs-csharp-mode@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
Brett Gilio wrote 6 years ago
(name . Mark H Weaver)(address . mhw@netris.org)
87h8fuyol7.fsf@posteo.net
Mark H Weaver writes:

Toggle quote (52 lines)
> Hi Brett,
>
> Brett Gilio <brettg@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@20181011.718 /home/bret…> …)
>> In guix/scripts/package.scm:
>> 183:38 8 (_ #<package emacs-csharp-mode@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!
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 33604-done@debbugs.gnu.org)
87tvjthlys.fsf@elephly.net
Toggle quote (10 lines)
>> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33604@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33604
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help