/gist:4b7def9db6598539b887 Secret
Created
January 2, 2016 10:19
Star
You must be signed in to star a gist
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
| > rakudobrew build-panda | |
| Cloning into 'panda'... | |
| remote: Counting objects: 4625, done. | |
| remote: Compressing objects: 100% (18/18), done. | |
| remote: Total 4625 (delta 4), reused 0 (delta 0), pack-reused 4606 | |
| Receiving objects: 100% (4625/4625), 789.03 KiB | 616.00 KiB/s, done. | |
| Resolving deltas: 100% (2102/2102), done. | |
| Checking connectivity... done. | |
| Already on 'master' | |
| Your branch is up-to-date with 'origin/master'. | |
| ==> Bootstrapping Panda | |
| ==> Installing panda from a local directory '/Users/andreas/.rakudobrew/moar-2015.12/panda' | |
| ==> panda depends on File::Find, Shell::Command, JSON::Fast | |
| ==> Shell::Command depends on File::Find | |
| ==> Fetching File::Find | |
| ==> Building File::Find | |
| ==> Testing File::Find | |
| Perl v6.0.0 required--this is only v5.22.1, stopped at lib/File/Find.pm line 1. | |
| BEGIN failed--compilation aborted at lib/File/Find.pm line 1. | |
| Compilation failed in require at /Users/andreas/.plenv/versions/5.22.1/lib/perl5/5.22.1/App/Prove/State.pm line 6. | |
| BEGIN failed--compilation aborted at /Users/andreas/.plenv/versions/5.22.1/lib/perl5/5.22.1/App/Prove/State.pm line 6. | |
| Compilation failed in require at /Users/andreas/.plenv/versions/5.22.1/lib/perl5/5.22.1/App/Prove.pm line 10. | |
| BEGIN failed--compilation aborted at /Users/andreas/.plenv/versions/5.22.1/lib/perl5/5.22.1/App/Prove.pm line 10. | |
| Compilation failed in require at /Users/andreas/.plenv/versions/5.22.1/bin/prove line 8. | |
| BEGIN failed--compilation aborted at /Users/andreas/.plenv/versions/5.22.1/bin/prove line 8. | |
| test stage failed for File::Find: Tests failed | |
| in method install at /Users/andreas/.rakudobrew/moar-2015.12/panda/lib/Panda.pm line 142 | |
| in block at /Users/andreas/.rakudobrew/moar-2015.12/panda/lib/Panda.pm line 214 | |
| in method resolve at /Users/andreas/.rakudobrew/moar-2015.12/panda/lib/Panda.pm line 208 | |
| in sub MAIN at bin/panda line 18 | |
| in block <unit> at bin/panda line 150 | |
| Failure Summary | |
| ---------------- | |
| /Users/andreas/.rakudobrew/moar-2015.12/panda( | |
| *test stage failed for File::Find: Tests failed) | |
| The spawned process exited unsuccessfully (exit code: 1) | |
| in sub MAIN at bootstrap.pl line 65 | |
| in block <unit> at bootstrap.pl line 7 | |
| Failed running /Users/andreas/.rakudobrew/bin/../moar-2015.12/install/bin/perl6 bootstrap.pl at /Users/andreas/.rakudobrew/bin/rakudobrew line 58. | |
| main::run("/Users/andreas/.rakudobrew/bin/../moar-2015.12/install/bin/pe"...) called at /Users/andreas/.rakudobrew/bin/rakudobrew line 503 | |
| main::build_panda(undef) called at /Users/andreas/.rakudobrew/bin/rakudobrew line 121 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment