panda and module loader seems to be be not in sync
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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