Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created December 13, 2016 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/499106957d4af7e374e2aca6b20cb222 to your computer and use it in GitHub Desktop.
Save zoffixznet/499106957d4af7e374e2aca6b20cb222 to your computer and use it in GitHub Desktop.
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ ./perl6
I ran into a problem while trying to set up Readline: Earlier failures:
Failed to find '/home/cpan/CPANPRC/rakudo/install/share/perl6/site/sources/CF6C9C08E71FA4F33C4C67EDA924776963F4F7BF' while trying to do '.modified'
in any interactive at src/Perl6/Compiler.nqp line 55
Final error:
Cannot resolve caller load(CompUnit::PrecompilationRepository::Default: CompUnit::PrecompilationId, :precomp-stores(Array[CompUnit::PrecompilationStore]), :Failure); none of these signatures match:
(CompUnit::PrecompilationRepository::Default $: Str $id, Instant :$since, CompUnit::PrecompilationStore :@precomp-stores = { ... }, *%_)
(CompUnit::PrecompilationRepository::Default $: CompUnit::PrecompilationId $id, Instant :$since, CompUnit::PrecompilationStore :@precomp-stores = { ... }, *%_)
Falling back to Linenoise (if present)
You may want to `panda install Readline` or `panda install Linenoise` or use rlwrap for a line editor
To exit type 'exit' or '^D'
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment