|
Bugzilla – Full Text Bug Listing |
| Summary: | Package aalib does not build with gcc 14 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Jambor <mjambor> |
| Component: | Other | Assignee: | Martin Jambor <mjambor> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P4 - Low | CC: | jan.hubicka, jengelh |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1220571 | ||
|
Description
Martin Jambor
2024-05-05 17:40:18 UTC
Because the issues are numerous (mainly a very old autoconf in aaview but not just that), I think the proper thing to do is to use -fpermissive here: https://build.opensuse.org/request/show/1172236 This is an autogenerated message for OBS integration: This bug (1223910) was mentioned in https://build.opensuse.org/request/show/1172933 Factory / aalib (In reply to OBSbugzilla Bot from comment #2) > This is an autogenerated message for OBS integration: > This bug (1223910) was mentioned in > https://build.opensuse.org/request/show/1172933 Factory / aalib This is not enough, old configure script does not create "proper" main functions and so the package still fails. Somehow setting CFLAGS is not enough to prevent this, setting optflags like in the submission from comment #1 is. https://build.opensuse.org/request/show/1185421 adds the two more -fpermissive uses that were missing in the request mentioned in comment #2. With more -fpermissive flags the package finally builds, keeping the bug open to track uses of the flag in the distribution. |