Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 123328

Summary: x11-libs/libX11-1.0.0 patch to fix man pages
Product: Gentoo Linux Reporter: Philip Kovacs <pkdevel>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Linux   
URL: https://bugs.freedesktop.org/show_bug.cgi?id=5628#c3
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: libX11-1.0.0-r2.ebuild.diff

Description Philip Kovacs 2006-02-18 17:38:56 UTC
This package creates /usr/share/man/man3/*.3x.gz man pages, but incorrectly creates shadow man (man pages that reference other pages) of the form:

.so man3x/<page name>

These shadow pages cannot be found by man since there is no man3x directory.

Examples:

man XConfigureWindow (works since its a real man page, but)
man XMoveWindow (fails as its a man page referencing man3x/XMoveWindow.3x.gz)

Another example:

man XGrabPointer (works, but)
man XUngrabPointer (fails referencing ./man3x/XGrabPointer.3x.gz)

The attached patch to the ebuild moves all libX11 man pages and shadow pages to section 3 and corrects this issue.

The upstream maintainers should be notified of course.

This bug should replace bug 123140 .
Comment 1 Philip Kovacs 2006-02-18 17:40:00 UTC
Created attachment 80138 [details, diff]
libX11-1.0.0-r2.ebuild.diff

patch for libX11-1.0.0-r1.ebuild
Comment 2 Philip Kovacs 2006-02-18 18:19:19 UTC
I notified the upstream maintainers: 

https://bugs.freedesktop.org/show_bug.cgi?id=5947
Comment 3 Joshua Baergen (RETIRED) gentoo-dev 2006-02-18 20:42:59 UTC
Alright, we'll track this upstream.
Comment 4 Joshua Baergen (RETIRED) gentoo-dev 2006-02-18 20:43:34 UTC
Marking as such...
Comment 5 Joshua Baergen (RETIRED) gentoo-dev 2006-02-18 20:47:47 UTC
*** Bug 123140 has been marked as a duplicate of this bug. ***
Comment 6 Joshua Baergen (RETIRED) gentoo-dev 2006-02-18 20:55:32 UTC
Multiple packages are affected.  I'll look at fixing them up soon.
Comment 7 Joshua Baergen (RETIRED) gentoo-dev 2006-02-21 20:33:26 UTC
Fixed in CVS.