[Bug 259649] devel/rubygem-rdoc wrong number of arguments

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 08 Jan 2022 06:17:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259649

Henry Phan <henry@henryphan.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |henry@henryphan.com

--- Comment #1 from Henry Phan <henry@henryphan.com> ---
I'm running into this as well, using `lang/ruby30` and `devel/ruby-gems` with
`DEFAULT_VERSIONS+=ruby=3.0` set in /etc/make.conf.

With this configuration, I'm not able to install any of the gems in the ports
tree.

I think this is due to a mismatch between Ruby and RubyGems, based on the
following:

* https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/ indicates
that  Ruby 3.0 with RubyGems 3.2.3.

* https://cgit.freebsd.org/ports/tree/devel/ruby-gems/Makefile has RubyGems at
3.0.8.

* https://github.com/rubygems/rubygems/issues/4397 appears to be a report of
the same issue, made by someone who had Ruby 3.0 paired with RubyGems 2.5.2.

I'm going to try putting together a port for RubyGems 3.2.3 to test this idea
out. (This is my first time making a port, though, so I anticipate it'll take
me some time.)

-- 
You are receiving this mail because:
You are the assignee for the bug.