Pavel Valena
Pavel Valena
> The segfault is likely due to `OSSL_STORE_attach()`'s function signature having been changed in OpenSSL master in the last month. I expect other parts of OpenSSL::PKey can also explode, as...
> > `OSSL_STORE_attach()` > > The commit using this function ([506be78](https://github.com/ruby/openssl/commit/506be78d53d4393f2ff6acb710f2b97fb137aeb0)) is now replaced by commit [01e1230](https://github.com/ruby/openssl/commit/01e123051d774355bdda1947d77a832216e5b595). Some additional necessary changes for OpenSSL 3.0 support are also pushed to GitHub....
Please paste logs with error message and any configs (f.e. `Gemfile`, `Gemfile.lock`) you've used.
(Or link to repo instead of pasting.)
Do you have any minimal reproducer? I can see multiple redundant dependencies (`mingw` for windows, `jruby`), which can cause your issue. Also please supply the corresponding log and/or error message.
I can confirm this is still the case. @hhorak do we want to add cmake? ``` $ podman run --rm -ti "registry.access.redhat.com/ubi8/ruby-${x}" /usr/bin/bash bash-4.4$ cmake bash: cmake: command not found...
I have tested only the c9s ... with _updated_ rails-ex app as well. Let's refresh the Gemfile.lock first, though. https://github.com/sclorg/rails-ex/pull/150 (I'm just testing the final version, it seems.)
Pre rails-ex refresh -- RHEL-9 seems to be overloaded or broken :). RHEL-8: ok RHEL-7: ''Your PostgreSQL is too old. Either install an older version of this gem or''
post rails-ex refresh: [test] [test-openshift]
can you build and push to `quay.io/s2i-ruby/devel:3.1` for testing? **EDIT: No need, I've added it myself.**