Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75319 - Xorg-6.8.0-r4 includes '/usr/share/man' in manpath for /etc/env.d/10xorg - this seems redundant
Summary: Xorg-6.8.0-r4 includes '/usr/share/man' in manpath for /etc/env.d/10xorg - th...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 08:05 UTC by Kevin F. Quinn (RETIRED)
Modified: 2005-05-25 04:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin F. Quinn (RETIRED) gentoo-dev 2004-12-22 08:05:25 UTC
/etc/env.d/10xorg has:

MANPATH=/usr/share/man

since the move of X man pages into there (see bug #63645).  However /usr/share/man is already configured in /etc/env.d/00basic, and the result is that MANPATH contains /usr/share/man twice.  Since 00basic is in baselayout, it seems valid to assume it is present, so I think xorg-x11 can simply omit the MANPATH line from its env.d file.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




baselayout 1.9.4-r6 (installed 24th October 2004)
xorg-x11 6.8.0-r4 (installed 4th December 2004)

Possibly env-update could be enhanced instead, to eliminate duplicates.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-12-22 09:10:27 UTC
Definitely true, but low priority because it doesn't break anything.
Comment 2 SpanKY gentoo-dev 2005-04-01 16:44:01 UTC
it also duplicates LDPATH ...
LDPATH=/usr/lib
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2005-04-01 18:50:10 UTC
The LDPATH thing is because nomachine is broken.
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2005-05-25 04:16:14 UTC
Fixed in current xorg.