Opened 3 hours ago

Last modified 2 hours ago

#71046 new defect

manual pages for port "R" are not linking to right path

Reported by: amadeus24 Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Man pages of port "R" point to a non-existing file Cc: amadeus24
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 (1)

comment:1 Changed 2 hours ago by amadeus24

Cc: amadeus24 added
Note: See TracTickets for help on using tickets.