Skip to content

Instantly share code, notes, and snippets.

@timo
Created February 5, 2014 13:19
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 timo/bb7b0b95d96b28e29bfe to your computer and use it in GitHub Desktop.
Save timo/bb7b0b95d96b28e29bfe to your computer and use it in GitHub Desktop.
No need to rebootstrap, running normal bootstrap
==> Bootstrapping Panda
Cannot call 'postcircumfix:<{ }>'; none of these signatures match:
:(Any \SELF, Any $key)
:(Any \SELF, Any $key, :BIND($BIND)!)
:(Any \SELF, Any $key, Any :SINK($SINK)!, *%other)
:(Any \SELF, Any $key, Any :delete($delete)!, *%other)
:(Any \SELF, Any $key, Any :exists($exists)!, *%other)
:(Any \SELF, Any $key, Any :kv($kv)!, *%other)
:(Any \SELF, Any $key, Any :p($p)!, *%other)
:(Any \SELF, Any $key, Any :k($k)!, *%other)
:(Any \SELF, Any $key, Any :v($v)!, *%other)
:(Any \SELF, Positional \key)
:(Any \SELF, Positional \key, Any :BIND($BIND)!)
:(Any \SELF, Positional \key, Any :SINK($SINK)!, *%other)
:(Any \SELF, Positional \key, Any :delete($delete)!, *%other)
:(Any \SELF, Positional \key, Any :exists($exists)!, *%other)
:(Any \SELF, Positional \key, Any :kv($kv)!, *%other)
:(Any \SELF, Positional \key, Any :p($p)!, *%other)
:(Any \SELF, Positional \key, Any :k($k)!, *%other)
:(Any \SELF, Positional \key, Any :v($v)!, *%other)
:(Any \SELF, Whatever)
:(Any \SELF, Whatever, Any :BIND($BIND)!)
:(Any \SELF, Whatever, Any :SINK($SINK)!, *%other)
:(Any \SELF, Whatever, Any :delete($delete)!, *%other)
:(Any \SELF, Whatever, Any :exists($exists)!, *%other)
:(Any \SELF, Whatever, Any :kv($kv)!, *%other)
:(Any \SELF, Whatever, Any :p($p)!, *%other)
:(Any \SELF, Whatever, Any :k($k)!, *%other)
:(Any \SELF, Whatever, Any :p($p)!, *%other)
:(Any \SELF)
:(Any \SELF, Any :BIND($BIND)!)
:(Any \SELF, Any :SINK($SINK)!, *%other)
:(Any \SELF, Any :delete($delete)!, *%other)
:(Any \SELF, Any :exists($exists)!, *%other)
:(Any \SELF, Any :kv($kv)!, *%other)
:(Any \SELF, Any :p($p)!, *%other)
:(Any \SELF, Any :k($k)!, *%other)
:(Any \SELF, Any :p($p)!, *%other)
in any at gen/parrot/BOOTSTRAP.nqp:1219
in any at gen/parrot/BOOTSTRAP.nqp:1210
in sub postcircumfix:<{ }> at gen/parrot/CORE.setting:2518
in method add-project at /home/timo/perl6/ecosystem/panda/lib/Panda/Ecosystem.pm:70
in submethod BUILD at /home/timo/perl6/ecosystem/panda/lib/Panda/Ecosystem.pm:44
in method BUILDALL at gen/parrot/CORE.setting:855
in method bless at gen/parrot/CORE.setting:838
in method new at gen/parrot/CORE.setting:823
in method new at gen/parrot/CORE.setting:821
in block at bin/panda:30
==> Please make sure that /home/timo/perl6/install/lib/parrot/5.10.0-devel/languages/perl6/site/bin is in your PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment