Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jul 2014 17:50:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191714] New: Port: lang/ruby19 does not install ri documentation for ri command line tool
Message-ID:  <bug-191714-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191714

            Bug ID: 191714
           Summary: Port: lang/ruby19 does not install ri documentation
                    for ri command line tool
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: transitive@gmail.com

Typing a query with the ri command line tool does not produce the relevant ruby
documentation for the ruby core classes. 

Example Command: 
$ ri Array 
Expected Result:
ri should output the methods relevant to the ruby core Array class

Actual Result:
ri does not produce the output the methods relevant to the Array class

Workaround to install ri documentation:

One can build and install the ri documentation site wide by doing the
following:
# tar jxvf  /usr/ports/distfiles/ruby-1.9.3-p484.tar.bz2
# rdoc -R ruby-1.9.3-p484/

I haven't checked to see if the ruby20, ruby21 ports have the same issue but I
suspect they also have the same problem.  Is it possible for the port
maintainer to get the port to build the ri documentation?

Thanks

System Info:
FreeBSD polyfree.my.domain 10.0-STABLE FreeBSD 10.0-STABLE #8 r267834: Tue Jun
24 20:14:33 EDT 2014     root@polyfree.my.domain:/usr/obj/usr/src/sys/GENERIC 
amd64

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191714-13>