| Summary: | fontconfig emits more warnings with google-droid-fonts installed | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Shlomi Fish <shlomif> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | curtis_mageia, ezequiel_partida, fundawang, jehan.marmottard, shlomif, zen25000 |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| See Also: | https://bugs.mageia.org/show_bug.cgi?id=7743 | ||
| Whiteboard: | |||
| Source RPM: | google-droid-fonts-20100409-5.mga3.src.rpm | CVE: | |
| Status comment: | |||
| Bug Depends on: | 6806 | ||
| Bug Blocks: | |||
| Attachments: | Demonstration of messages during install of original version (top) and then new version | ||
|
Description
Shlomi Fish
2012-07-31 18:00:50 CEST
@fundawang: hi! I added you as the last committer on this package (and on fontconfig). Please look into fixing it. CC:
(none) =>
fundawang, shlomif
Manuel Hiebel
2012-08-03 00:22:43 CEST
Depends on:
(none) =>
6806 My guess is that line 65 should be the same as line 55:
line 55:
<test name="lang" compare="not_eq">
line 65:
<test name="lang">CC:
(none) =>
curtis_mageia (In reply to comment #2) > My guess is that line 65 should be the same as line 55: Scratch that... no difference. The fix is to separate them into their own lines <match target="scan"> <test name="lang"> <string>zh-cn</string> </test> <test name="lang"> <string>zh-sg</string> </test> <test name="lang"> <string>zh-hk</string> </test> <test name="lang"> <string>zh-tw</string> </test> <test name="lang"> <string>zh</string> </test> SOURCE: http://www.infinality.net/forum/viewtopic.php?f=2&t=254&sid=18bbe719baaed47d7a9547866436d142 http://ubuntuforums.org/showpost.php?p=12159762&postcount=13 (In reply to comment #3) > (In reply to comment #2) > > My guess is that line 65 should be the same as line 55: > > Scratch that... no difference. > > The fix is to separate them into their own lines > > <match target="scan"> > <test name="lang"> > <string>zh-cn</string> > </test> > <test name="lang"> > <string>zh-sg</string> > </test> > <test name="lang"> > <string>zh-hk</string> > </test> > <test name="lang"> > <string>zh-tw</string> > </test> > <test name="lang"> > <string>zh</string> > </test> > > > SOURCE: > http://www.infinality.net/forum/viewtopic.php?f=2&t=254&sid=18bbe719baaed47d7a9547866436d142 > > http://ubuntuforums.org/showpost.php?p=12159762&postcount=13 Hi Curtis, the problem is that we have a: <test name="lang" compare="not_eq"> <string>zh-cn</string> <string>zh-sg</string> <string>zh-hk</string> <string>zh-tw</string> <string>zh</string> </test> With a compare="not_eq". You converted it into tests without this compare attribute. What should they be?
Bit Twister
2013-03-15 14:56:46 CET
Source RPM:
google-droid-fonts-20100409-3.mga2.src.rpm =>
google-droid-fonts-20100409-5.mga2.src.rpm
Bit Twister
2013-03-19 22:59:00 CET
CC:
(none) =>
junk_no_spam This bug continues after final release. :-( CC:
(none) =>
ezequiel_partida
Bit Twister
2013-05-21 19:24:18 CEST
CC:
junk_no_spam =>
(none)
Jehan Hysseo
2013-05-27 19:26:39 CEST
See Also:
(none) =>
https://bugs.mageia.org/show_bug.cgi?id=7743 Yes - it has gone on too long. I have comitted a patched google-droid-fonts to Cauldron, please test when google-droid-sans-fonts-20100409-7.mga4.noarch.rpm is on the mirrors. Closing as fixed - please feel free to re-open if any tests fail. Resolution:
(none) =>
FIXED Created attachment 4461 [details]
Demonstration of messages during install of original version (top) and then new version
|