/gist:9cad548e5f8650ebb07a Secret
Created
February 20, 2015 02:10
Star
You must be signed in to star a gist
Panda section of rebuild script, currently failing with '*resolve stage failed for Grammar::Debugger: Dependency Term::ANSIColor is not present in the module ecosystem'
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
| echo ">>> INSTALLING PANDA & MODULES FOR RAKUDO-MOAR ..." | |
| export PATH=`~/bin/rakudo-path moar $RAKUDO_REV` | |
| PERL6=$PERL6_BUILD_ROOT/$RAKUDO_MOAR/install/bin/perl6-m | |
| cd panda | |
| $PERL6 ./bootstrap.pl || exit 7 | |
| panda update | |
| panda install --notests URI || exit 8 | |
| panda install Term::ANSIColor p6doc Grammar::Debugger Debugger::UI::CommandLine NativeCall || exit 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment