Opened 23 hours ago

Last modified 4 hours ago

#71046 assigned defect

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 (4)

comment:1 Changed 23 hours ago by amadeus24

Cc: amadeus24 added

comment:2 Changed 15 hours 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: newassigned
Summary: manual pages for port "R" are not linking to right pathR: manual pages are not linking to right path

comment:3 Changed 11 hours ago by barracuda156

Should they even be installed inside the framework instead of just /opt/local/share/man?

comment:4 Changed 4 hours 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.

Note: See TracTickets for help on using tickets.