Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install using panda against rakudo-moar latest #3

Open
coke opened this issue Sep 26, 2014 · 1 comment
Open

Can't install using panda against rakudo-moar latest #3

coke opened this issue Sep 26, 2014 · 1 comment

Comments

@coke
Copy link

coke commented Sep 26, 2014

$ perl6 --version
This is perl6 version 2014.09-54-g85c4c02 built on MoarVM version 2014.09-1-g699360b
$ panda install GD
==> Fetching GD
==> Building GD
Compiling lib/GD.pm to mbc
use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:10

use of uninitialized value $other of type Any in string context  in sub LIB at lib/GD.pm:11

�[31m===�[0mSORRY!�[31m===�[0m Error while compiling lib/GD.pm
No unspace allowed in regex; if you meant to match the literal character, please enclose in single quotes ('#') or use a backslashed form like \x23
at lib/GD.pm:135
------> �[32mhod colorAllocate(Str $hexstr where /^\#�[33m⏏�[31m<[A..Fa..f\d]>**6$/) returns Int {�[0m
Saw 1 call to deprecated code during execution.
================================================================================
$*VM<config> called at:
  lib/GD.pm, line 9
Please use $*VM.config instead.
--------------------------------------------------------------------------------
Please contact the author to have these calls to deprecated code adapted,
so that this message will disappear!
build stage failed for GD: Failed building lib/GD.pm
@coke
Copy link
Author

coke commented Sep 27, 2014

Fixed this in a fork - based on feedback on IRC, I have temporarily bumped the ecosystem listing to my fork. Happy to pass it back, just ping me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant