-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Remove libyaml-devel pkg dependency for red hat family platforms. #8
Conversation
ruby-build builds its own libyaml for all Ruby versions 1.9 and up.
+1 @jyotty was just talking about this |
+1 Ran into this problem building some recipes. Please merge! |
👍 |
1 similar comment
👍 |
@fnichol +1 |
👍 @fnichol; using centos 6.4 |
👍 |
Definitely a requirement for running on CentOS / RedHat. Until this is merged in this cookbook cannot be classed as support RHEL family of OSes. If you do not want to rely on ruby-build for this then you need to add the EPEL repository which is a whole new kettle of fish. +1 for getting this merged in pronto. The fact that it has been sitting here for 4 months suggests that @fnichol does not have time to maintain this repository. If that is the case I am sure there are people who would be willing to help out (me for one) if we can get the permissions. |
Remove libyaml-devel pkg dependency for red hat family platforms.
Thank you everyone for the confirmation, very sorry for the delayed action. |
The dependency would have to be removed from "providers / ruby.rb" as well, right? This does work for me if I include EPEL (so that the package is found), but fails if I don't include EPEL. If a decision was made to just depend on EPEL, then I'm sorry if I missed that thread. Anyway, just a friendly notice, in case this is a (minor) issue anyone cares about. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
ruby-build builds its own libyaml for all Ruby versions 1.9 and up.
Just running tests to verify there aren't regressions in Ruby 1.8.7.