# New Ticket Created by Михаил Гордеев # Please include the string: [perl #129948] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=129948 >
I'm using perl 6, version "This is Rakudo version 2016.10 built on MoarVM version 2016.10 implementing Perl 6.c.". When I launch perl6 as repl it prints an error message: "I ran into a problem while trying to set up Readline: Earlier failures: Failed to find '/home/ogneslav/.perl6/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)" Before it works fine, but after Readline module was installed and when delited this error mesage comes. With regards, Mikhail Gordeev