Bugzilla – Bug 1228121
Package bb does not build with gcc 14 because of new errors (that were previously warnings)
Last modified: 2024-07-18 16:19:03 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.
I have created https://build.opensuse.org/request/show/1188449