Bug 2389647
| Summary: | python-matplotlib: FTBFS in Fedora Rawhide/F43: test_rasterized[svg] fails on ppc64le | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> | ||||
| Component: | rust-glycin | Assignee: | Kalev Lember <kalevlember> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 43 | CC: | decathorpe, epel-packagers-sig, gnome-sig, gwync, kalevlember, paulo.cesar.pereira.de.andrade, python-packagers-sig, quantum.analyst, rust-sig | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | https://koschei.fedoraproject.org/package/python-matplotlib | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | --- | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2025-08-21 17:35:20 UTC | Type: | Bug | ||||
| 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: | 2339432, 2373702, 2384424 | ||||||
| Attachments: |
|
||||||
|
Description
Karolina Surma
2025-08-20 08:55:02 UTC
Created attachment 2104219 [details]
An SVG with an embedded PNG
This is a gdk-pixbuf problem, possibly related to the switch to glycin. The SVG is converted to PNG by Inkscape, but fails to load the embedded PNG data. With the attached `test_rasterized.svg`, running Inkscape to convert it with `inkscape -o test_rasterized.png test_rasterized.svg` produces a correct PNG on x86_64, but not on ppc64le. @decathorpe This was fixed on x86_64 by bug 2387023, but I don't know why it's only a problem on ppc64le now. Looks like https://gitlab.gnome.org/GNOME/glycin/-/issues/165 though it's not released yet. I'll reassign to glycin. (PS, we're a few releases behind already 2.0.alpha6 vs 2.0.beta2, but this would be in beta4 when it's out.) I'll try to get the upstream fix for this backported to glycin today and / or update it to the latest available version. (The issue is really in the "rust-glycin" package, and already reported. Going to track things there.) *** This bug has been marked as a duplicate of bug 2275913 *** |