Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689462 - sys-process/lsof: "man lsof" fails with "Cannot open man page /usr/share/man/./version.bz2"
Summary: sys-process/lsof: "man lsof" fails with "Cannot open man page /usr/share/man/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-08 09:00 UTC by Steven Green
Modified: 2019-07-08 09:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,20.12 KB, text/plain)
2019-07-08 09:00 UTC, Steven Green
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Green 2019-07-08 09:00:25 UTC
Created attachment 582148 [details]
emerge --info

Attempting to view the man page for lsof does not work:

$ man lsof
fopen: No such file or directory
Cannot open man page /usr/share/man/./version.bz2
No manual entry for lsof

The first line of /usr/share/man/man8/lsof.8.bz2 is:
.so ./version

This is a groff command to load a source file, but there is no version.bz2 file installed anywhere on my system.

I have reinstalled sys-apps/man and sys-process/lsof and neither provides the missing version.bz2 file.

https://github.com/lsof-org/lsof/blob/master/Lsof.8 also contains the line ".so ./version".
Comment 1 Larry the Git Cow gentoo-dev 2019-07-08 09:58:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5f090cefd272b78de0dccb6ec1e9a9194d9ed3

commit 8d5f090cefd272b78de0dccb6ec1e9a9194d9ed3
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-07-08 09:57:43 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-07-08 09:58:10 +0000

    sys-process/lsof: Revbump to fix man page
    
    Closes: https://bugs.gentoo.org/689462
    Package-Manager: Portage-2.3.68, Repoman-2.3.16
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-process/lsof/{lsof-4.93.2.ebuild => lsof-4.93.2-r1.ebuild} | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)