Bug 2335997
| Summary: | BibTool fails to build with GCC 15 (error: assignment to ‘int (*)(void)’ from incompatible pointer type ‘int (*)(struct rECORD *, struct rECORD *)’ [-Wincompatible-pointer-types]) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> |
| Component: | BibTool | Assignee: | Michael J Gruber <mjg> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mjg, orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-01-14 19:25:44 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: | 2333037 | ||
|
Description
Dave Malcolm
2025-01-06 21:52:29 UTC
I pushed a fix to rawhide, confirmed locally with: ``` copr mock-config dmalcolm/gcc-15-smoketest-3 fedora-rawhide-x86_64 > ~/.config/mock/fedora-rawhide-gcc15-x86_64.cfg fedpkg mockbuild --root fedora-rawhide-gcc15-x86_64 ``` (Might help some folks to add this to the change page.) Do you want me to build this into rawhide, or should it just get picked up with the next rebuild? (In reply to Michael J Gruber from comment #1) > I pushed a fix to rawhide, confirmed locally with: > > ``` > copr mock-config dmalcolm/gcc-15-smoketest-3 fedora-rawhide-x86_64 > > ~/.config/mock/fedora-rawhide-gcc15-x86_64.cfg > fedpkg mockbuild --root fedora-rawhide-gcc15-x86_64 > ``` > > (Might help some folks to add this to the change page.) Thanks! I've added it to the wiki page. > Do you want me to build this into rawhide, or should it just get picked up > with the next rebuild? I believe it will get picked up in the next rebuild. |