Skip to content

Instantly share code, notes, and snippets.

@japhb
Created February 20, 2015 02:10
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 japhb/9cad548e5f8650ebb07a to your computer and use it in GitHub Desktop.
Save japhb/9cad548e5f8650ebb07a to your computer and use it in GitHub Desktop.
Panda section of rebuild script, currently failing with '*resolve stage failed for Grammar::Debugger: Dependency Term::ANSIColor is not present in the module ecosystem'
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