Bug 1245063 - Error and warming messages at application start
Summary: Error and warming messages at application start
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: fontconfig
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Akira TAGOH
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-21 07:08 UTC by Frank Büttner
Modified: 2015-07-24 02:58 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-07-24 02:58:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Frank Büttner 2015-07-21 07:08:20 UTC
Description of problem:
When run an application from the terminal, I see many warnings and error messages about fontconfig 

Version-Release number of selected component (if applicable):
fontconfig-2.11.1-5.fc21.x86_64

How reproducible:
every time

Steps to Reproduce:
1. open an terminal
2. run an appication

Actual results:
libs init..
loading appindicator3 with version 1..
could not load appindicator3 without version.
loading appindicator with version 1..
could not load appindicator without version.
no appindicator :(
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
Fontconfig warning: "/etc/fonts/conf.d/65-0-lohit-bengali.conf", line 32: unknown element "langset"
Fontconfig warning: "/etc/fonts/conf.d/69-gnu-free-sans.conf", line 24: unknown element "langset"
Fontconfig warning: "/etc/fonts/conf.d/69-gnu-free-serif.conf", line 24: unknown element "langset"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
Fontconfig warning: "/etc/fonts/conf.d/65-0-lohit-bengali.conf", line 32: unknown element "langset"
Fontconfig warning: "/etc/fonts/conf.d/69-gnu-free-sans.conf", line 24: unknown element "langset"
Fontconfig warning: "/etc/fonts/conf.d/69-gnu-free-serif.conf", line 24: unknown element "langset"



Expected results:
No warnings/errors


Additional info:

Comment 1 Akira TAGOH 2015-07-24 02:58:06 UTC
apparently your app is linking the older version of fontconfig. that "non-double matrix element" error was dropped since 2.10.91. if you use the correct version as you reported, it won't happens. check your linker path if you have any older shared library or applications links libraries statically.


Note You need to log in before you can comment on or make changes to this bug.