Bug 48829

Summary: missing fonts.dir after installing XFree86-75dpi-fonts
Product: [Retired] Red Hat Raw Hide Reporter: Jonathan Kamens <h1k6zn2m>
Component: XFree86Assignee: Mike A. Harris <mharris>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-12 00:59:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2001-07-12 00:59:43 UTC
I had XFree86-75dpi-fonts-4.1.0-0.5.9.i386.rpm installed.  I upgraded to
XFree86-75dpi-fonts-4.1.0-0.8.6.i386.rpm.  It told me that it was saving
/usr/X11R6/lib/X11/fonts/75dpi/fonts.dir to fonts.dir.rpmsave, and indeed
it did, but it didn't create a new fonts.dir file!

My first guess for why this happened is because it calls mkfontdir without
a path, and mkfontdir wasn't in my path when I ran the upgrade because
/usr/X11R6/bin wasn't in my path.  But I upgraded XFree86-100dpi-fonts at
the same time, and that upgrade did create a new fonts.dir file even though
it, too, calls mkfontdir without an absolute path.  So I'm not sure why the
new fonts.dir file wasn't created.

Comment 1 Mike A. Harris 2001-07-12 08:45:09 UTC
I have made mkfontdir explicitly pathed now in the specfile.  This should
fix it in all XFree86 packages and subpackages.  Our other font packages
need to be fixed as well possibly.  I believe this should fix it in
4.1.0-0.9.0 and later.  When it is put in the tree if it does not fix it
for you, please reopen the bug and provide any new info you might have to
track down the problem.

Thanks.