[MacPorts] #71046: manual pages for port "R" are not linking to right path
MacPorts
noreply at macports.org
Sun Oct 6 14:41:48 UTC 2024
#71046: manual pages for port "R" are not linking to right path
-------------------------------------------------+-------------------------
Reporter: amadeus24 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: Man pages of port "R" point to a | Port: R
non-existing file |
-------------------------------------------------+-------------------------
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
}}}
--
Ticket URL: <https://trac.macports.org/ticket/71046>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list