Bug 1228121

Summary: Package bb does not build with gcc 14 because of new errors (that were previously warnings)
Product: [openSUSE] openSUSE Tumbleweed Reporter: Martin Jambor <mjambor>
Component: OtherAssignee: Martin Jambor <mjambor>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: jan.hubicka
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-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