[Bug 229546] lang/ruby24: rdoc is installed but cannot be managed by devel/ruby-gems

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 5 18:19:09 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229546

            Bug ID: 229546
           Summary: lang/ruby24: rdoc is installed but cannot be managed
                    by devel/ruby-gems
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ruby at FreeBSD.org
          Reporter: ygy at freebsd.org
             Flags: maintainer-feedback?(ruby at FreeBSD.org)
          Assignee: ruby at FreeBSD.org

This is causing confusions. There is a rubygem-rdoc (4.3.0) in the ports but
it's not depended by ruby or ruby-gem, however, ruby installs a newer version
of rdoc (5.0.0), but gem cannot see it.

vagrant at freebsd:~ % sudo pkg install ruby

[1/1] Installing ruby-2.4.4,1...
[1/1] Extracting ruby-2.4.4,1: 100%

vagrant at freebsd:~ % rdoc --version
5.0.0

vagrant at freebsd:~ % sudo pkg install ruby24-gems

[1/1] Installing ruby24-gems-2.7.6...
[1/1] Extracting ruby24-gems-2.7.6: 100%

vagrant at freebsd:~ % gem list
*** LOCAL GEMS ***

vagrant at freebsd:~ % sudo pkg install rubygem-rdoc

[1/1] Installing rubygem-rdoc-4.3.0_1...
[1/1] Extracting rubygem-rdoc-4.3.0_1: 100%

vagrant at freebsd:~ % gem list
*** LOCAL GEMS ***
rdoc (4.3.0)

vagrant at freebsd:~ % rdoc --version
4.3.0

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


More information about the freebsd-ports-bugs mailing list