Bug 198197
| Summary: | pygame.error: SDL_ttf render failed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Patrice Dumas <pertusus> |
| Component: | SDL_ttf | Assignee: | Brian Pepple <bdpepple> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | extras-qa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-12-30 01:21:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 213321 | ||
|
Description
Patrice Dumas
2006-07-10 13:33:26 UTC
Are you sure the traceback is complete? At least that's what I get on the console. As a side note it seems that this bug corresponds with the update to the latest freetype. I'll try to revert to see if it fixes that issue. I have verified that coming back to freetype-2.1.10-6 solves that issue. This message has just flown on fedora-devel-list, I guess this should fix my issue: "FreeType has been upgraded from 2.1.x => 2.2.x. Freetype-2.2.x does *not* contain libttf.so. Applications that were linked against libttf.so need to be rebuilt." But pygame uses SDL_ttf, which in turn links against freetype 2 libfreetype and not libttf. Rebuilding SDL_ttf doesn't fix this, so probably there is an incompatibility between freetype 2.1.x and 2.2.x which breaks SDL_ttf. libttf is not used. I was indeed wrong. It is still broken in latest rawhide. This is fixed now, at least in devel. Don't know when it got fixed, though. Closing. |