Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18227 closed defect (fixed)

findutils +with_default_names creates broken man page symlinks

Reported by: jdswinbank (John Swinbank) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), nox@…
Port: findutils

Description

This seems to be the same problem as #15864 but affecting findutils, rather than coreutils.

$ ls -l /opt/local/man/man1/find.1 
lrwxr-xr-x 1 root admin 33 2008-12-24 18:06 /opt/local/man/man1/find.1 -> /opt/local/share/man/man1/gfind.1
$ ls -l /opt/local/man/man1/gfind.1*
-r--r--r-- 2 root admin 19339 2008-10-30 12:18 /opt/local/man/man1/gfind.1.gz

I don't see the same issue with the current coreutils port.

Change History (5)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to nox@…
Port: findutils added

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

The underlying cause is explained in #18302. You can fix this for findutils by having it make relative manpage symlinks instead of absolute ones.

comment:3 Changed 15 years ago by nox@…

Owner: changed from nox@… to macports-tickets@…

I'm not diffutils maintainer.

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: nox@… added
Resolution: fixed
Status: newclosed

This ticket is not for diffutils but for findutils, of which you are the maintainer. But since it's openmaintainer I fixed it in r48802, similar to how you fixed coreutils in r46259.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.