Pavel Valena
Pavel Valena
> I remember spending a LOT of time on this years ago. Not the details, just that it was a pain to get all the cases right. > > The...
In Fedora, Vagrant 3.1 fails with following: ``` + vagrant status /usr/share/rubygems/rubygems/resolver/conflict.rb:47:in `conflicting_dependencies': undefined method `request' for nil:NilClass (NoMethodError) [@failed_dep.dependency, @activated.request.dependency] ^^^^^^^^ from /usr/share/rubygems/rubygems/exceptions.rb:61:in `conflicting_dependencies' from /usr/share/rubygems/rubygems/exceptions.rb:55:in `initialize' from /usr/share/rubygems/rubygems/resolver.rb:193:in...
@jackorp any progress?
I've investigated COPR (would've done it myself) few weeks ago, but I found out you need to have a opensource license for that (not shipping any proprietary code)... basically same...
> Why not evdi at least and a script to additionally download the proprietary part? That's allowed IMHO. I am going to find some time to work on the spec...
Note that this license is AFAIK shortened to [OFL](https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses_4).
I've tried to apply PR #399 on top of Ruby 3.0.1, and I'm experiencing [a segfault](https://gist.github.com/pvalena/0a1353033778ac23bfbb6f4a2e3bbe6e) on running test suite (failed when reading key). Any ideas how to fix that?...
> Can the fix also be backported to Ruby 3.0.x because I can't compile it on latest Fedora? Or simply install Ruby using DNF: https://developer.fedoraproject.org/tech/languages/ruby/ruby-installation.html
I've tried to apply this PR on top of Ruby 3.0.1, and I'm experiencing [a segfault](https://gist.github.com/pvalena/0a1353033778ac23bfbb6f4a2e3bbe6e) on running test suite (failed when reading key). Any ideas how to fix that?...
> I assume that's why this PR is WIP. I think it's better to share why you want to run Ruby on the OpenSSL 3.0 "right now" without waiting the...