https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286547
Florian Walpen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Florian Walpen <[email protected]> --- I get the same build errors, I suppose the relevant error message is this: gen/third_party/blink/renderer/core/css/css_property_names.cc:194:7: error: fallthrough annotation does not directly precede switch label 194 | [[fallthrough]]; | ^ gen/third_party/blink/renderer/core/css/css_property_names.cc:218:7: error: fallthrough annotation does not directly precede switch label 218 | [[fallthrough]]; | ^ gen/third_party/blink/renderer/core/css/css_property_names.cc:170:7: error: fallthrough annotation does not directly precede switch label 170 | [[fallthrough]]; | ^ If I'm not mistaken there has been a similar issue with qt5-webengine and qt6-webengine, caused by a gperf update. They seem to have a fix there, I don't have time to investigate now. But you could temporarily revert the gperf update for a quick test. -- You are receiving this mail because: You are the assignee for the bug.
