Description of Problem: RPM compresses mans/mpi.share but mpi.7 relies on the uncompressed version: | $ rpm -ql lam | grep mans | /usr/share/man/mans/mpi.share.gz | | $ zcat /usr/share/man/man7/mpi.7.gz | [...] | .so mans/mpi.share Therefore, calling 'man mpi' fails and gives no senseful output: --------- $ man mpi | cat <standard input>:6: realpath on `mans/mpi.share' failed: No such file or directory MPI(7) LAM OVERVIEW MPI(7) NAME MPI, mpi - LAM MPI implementation DESCRIPTION LAM 6.5.6 November, 2001 MPI(7) $ --------- Version-Release number of selected component (if applicable): lam-6.5.6-1.ssh man-1.5j-1
That's a groff bug, it should handle that.
*** This bug has been marked as a duplicate of 19555 ***