Bug 1228121 - Package bb does not build with gcc 14 because of new errors (that were previously warnings)
Summary: Package bb does not build with gcc 14 because of new errors (that were previo...
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Martin Jambor
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: modern_C
  Show dependency treegraph
 
Reported: 2024-07-18 16:11 UTC by Martin Jambor
Modified: 2024-07-18 16:19 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jambor 2024-07-18 16:11:23 UTC
Package bb fails to build with GCC 14 because of various C99 violations which previously just generated warning s but which cause errors with GCC 14 by default.

BuildService failures are available at:
https://build.opensuse.org/package/live_build_log/home:rguenther:plgrnd/bb/openSUSE_Factory/x86_64

The build with GCC 14 can now be tried locally with:
osc build --clean --alternative-project home:rguenther:nextgcc

Because of the nature of the project, I plan to address the build failure with -fpermissive flag.
Comment 1 Martin Jambor 2024-07-18 16:19:03 UTC
I have created https://build.opensuse.org/request/show/1188449