Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rakudo-star 2020.05.01 not usable on windows #156

Closed
coke opened this issue Jun 11, 2020 · 6 comments
Closed

Rakudo-star 2020.05.01 not usable on windows #156

coke opened this issue Jun 11, 2020 · 6 comments
Labels
os:windows Issues related to the Windows operating system

Comments

@coke
Copy link
Contributor

coke commented Jun 11, 2020

Just installed the latest rakudo-star for windows (2020.01). After doing the install:

perl6 --version
Unhandled exception: Missing or wrong version of dependency 'C:\rakudo\bin\..\share\nqp\lib\MAST\Nodes.nqp' (from 'src/Perl6/Pod.nqp')
   at <unknown>:1  (C:\rakudo\bin\..\share\nqp\lib/Perl6/Pod.moarvm:<dependencies+deserialize>)
 from src\vm\moar\ModuleLoader.nqp:47  (C:\rakudo\bin\..\share\nqp\lib/ModuleLoader.moarvm:)
 from src\vm\moar\ModuleLoader.nqp:40  (C:\rakudo\bin\..\share\nqp\lib/ModuleLoader.moarvm:load_module)
 from <unknown>:1  (C:\rakudo\bin\..\share\nqp\lib/Perl6/Actions.moarvm:<dependencies+deserialize>)
 from src\vm\moar\ModuleLoader.nqp:47  (C:\rakudo\bin\..\share\nqp\lib/ModuleLoader.moarvm:)
 from src\vm\moar\ModuleLoader.nqp:40  (C:\rakudo\bin\..\share\nqp\lib/ModuleLoader.moarvm:load_module)
 from <unknown>:1  (C:\rakudo\bin\..\share\nqp\lib/Perl6/Grammar.moarvm:<dependencies+deserialize>)
 from src\vm\moar\ModuleLoader.nqp:47  (C:\rakudo\bin\..\share\nqp\lib/ModuleLoader.moarvm:)
 from src\vm\moar\ModuleLoader.nqp:40  (C:\rakudo\bin\..\share\nqp\lib/ModuleLoader.moarvm:load_module)
 from <unknown>:1  (C:\rakudo\bin\..\share\perl6\runtime\perl6.moarvm:<dependencies+deserialize>)
@Altai-man
Copy link
Member

2020.01 is not latest, latest is 2020.05.1, see https://rakudo.org/downloads/star/

@coke
Copy link
Contributor Author

coke commented Jun 11, 2020

Will try it out - we need to update https://rakudo.org/star

@coke
Copy link
Contributor Author

coke commented Jun 11, 2020

Same error with the 2020.05.1 download.

@coke coke changed the title Rakudo-star 2020.01 not usable on windows Rakudo-star 2020.05.01 not usable on windows Jun 11, 2020
@coke
Copy link
Contributor Author

coke commented Jun 11, 2020

$ moar --version
This is MoarVM versions 2020.05 built with JIT support
$ nqp --version
This is nqp version 2020.05 built on MoarVM version 2020.05
$ nqp -e 'nqp::say(1)'
1

@dominix
Copy link

dominix commented Aug 24, 2020

with windows10 20.04 I got no troubles. could you specify your win version

PS C:\> nqp -e 'nqp::say(1)'
1
PS C:\> perl6 -v
This is Rakudo version 2020.05.1 built on MoarVM version 2020.05
implementing Raku 6.d.
PS C:\> moar --version
This is MoarVM version 2020.05 built with JIT support

@Tyil Tyil added the os:windows Issues related to the Windows operating system label Jan 13, 2021
@AntonOks
Copy link
Collaborator

closing due to:

  1. no activity
  2. cannot reproduce
  3. works with latest STAR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:windows Issues related to the Windows operating system
Projects
None yet
Development

No branches or pull requests

5 participants