Skip to content

Instantly share code, notes, and snippets.

@lucs
Created December 3, 2016 02:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lucs/ca3079329b667afb8ee5362d32694f93 to your computer and use it in GitHub Desktop.
p6doc error (precomp more likely)
Getting this error, but there is not even a .../my-module/lib/sources/
directory (my PERL6LIB has .../my-module/lib/, which holds My/Module.pm):
▸ p6doc My::Module
Failed to open file .../my-module/lib/sources/5B60277E7577D000420C37183CD7181E0C684A57: no such file or directory
in any at .../rakudo/install/share/perl6/runtime/CORE.setting.moarvm line 1
in sub show-docs at .../rakudo/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 55
in sub MAIN at .../rakudo/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 93
in block <unit> at .../rakudo/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 226
Actually thrown at:
in sub show-docs at .../rakudo/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 55
in sub MAIN at .../rakudo/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 93
in block <unit> at .../rakudo/install/share/perl6/site/resources/C3A18C4AD5209A1B226E53B2C22A5347E5AC4790 line 226
My module used to work, but I may have moved it around (changed its lib/
location). What should I do to get the precomp back on its feet?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment