rakudo / star

Rakudo Star (Raku distribution)
https://rakudo.org/
Artistic License 2.0
265 stars 41 forks source link

Rakudo-star 2020.05.01 not usable on windows #156

Closed coke closed 2 years ago

coke commented 4 years ago

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 commented 4 years ago

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

coke commented 4 years ago

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

coke commented 4 years ago

Same error with the 2020.05.1 download.

coke commented 4 years ago
$ 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 commented 4 years ago

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
AntonOks commented 2 years ago

closing due to:

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