Skip to content

Instantly share code, notes, and snippets.

@cognominal
Created August 1, 2014 17:52
  • 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 cognominal/a123a23cdb46d4a2eae4 to your computer and use it in GitHub Desktop.
panda and module loader seems to be be not in sync
bash-3.2$ perl6 bootstrap.pl
==> Bootstrapping Panda
==> Fetching File::Find
==> Building File::Find
Compiling lib/File/Find.pm to mbc
==> Testing File::Find
t/01-file-find.t .. ok
All tests successful.
Files=1, Tests=10, 2 wallclock secs ( 0.03 usr 0.01 sys + 2.26 cusr 0.12 csys = 2.42 CPU)
Result: PASS
==> Installing File::Find
Copying blib/lib/File/Find.pm to /Users/cog/git/rakudo/install/languages/perl6/site/lib/File/Find.pm
Copying blib/lib/File/Find.moarvm to /Users/cog/git/rakudo/install/languages/perl6/site/lib/File/Find.moarvm
==> Successfully installed File::Find
==> Fetching Shell::Command
==> Building Shell::Command
Compiling lib/Shell/Command.pm to mbc
===SORRY!===
Please pre-compile /Users/cog/git/rakudo/install/languages/perl6/site/lib/File/Find.pm
build stage failed for Shell::Command: Failed building lib/Shell/Command.pm
==> Fetching JSON::Tiny
==> Building JSON::Tiny
Compiling lib/JSON/Tiny/Actions.pm to mbc
Compiling lib/JSON/Tiny/Grammar.pm to mbc
Compiling lib/JSON/Tiny.pm to mbc
===SORRY!===
When pre-compiling a module, its dependencies must be pre-compiled first.
Please pre-compile /Users/cog/git/panda/.panda-work/1406915135_5/blib/lib/JSON/Tiny/Actions.pm
build stage failed for JSON::Tiny: Failed building lib/JSON/Tiny.pm
==> panda depends on Shell::Command, JSON::Tiny
==> Fetching Shell::Command
==> Building Shell::Command
Compiling lib/Shell/Command.pm to mbc
===SORRY!===
When pre-compiling a module, its dependencies must be pre-compiled first.
Please pre-compile /Users/cog/git/rakudo/install/languages/perl6/site/lib/File/Find.pm
build stage failed for Shell::Command: Failed building lib/Shell/Command.pm
==> Please make sure that /Users/cog/git/rakudo/install/languages/perl6/site/bin is in your PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment