Bugzilla – Bug 1225906
GCC14: Package openvswitch fails to build
Last modified: 2024-07-12 16:17:11 UTC
Package openvswitch foes not build with GCC 14: It can be reproduced locally with command: osc build --clean --alternative-project home:rguenther:nextgcc but is also visible online: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:Gcc7/openvswitch/standard/x86_64 Even though it looks like it is one of the new errors of GCC 14 that used to be warnings, adding -fpermissive leads to link issues. Instead we need: https://github.com/openvswitch/ovs/commit/335a5deac3ff91448ca14651e92f39dfdd512fcf.patch
I created https://build.opensuse.org/request/show/1178479
Fixed with the aforementioned request.