[Wayland-bugs] [Bug 99101] broken man pages in wayland-1.12.0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 15 15:58:11 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=99101
Bug ID: 99101
Summary: broken man pages in wayland-1.12.0
Product: Wayland
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: wayland
Assignee: wayland-bugs at lists.freedesktop.org
Reporter: braket at hotmail.com
Created attachment 128487
--> https://bugs.freedesktop.org/attachment.cgi?id=128487&action=edit
patch to add *.c.3 and *.h.3 man files to the install script
Some of the man pages installed have links to non-existent files. When running
mandb I see lots of warnings like this:
$ sudo mandb -c
......
mandb: can't open /usr/share/man/man3/wayland-server.c.3: No such file or
directory
mandb: warning: /usr/share/man/man3/wl_socket_lock.3.gz: bad symlink or ROFF
`.so' request
.....
When trying to look at the man page for wl_socket_lock I get this:
$ man wl_socket_lock
man: can't open /usr/share/man/man3/wayland-server.c.3: No such file or
directory
No manual entry for wl_socket_lock
This happens with version 1.12.0 and also on today's git's master 721e0b4a9.
This is caused by the install scripts not installing some files that some man
pages point to. I attach a patch that fixes the problem on my system: it adds
the missing *.c.3 and *.h.3 files to the installation.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20161215/d3bf0339/attachment.html>
More information about the wayland-bugs
mailing list