Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#58125 - [fontconfig] Broken validation of xml conf files using fonts.dtd
Attached to Project:
Arch Linux
Opened by Juan Simón (j1simon) - Thursday, 05 April 2018, 13:16 GMT
Last edited by Jan Alexander Steffens (heftig) - Friday, 06 April 2018, 10:31 GMT
Opened by Juan Simón (j1simon) - Thursday, 05 April 2018, 13:16 GMT
Last edited by Jan Alexander Steffens (heftig) - Friday, 06 April 2018, 10:31 GMT
|
DetailsSince fontconfig 2.13.0 release, the validation of the conf files is broken:
xmllint --noout --dtdvalid fonts.dtd fonts.conf fonts.conf:4: element fontconfig: validity error : Element fontconfig content does not follow the DTD, expecting (dir | cache | cachedir | include | config | selectfont | match | alias)*, got (its:rules description dir dir dir dir match match match include cachedir cachedir cachedir config ) fonts.conf:5: element rules: validity error : No declaration for element rules fonts.conf:5: element rules: validity error : No declaration for attribute version of element rules fonts.conf:5: element rules: validity error : No declaration for attribute xmlns:its of element rules fonts.conf:6: element translateRule: validity error : No declaration for element translateRule fonts.conf:6: element translateRule: validity error : No declaration for attribute translate of element translateRule fonts.conf:6: element translateRule: validity error : No declaration for attribute selector of element translateRule fonts.conf:9: element description: validity error : No declaration for element description Document fonts.conf does not validate against fonts.dtd This seems to prevent some applis fom starting. See https://bbs.archlinux.org/viewtopic.php?id=235643 For other details. The fonts.dtd files misses the new lines in the conf files: <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> <its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/> </its:rules> <description>Default configuration file</description> The dtd file needs some update to take this into account. |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Friday, 06 April 2018, 10:31 GMT
Reason for closing: Upstream
Friday, 06 April 2018, 10:31 GMT
Reason for closing: Upstream
Our fontconfig is fine. Google Chrome shipping an old version of fontconfig is Chrome's problem.