Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 996 - mkfontdir
Summary: mkfontdir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-07 05:34 UTC by Christian Loitsch
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Christian Loitsch 2002-03-07 05:34:47 UTC
at least on my machine, "find" can't find mkfontdir at the end of
an xfree-installation.
This is because, PATH does not (yet) contain /usr/X11R6/bin.
Easy fix (worked at least for me): change last line in xfree-ebuild
to:
find /usr/X11R6/lib/X11/fonts/* -type d -maxdepth 1 -exec /usr/X11R6/bin/mkfontdir {} ';'

I really don't understand, why I am the first who has this problem.
Anyway can't hurt.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-15 02:22:54 UTC
Hi, because it is usually pulled in by gnome, etc, so is missed, and I
added that when X was already installed on my box.

Thanks, will fix.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-21 16:54:42 UTC
Fixed in latest -r8.