xonsh build failure

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Sarah Morgensen
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 6 years ago
(address . bug-guix@gnu.org)
20181204180304.694898b1@scratchpost.org
xonsh-0.6.2/
[...]
File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/parser.py", line 10,
in Parser
from xonsh.parsers.v36 import Parser as p
File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/parsers/v36.py", lin
e 4, in <module>
from xonsh.parsers.v35 import Parser as ThreeFiveParser
File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/parsers/v35.py", lin
e 4, in <module>
from xonsh.parsers.base import BaseParser
File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/parsers/base.py", li
ne 18, in <module>
from xonsh.lexer import Lexer, LexToken
File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/lexer.py", line 16,
in <module>
from xonsh.tokenize import (OP, IOREDIRECT, STRING, DOLLARNAME, NUMBER,
File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/tokenize.py", line 5
7, in <module>
ASYNC = token.ASYNC
AttributeError: module 'token' has no attribute 'ASYNC'
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlwGs0gACgkQ5xo1VCww
uqW5gQf9EmjbbRZ0J75I0IkS0FCHB7AG7gGqFnsHYysE6e6FLI33YeAwmxHdwlwT
8RaxOx5/yw9NJUWKb1WGxYJNxUTGsBuQ2jJBJhOCOrAPk9QIOyNcAQYTNK+D1P7T
jTookoSOLWfZaiPLxJipK2S8gS430KR44Yi7lMD1BTZ8SSDIO8f1I0Pj6v52hp7d
iCBTZo14bjiTr/n2baMzu/0xtQ5Vdb9N8w+lQbA+tElxhj0R1x4zsQdybf8HhXtD
ixln5RXHZJsYz9mZHMfKq/qtDfCv25YyD2aWxIMvjmOSTwL/Zi3msVarGxjJ/3+L
a56fTIRBKlHnpioOF60TAKOE5Z/U+A==
=qa7Z
-----END PGP SIGNATURE-----


Sarah Morgensen wrote 3 years ago
(address . 33615-done@debbugs.gnu.org)
86h7enivsh.fsf@mgsn.dev
Hello,

Danny Milosavljevic <dannym@scratchpost.org> writes:

Toggle quote (22 lines)
> xonsh-0.6.2/
> [...]
> File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/parser.py", line 10,
> in Parser
> from xonsh.parsers.v36 import Parser as p
> File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/parsers/v36.py", lin
> e 4, in <module>
> from xonsh.parsers.v35 import Parser as ThreeFiveParser
> File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/parsers/v35.py", lin
> e 4, in <module>
> from xonsh.parsers.base import BaseParser
> File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/parsers/base.py", li
> ne 18, in <module>
> from xonsh.lexer import Lexer, LexToken
> File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/lexer.py", line 16,
> in <module>
> from xonsh.tokenize import (OP, IOREDIRECT, STRING, DOLLARNAME, NUMBER,
> File "/tmp/guix-build-xonsh-0.6.2.drv-0/xonsh-0.6.2/xonsh/tokenize.py", line 5
> 7, in <module>
> ASYNC = token.ASYNC
> AttributeError: module 'token' has no attribute 'ASYNC'

The updated version (0.9.27) we have builds fine now, so I'm closing this old
bug.

--
Sarah
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 33615
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