#16354 closed defect (duplicate)
"man ls" doesn't work properly after installing coreutils
Reported by: | mvanier@… | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
I installed GNU coreutils as follows:
sudo port install coreutils +with_default_names
This works fine, but the man page for "ls" that comes up after this install is the BSD ls man page, not the GNU ls man page. Furthermore, this isn't because the BSD man page directory is earlier in the MANPATH variable. The reason it happens is that the file /opt/local/man/man1/ls.1 is a symlink to a non-existent file /opt/local/man/man1/gls.1. In fact, the correct file is gls.1.gz, so you should have a symlink between ls.1.gz and gls.1.gz. Once I installed this symlink by hand everything worked the way it should.
Change History (4)
comment:1 Changed 16 years ago by mvanier@…
Cc: | mvanier@… added |
---|
comment:2 Changed 16 years ago by blb@…
Cc: | mvanier@… removed |
---|---|
Milestone: | → Port Bugs |
Owner: | changed from macports-tickets@… to nox@… |
Assigning to maintainer.
Note: See
TracTickets for help on using
tickets.
Cc Me!