Opened 6 weeks ago
Closed 5 weeks ago
#71046 closed defect (fixed)
R: manual pages are not linking to right path
Reported by: | amadeus24 | Owned by: | kjellpk (Kjell Konis) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | amadeus24, i0ntempest, barracuda156 | |
Port: | R |
Description
The links of manual pages for Port "R" are in in the path /opt/local/share/man/man1
:
516 -> ls -lsa R* 0 lrwxr-xr-x 1 root admin 73 Oct 2 21:17 R.1 -> /opt/local/Library/Frameworks/R.framework/Versions/4.4/Resources/man1/R.1 0 lrwxr-xr-x 1 root admin 79 Oct 2 21:17 Rscript.1 -> /opt/local/Library/Frameworks/R.framework/Versions/4.4/Resources/man1/Rscript.1
listing the path where the links point:
517 -> ls -lsa /opt/local/Library/Frameworks/R.framework/Versions/4.4/Resources/man1/ ls: /opt/local/Library/Frameworks/R.framework/Versions/4.4/Resources/man1/: No such file or directory
Right path would be, including share/man
in the link of the path /opt/local/share/man/man1
:
535 -> ls -lsa /opt/local/Library/Frameworks/R.framework/Versions/4.4/Resources/share/man/man1/ total 16 0 drwxrwxr-x 4 root wheel 128 Oct 2 21:17 . 0 drwxrwxr-x 3 root wheel 96 Oct 2 21:17 .. 8 -rw-rw-r-- 1 root wheel 5754 Oct 2 21:17 R.1 8 -rw-rw-r-- 1 root wheel 1396 Oct 2 21:17 Rscript.1
Change History (5)
comment:1 Changed 6 weeks ago by amadeus24
Cc: | amadeus24 added |
---|
comment:2 Changed 6 weeks ago by ryandesign (Ryan Carsten Schmidt)
Cc: | i0ntempest barracuda156 added |
---|---|
Keywords: | Man pages of port "R" point to a non-existing file removed |
Owner: | set to kjellpk |
Status: | new → assigned |
Summary: | manual pages for port "R" are not linking to right path → R: manual pages are not linking to right path |
comment:3 Changed 6 weeks ago by barracuda156
comment:4 Changed 6 weeks ago by amadeus24
Ok, it's maybe not my decision, but the link in /opt/local/share/man/man1
make sense, since I would not like to add in $MANPATH
man-pages for every single package.
comment:5 Changed 5 weeks ago by i0ntempest
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Should they even be installed inside the framework instead of just /opt/local/share/man?