-
Notifications
You must be signed in to change notification settings - Fork 4
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
YAML::Parser::LibYAML #5
Comments
Fails test
|
It's failing because it needs an additional zef install . step, which is not normally needed. Added to the instructions, but the module is basically OK. PR: /tony-o/perl6-libyaml#3 |
Module is failing its install for me. I am on the latest Kubuntu. Error message is as follows:
The problem here is that the file to be compiled is called "yamlwrap.c", not "libyaml_wrap.c" as referenced in src/build.sh:
Also, this line fails on Debian systems:
|
Module YAML::Parser::LibYAML is failing its tests and/or does not install.
zef install MODULENAME
.works for me
and close the issue.native dependency
label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). If everything is green you can close the issue.PR sent
label and close the issue.failing dependency
label and write a comment explaining the situation. Leave this ticket open and feel free to work on the corresponding ticket for the failing dependency.If you can't self-assign, attach a label, or close the ticket, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.
The text was updated successfully, but these errors were encountered: