Bug 2340220
| Summary: | ghostscript: FTBFS in Fedora rawhide/f42 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | ghostscript | Assignee: | Zdenek Dohnal <zdohnal> | ||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | mjg, mosvald, rlescak, yselkowi, zdohnal | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2025-02-12 07:19:11 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: | 2300528 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2025-01-22 19:44:33 UTC
Created attachment 2069247 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2069248 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2069249 [details]
state.log
Apparantly, ghostscript was exempt frm the gcc 15 pretesting, or this would have been caught earlier. I Tried fixing this the other day but gave up after a myriad of patches. ghostscript's codebase mixes int and bool in many places, has obsolete compariosn like >= 0 for some bool values which were a problem before (but not an error). I also tried forcing an earlier C standard, but some part of the build process does not seem to pick up the flags. So far so bad. I'm on the way to try migrating the code - the branch is here https://src.fedoraproject.org/fork/zdohnal/rpms/ghostscript/tree/gcc15-std23 . If I don't finish that this week, I'll merge Yaakov's PR. The FTBFS blocks flatpaks, workaround PR merged https://src.fedoraproject.org/rpms/ghostscript/c/02f4573 . In stable for F42 and F43 - https://bodhi.fedoraproject.org/updates/FEDORA-2025-2531a16517 and https://bodhi.fedoraproject.org/updates/FEDORA-2025-03b50c29d0 |