Ruby FTBFS due GCC10

2020-01-28 Thread Vít Ondruch
Just FYI, Ruby FTBFS in Rawhide due to GCC10: https://bugzilla.redhat.com/show_bug.cgi?id=1795633 therefore some changes with regard to Racc are pending for build in dist-git ... Vít ___ ruby-sig mailing list -- ruby-sig@lists.fedoraproject.org To un

Re: rubygem-openssl changes in rawhide

2020-01-28 Thread Vít Ondruch
I think it might happen like this: 1) Vagrant loads OpenSSL: https://github.com/hashicorp/vagrant/blob/master/lib/vagrant.rb#L90 2) Later, net-ssh is required somewhere. When net-ssh is loaded, the OpenSSH from gem is loaded due to dependencies: https://src.fedoraproject.org/rpms/rubygem-net-

Re: rubygem-openssl changes in rawhide

2020-01-28 Thread Vít Ondruch
I think you focus on wrong problem. Of course the code construction in OpenSSL is weird: ~~~     # Deprecated.     #     # This class is only provided for backwards compatibility.     # Use OpenSSL::Cipher.     class Cipher < Cipher; end     deprecate_constant :Cipher ~~~ But you should proba

rubygem-openssl changes in rawhide

2020-01-28 Thread Pavel Valena
Hello, it seems Ruby 2.7 came with some openssl surprise, because for some reason Vagrant testsuite breaks: https://copr-be.cloud.fedoraproject.org/results/pvalena/vagrant/fedora-rawhide-x86_64/01195186-vagrant/builder-live.log.gz https://koji.fedoraproject.org/koji/taskinfo?taskID=41097171 f.e