New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19671 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

ruby19 - ri1.9 doesn't include Ruby system documentation directory

Reported by: trac.macports.org@… Owned by: kimuraw@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: trac.macports.org@…
Port: ruby19

Description

The ri1.9 command from ruby 1.9.1-p129 doesn't include the system doc directory (/opt/local/share/ri/1.9.1/system) as expected.

Compare the output of "ri1.9 --list-doc-dirs" with "ri --list-doc-dirs" from Ruby 1.8.7. The latter lists "/opt/local/share/ri/1.8/system".

Change History

comment:1 Changed 4 years ago by trac.macports.org@…

  • Cc trac.macports.org@… removed

Cc Me!

comment:2 Changed 4 years ago by trac.macports.org@…

  • Cc trac.macports.org@… added

Cc Me!

comment:3 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to febeling@…
  • Port set to ruby19

comment:4 Changed 3 years ago by snc@…

  • Owner changed from febeling@… to kimuraw@…

comment:5 Changed 3 years ago by kimuraw@…

  • Status changed from new to closed
  • Resolution set to fixed

The latest version of port:ruby19, 1.9.2-p0_1 works correctly.

% port installed ruby19 | grep active
  ruby19 @1.9.2-p0_1+tk (active)
% ri1.9 --list-doc-dirs
/opt/local/share/ri/1.9.1/system
/opt/local/share/ri/1.9.1/site
/Users/kimuraw/.rdoc
/opt/local/lib/ruby1.9/gems/1.9.1/doc/actionmailer-2.3.8/ri
/opt/local/lib/ruby1.9/gems/1.9.1/doc/actionpack-2.3.8/ri
    :
%

Note: See TracTickets for help on using tickets.