| Summary: | Spring game crashes b/c of missing FreeSansBold.otf font | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Arnaud Vacquier <arnaud> |
| Component: | RPM Packages | Assignee: | Thomas Spuhler <thomas> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | critical | ||
| Priority: | Normal | CC: | fundawang, rverschelde, thierry.vignaud, thomas |
| Version: | 4 | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | spring-94.1-5.mga4 | CVE: | |
| Status comment: | |||
| Attachments: | error | ||
|
Description
Arnaud Vacquier
2014-07-15 00:03:35 CEST
Arnaud Vacquier
2014-07-15 00:04:26 CEST
Source RPM:
(none) =>
spring-94.1-5.mga4 FC packages it with it. Else a copy is in texlive (texlive-fontsextra in mga, texlive-gnu-freefont in FC) but the game would never looked for /usr/share/texmf-dist/fonts/opentype/public/gnu-freefont/FreeSansBold.otf anyway CC:
(none) =>
fundawang, remi, thierry.vignaud, thomas
Rémi Verschelde
2014-09-17 14:40:45 CEST
Assignee:
bugsquad =>
thomas
Thomas Spuhler
2014-09-21 17:33:10 CEST
Status:
NEW =>
ASSIGNED I added FreeSansBold.otf back. I don't know why it was removed. But package doesn't build right now because of maven (In reply to Thomas Spuhler from comment #2) > I added FreeSansBold.otf back. I don't know why it was removed. > But package doesn't build right now because of maven Well, this is for cauldron. spring doesn't build anymore on BS (not even mga4) because of maven problems. Can you please test this again. Spring has been rebuilt as recent as yesterday. Crashes with this error message: Failed to load FontFile: /usr/share/fonts/TTF/FreeSansBold.otf, installation of spring broken? did you run make install? (With spring-97.0-6.mga5) You should drop patch1:
-CONFIG(std::string, FontFile).defaultValue("fonts/FreeSansBold.otf").description("Sets the font of Spring engine text.");
-CONFIG(std::string, SmallFontFile).defaultValue("fonts/FreeSansBold.otf").description("Sets the font of Spring engine small text.");
+CONFIG(std::string, FontFile).defaultValue("/usr/share/fonts/TTF/FreeSansBold.otf").description("Sets the font of Spring engine text.");
+CONFIG(std::string, SmallFontFile).defaultValue("/usr/share/fonts/TTF/FreeSansBold.otf").description("Sets the font of Spring engine small text.");
(In reply to Rémi Verschelde from comment #8) > You should drop patch1 Done, should be fixed (for Cauldron) in spring-97.0-7.mga5 building currently. The issue remains in mga4, but IIRC spring does not build there? You are right, it doesn't build anymore in mga4 (it did just before the release of mga4) Looks like same old mvn issue. I will try to build the 97.0 in mga4. need to find the missing dep. I cannot fix it because it doesn't build. If anyone want to step in he/she is welcome Status:
ASSIGNED =>
RESOLVED |