Bug 99 - fontconfig-2.2.0: malforming of fonts.conf
Summary: fontconfig-2.2.0: malforming of fonts.conf
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: 2.2
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-13 22:37 UTC by Vinay Pawar
Modified: 2003-09-04 16:19 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Vinay Pawar 2003-07-13 22:37:55 UTC
I had a problem building fontconfig-2.2.0.
At make install I would get a fontconfig error about the default config file 
being not well-formed at line 24. Apparently the o/p of the 'date' command
contained two hyphens which got inserted in fonts.conf. The two hyphens came
because the /etc/localtime symlink was set to a Factory one.
Comment 1 Keith Packard 2003-09-05 09:19:13 UTC
confgure.in now filters out strings of dashes in the date:

FC_FONTDATE=`date | sed 's/--*/-/g'`


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.