Skip to content

Instantly share code, notes, and snippets.

@colomon
Created March 29, 2013 16:43
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 colomon/5272004 to your computer and use it in GitHub Desktop.
Save colomon/5272004 to your computer and use it in GitHub Desktop.
colomon@pogo:~/tools/panda$ perl6 bootstrap.pl
==> Bootstrapping Panda
===SORRY!===
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5005')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 236
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5007')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 326
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5007')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 592
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5007')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 628
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5007')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 664
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5004')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 777
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5009')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 803
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5007')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 836
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5007')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 872
error:imcc:syntax error, unexpected PREG, expecting '(' ('$P5007')
in file '/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/lib/Shell/Command.pir' line 908
==> Please make sure that /home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/bin is in your PATH
@colomon
Copy link
Author

colomon commented Mar 29, 2013

colomon@pogo:~/tools/panda$ echo $PATH
/home/colomon/bin:/home/colomon/perl5/perlbrew/bin:/home/colomon/perl5/perlbrew/perls/perl-5.16.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/colomon/tools/rakudo/install/bin:/home/colomon/tools/rakudo/install/lib/parrot/4.10.0-devel/languages/perl6/site/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment