[#107430] [Ruby master Feature#18566] Merge `io-wait` gem into core IO — "byroot (Jean Boussier)" <noreply@...>
Issue #18566 has been reported by byroot (Jean Boussier).
22 messages
2022/02/02
[ruby-core:107748] [Ruby master Bug#18602] OpenSSL is not available.
From:
"jeremyevans0 (Jeremy Evans)" <noreply@...>
Date:
2022-02-26 04:27:19 UTC
List:
ruby-core #107748
Issue #18602 has been updated by jeremyevans0 (Jeremy Evans).
Status changed from Feedback to Closed
t3rcio (Tercio Oliveira) wrote in #note-4:
> Now I have openssl support.
Great! So this issue can be closed.
> But, unfortunately, I got another error as follow:
> After installed the gem rubygems-server I try the "gem server" command and the follow error is returned:
> ```
> ERROR: Loading command: server (NameError)
> uninitialized constant Gem::Commands::ServerCommand::OptionParser
>
> OptionParser.accept :Port do |port|
> ^^^^^^^^^^^^
> ERROR: While executing gem ... (NoMethodError)
> undefined method `deprecated?' for nil:NilClass
>
> cmd.deprecation_warning if cmd.deprecated?
> ^^^^^^^^^^^^
>
> ```
> Should I report another bug? Maybe with another description...
If you were going to report the bug, you would report it to the rubygems-server project. I checked and the bug has already been reported there: https://github.com/rubygems/rubygems-server/issues/1
----------------------------------------
Bug #18602: OpenSSL is not available.
https://bugs.ruby-lang.org/issues/18602#change-96674
* Author: t3rcio (Tercio Oliveira)
* Status: Closed
* Priority: Normal
* ruby -v: 3.1.1
* Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
The following exception:
```
ERROR: While executing gem ... (Gem::Exception)
OpenSSL is not available. Install OpenSSL and rebuild Ruby (preferred) or use non-HTTPS sources
```
is triggered when try to install a gem.
The system already have openssl and the libssl-dev installed.
Openssll version: OpenSSL 1.1.1f 31 Mar 2020.
OS: LinxMint 20.3.
---Files--------------------------------
out_configure_ruby311.txt (28.2 KB)
mkmf.log (12.9 KB)
make.out (8.72 KB)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>