Bug #7688
man page for rake (rake.1) points to old ruby 1.9 symbolic links
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2016-12-23
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Description
Hi,
this is minor problem, but still need fix:
$ man -w man: /usr/share/man/man1/rake.1: No such file or directory
$ ls -al /usr/share/man/man1/rake.1 lrwxrwxrwx 1 root root 39 Jan 8 2016 /usr/share/man/man1/rake.1 -> ../../../ruby/1.9/share/man/man1/rake.1
$ locate rake.1 /usr/ruby/2.2/share/man/man1/rake.1 /usr/ruby/2.3/lib/ruby/gems/2.3.0/gems/rake-10.4.2/doc/rake.1 /usr/share/man/man1/rake.1
Ruby 1.9 was removed in https://github.com/OpenIndiana/oi-userland/pull/2642
Regards.
Updated by Marcel Telka about 4 years ago
- Subject changed from man page for raka (raka.1) points to old ruby 1.9 symbolic links to man page for rake (rake.1) points to old ruby 1.9 symbolic links
Updated by Predrag Zečević about 4 years ago
Hi,
that looks OK:
$ date January 10, 2017 11:37:50 AM $ pkg mediator ruby MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION ruby vendor 2.3 vendor $ pfexec pkg fix -v ruby No updates necessary for this image. Estimated space available: 90.49 GB Estimated space to be consumed: 377.11 MB Create boot environment: No Create backup boot environment: No Rebuild boot archive: No PACKAGE STATUS pkg://openindiana.org/runtime/ruby OK
Regards