Skip to content

Instantly share code, notes, and snippets.

@retupmoca
Created October 13, 2013 03:51
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 retupmoca/6957964 to your computer and use it in GitHub Desktop.
Save retupmoca/6957964 to your computer and use it in GitHub Desktop.
./bootstrap.pl (on rakudo 2013.09, parrot 5.7.0)
==> Bootstrapping Panda
==> Fetching File::Find
==> Building File::Find
Compiling lib/File/Find.pm to pir
==> Testing File::Find
t/01-file-find.t .. ok
All tests successful.
Files=1, Tests=10, 12 wallclock secs ( 0.03 usr 0.01 sys + 10.22 cusr 0.64 csys = 10.90 CPU)
Result: PASS
==> Installing File::Find
Copying blib/lib/File/Find.pm to /home/andy/.perl6/2013.09/lib/File/Find.pm
Copying blib/lib/File/Find.pir to /home/andy/.perl6/2013.09/lib/File/Find.pir
==> Successfully installed File::Find
==> Fetching Shell::Command
==> Building Shell::Command
Compiling lib/Shell/Command.pm to pir
==> Testing Shell::Command
t/02-shell-command.t .. ok
All tests successful.
Files=1, Tests=12, 33 wallclock secs ( 0.04 usr 0.01 sys + 7.45 cusr 0.89 csys = 8.39 CPU)
Result: PASS
==> Installing Shell::Command
Copying blib/lib/Shell/Command.pm to /home/andy/.perl6/2013.09/lib/Shell/Command.pm
Copying blib/lib/Shell/Command.pir to /home/andy/.perl6/2013.09/lib/Shell/Command.pir
==> Successfully installed Shell::Command
==> Fetching JSON::Tiny
==> Building JSON::Tiny
Compiling lib/JSON/Tiny/Actions.pm to pir
Passing an object candidate to Mu.bless is deprecated in method new at /home/andy/programming/github/tadzik/panda/lib/Panda/Common.pm:55
build stage failed for JSON::Tiny: Failed building lib/JSON/Tiny/Actions.pm
==> panda depends on JSON::Tiny
==> Fetching JSON::Tiny
==> Building JSON::Tiny
Compiling lib/JSON/Tiny/Actions.pm to pir
Passing an object candidate to Mu.bless is deprecated in method new at /home/andy/programming/github/tadzik/panda/lib/Panda/Common.pm:55
build stage failed for JSON::Tiny: Failed building lib/JSON/Tiny/Actions.pm
==> Please make sure that /home/andy/.perl6/2013.09/bin is in your PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment